#D266D1

Color #D266D1 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D266D1

Tints of Orchid #D266D1

Color information

#D266D1 (or 0xD266D1) is unknown color: approx Orchid. HEX triplet: D2, 66 and D1. RGB value is (210,102,209). Sum of RGB (Red+Green+Blue) = 210+102+209=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D266D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266D1 is #2D992E. Grayscale: #929292. Windows color (decimal): -2988335 or 13723346. OLE color: 13723346.

HSL color Cylindrical-coordinate representation of color #D266D1: hue angle of 300.56º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D266D1 is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB210102209-
CMYK00.510.000.18
HSL300.56º54.55%61.18%-
HSV(B)300.56º51.43%82.35%-
XYZ42.8427.8163.43-
YUV146.49163.28173.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 40.31%
GREEN value IS 102 (40.23% from 255) = 19.58%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=40.31%
G=19.58%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010220900.510.000.18300.5654.5561.18
HexD266D103301212d373d
Octal3221463210630224556775
Binary110100101100110110100010110011010010100101101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D266D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D266D1; }

 p { color: rgb(210,102,209); }

 H1.HeaderClassName
 {
   color: #D266D1;
 }
 .AnyTagClassName
 {
   color: #D266D1;
 }
</style>
background-color css

<style>
 a { background-color: #D266D1; }

 a { background-color: rgb(210,102,209); }

 div.DivClassName
 {
   background-color: #D266D1;
 }
 .BgClassName
 {
   background-color: #D266D1;
 }
</style>
border-color css

<style>
 span { border-color: #D266D1; }

 span { border-color: rgb(210,102,209); }

 td.TdClassName
 {
   border-color: #D266D1;
 }
 .TagClassName
 {
   border-color: #D266D1;
 }
</style>