#D66DB6

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

Shades of Orchid #D66DB6

Tints of Orchid #D66DB6

Color information

#D66DB6 (or 0xD66DB6) is unknown color: approx Orchid. HEX triplet: D6, 6D and B6. RGB value is (214,109,182). Sum of RGB (Red+Green+Blue) = 214+109+182=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DB6 is #299249. Grayscale: #949494. Windows color (decimal): -2724426 or 11955670. OLE color: 11955670.

HSL color Cylindrical-coordinate representation of color #D66DB6: hue angle of 318.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DB6 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB214109182-
CMYK00.490.150.16
HSL318.29º56.15%63.33%-
HSV(B)318.29º49.07%83.92%-
XYZ41.6428.6147.58-
YUV148.72146.79174.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.38%
GREEN value IS 109 (42.97% from 255) = 21.58%
BLUE value IS 182 (71.48% from 255) = 36.04%
R=42.38%
G=21.58%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410918200.490.150.16318.2956.1563.33
HexD66DB6031F1013e383f
Octal32615526606117204767077
Binary110101101101101101101100110001111110000100111110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66DB6; }

 p { color: rgb(214,109,182); }

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

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

 a { background-color: rgb(214,109,182); }

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

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

 span { border-color: rgb(214,109,182); }

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