#D16ECC

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

Shades of Orchid #D16ECC

Tints of Orchid #D16ECC

Color information

#D16ECC (or 0xD16ECC) is unknown color: approx Orchid. HEX triplet: D1, 6E and CC. RGB value is (209,110,204). Sum of RGB (Red+Green+Blue) = 209+110+204=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ECC is #2E9133. Grayscale: #969696. Windows color (decimal): -3051828 or 13397713. OLE color: 13397713.

HSL color Cylindrical-coordinate representation of color #D16ECC: hue angle of 303.03º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16ECC is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209110204-
CMYK00.470.020.18
HSL303.03º51.83%62.55%-
HSV(B)303.03º47.37%81.96%-
XYZ42.7729.0760.48-
YUV150.32158.3169.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.96%
GREEN value IS 110 (43.36% from 255) = 21.03%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=39.96%
G=21.03%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911020400.470.020.18303.0351.8362.55
HexD16ECC02F21212f343f
Octal3211563140572224576477
Binary1101000111011101100110001011111010010100101111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16ECC; }

 p { color: rgb(209,110,204); }

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

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

 a { background-color: rgb(209,110,204); }

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

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

 span { border-color: rgb(209,110,204); }

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