#D17FC0

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

Shades of Orchid #D17FC0

Tints of Orchid #D17FC0

Color information

#D17FC0 (or 0xD17FC0) is unknown color: approx Orchid. HEX triplet: D1, 7F and C0. RGB value is (209,127,192). Sum of RGB (Red+Green+Blue) = 209+127+192=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FC0 is #2E803F. Grayscale: #9E9E9E. Windows color (decimal): -3047488 or 12615633. OLE color: 12615633.

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

Color convert

RGB209127192-
CMYK00.390.080.18
HSL312.44º47.13%65.88%-
HSV(B)312.44º39.23%81.96%-
XYZ43.432.5453.86-
YUV158.93146.67163.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.58%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 192 (75.39% from 255) = 36.36%
R=39.58%
G=24.05%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912719200.390.080.18312.4447.1365.88
HexD17FC00278121382f42
Octal321177300047102247057102
Binary1101000111111111100000001001111000100101001110001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17FC0; }

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

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

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

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

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

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

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

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