#D17EC9

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

Shades of Orchid #D17EC9

Tints of Orchid #D17EC9

Color information

#D17EC9 (or 0xD17EC9) is unknown color: approx Orchid. HEX triplet: D1, 7E and C9. RGB value is (209,126,201). Sum of RGB (Red+Green+Blue) = 209+126+201=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D17EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17EC9 is #2E8136. Grayscale: #9F9F9F. Windows color (decimal): -3047735 or 13205201. OLE color: 13205201.

HSL color Cylindrical-coordinate representation of color #D17EC9: hue angle of 305.78º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17EC9 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB209126201-
CMYK00.400.040.18
HSL305.78º47.43%65.69%-
HSV(B)305.78º39.71%81.96%-
XYZ44.332.6959.23-
YUV159.37151.5163.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 126 (49.61% from 255) = 23.51%
BLUE value IS 201 (78.91% from 255) = 37.5%
R=38.99%
G=23.51%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912620100.400.040.18305.7847.4365.69
HexD17EC90284121322f42
Octal32117631105042246257102
Binary110100011111110110010010101000100100101001100101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17EC9; }

 p { color: rgb(209,126,201); }

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

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

 a { background-color: rgb(209,126,201); }

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

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

 span { border-color: rgb(209,126,201); }

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