#d17fce

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

Shades of Orchid #D17FCE

Tints of Orchid #D17FCE

Color information

#D17FCE (or 0xD17FCE) is unknown color: approx Orchid. HEX triplet: D1, 7F and CE. RGB value is (209,127,206). Sum of RGB (Red+Green+Blue) = 209+127+206=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FCE is #2E8031. Grayscale: #A0A0A0. Windows color (decimal): -3047474 or 13533137. OLE color: 13533137.

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

Color convert

RGB209127206-
CMYK00.390.010.18
HSL302.2º47.13%65.88%-
HSV(B)302.2º39.23%81.96%-
XYZ45.0233.1962.43-
YUV160.52153.67162.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.56%
GREEN value IS 127 (50% from 255) = 23.43%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=38.56%
G=23.43%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912720600.390.010.18302.247.1365.88
HexD17FCE02711212e2f42
Octal32117731604712245657102
Binary1101000111111111100111001001111100101001011101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d17fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d17fce; }

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

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

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

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

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

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

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

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