#D17FBF

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

Shades of Orchid #D17FBF

Tints of Orchid #D17FBF

Color information

#D17FBF (or 0xD17FBF) is unknown color: approx Orchid. HEX triplet: D1, 7F and BF. RGB value is (209,127,191). Sum of RGB (Red+Green+Blue) = 209+127+191=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FBF is #2E8040. Grayscale: #9E9E9E. Windows color (decimal): -3047489 or 12550097. OLE color: 12550097.

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

Color convert

RGB209127191-
CMYK00.390.090.18
HSL313.17º47.13%65.88%-
HSV(B)313.17º39.23%81.96%-
XYZ43.2932.553.28-
YUV158.81146.17163.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.66%
GREEN value IS 127 (50% from 255) = 24.10%
BLUE value IS 191 (75% from 255) = 36.24%
R=39.66%
G=24.10%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912719100.390.090.18313.1747.1365.88
HexD17FBF0279121392f42
Octal321177277047112247157102
Binary1101000111111111011111101001111001100101001110011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17FBF; }

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

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

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

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

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

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

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

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