#D17EC0

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

Shades of Orchid #D17EC0

Tints of Orchid #D17EC0

Color information

#D17EC0 (or 0xD17EC0) is unknown color: approx Orchid. HEX triplet: D1, 7E and C0. RGB value is (209,126,192). Sum of RGB (Red+Green+Blue) = 209+126+192=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D17EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17EC0 is #2E813F. Grayscale: #9E9E9E. Windows color (decimal): -3047744 or 12615377. OLE color: 12615377.

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

Color convert

RGB209126192-
CMYK00.400.080.18
HSL312.29º47.43%65.69%-
HSV(B)312.29º39.71%81.96%-
XYZ43.2732.2853.82-
YUV158.34147164.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.66%
GREEN value IS 126 (49.61% from 255) = 23.91%
BLUE value IS 192 (75.39% from 255) = 36.43%
R=39.66%
G=23.91%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912619200.400.080.18312.2947.4365.69
HexD17EC00288121382f42
Octal321176300050102247057102
Binary1101000111111101100000001010001000100101001110001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17EC0; }

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

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

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

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

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

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

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

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