#D66BB6

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

Shades of Orchid #D66BB6

Tints of Orchid #D66BB6

Color information

#D66BB6 (or 0xD66BB6) is unknown color: approx Orchid. HEX triplet: D6, 6B and B6. RGB value is (214,107,182). Sum of RGB (Red+Green+Blue) = 214+107+182=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BB6 is #299449. Grayscale: #939393. Windows color (decimal): -2724938 or 11955158. OLE color: 11955158.

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

Color convert

RGB214107182-
CMYK00.500.150.16
HSL317.94º56.61%62.94%-
HSV(B)317.94º50%83.92%-
XYZ41.4328.1947.51-
YUV147.54147.45175.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.54%
GREEN value IS 107 (42.19% from 255) = 21.27%
BLUE value IS 182 (71.48% from 255) = 36.18%
R=42.54%
G=21.27%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410718200.500.150.16317.9456.6162.94
HexD66BB6032F1013e393f
Octal32615326606217204767177
Binary110101101101011101101100110010111110000100111110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66BB6; }

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

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

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

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

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

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

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

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