#D17CCC

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

Shades of Orchid #D17CCC

Tints of Orchid #D17CCC

Color information

#D17CCC (or 0xD17CCC) is unknown color: approx Orchid. HEX triplet: D1, 7C and CC. RGB value is (209,124,204). Sum of RGB (Red+Green+Blue) = 209+124+204=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D17CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CCC is #2E8333. Grayscale: #9E9E9E. Windows color (decimal): -3048244 or 13401297. OLE color: 13401297.

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

Color convert

RGB209124204-
CMYK00.410.020.18
HSL303.53º48.02%65.29%-
HSV(B)303.53º40.67%81.96%-
XYZ44.432.3361.03-
YUV158.54153.66164-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.92%
GREEN value IS 124 (48.83% from 255) = 23.09%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=38.92%
G=23.09%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912420400.410.020.18303.5348.0265.29
HexD17CCC0292121303041
Octal32117431405122246060101
Binary11010001111110011001100010100110100101001100001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17CCC; }

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

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

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

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

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

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

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

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