#D16EC3

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

Shades of Orchid #D16EC3

Tints of Orchid #D16EC3

Color information

#D16EC3 (or 0xD16EC3) is unknown color: approx Orchid. HEX triplet: D1, 6E and C3. RGB value is (209,110,195). Sum of RGB (Red+Green+Blue) = 209+110+195=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D16EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EC3 is #2E913C. Grayscale: #959595. Windows color (decimal): -3051837 or 12807889. OLE color: 12807889.

HSL color Cylindrical-coordinate representation of color #D16EC3: hue angle of 308.48º 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 #D16EC3 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB209110195-
CMYK00.470.070.18
HSL308.48º51.83%62.55%-
HSV(B)308.48º47.37%81.96%-
XYZ41.7228.6554.96-
YUV149.29153.8170.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.66%
GREEN value IS 110 (43.36% from 255) = 21.40%
BLUE value IS 195 (76.56% from 255) = 37.94%
R=40.66%
G=21.40%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911019500.470.070.18308.4851.8362.55
HexD16EC302F712134343f
Octal3211563030577224646477
Binary11010001110111011000011010111111110010100110100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16EC3; }

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

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

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

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

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

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

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

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