#D17FD9

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

Shades of Orchid #D17FD9

Tints of Orchid #D17FD9

Color information

#D17FD9 (or 0xD17FD9) is unknown color: approx Orchid. HEX triplet: D1, 7F and D9. RGB value is (209,127,217). Sum of RGB (Red+Green+Blue) = 209+127+217=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #D17FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FD9 is #2E8026. Grayscale: #A1A1A1. Windows color (decimal): -3047463 or 14254033. OLE color: 14254033.

HSL color Cylindrical-coordinate representation of color #D17FD9: hue angle of 294.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D17FD9 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209127217-
CMYK0.040.4100.15
HSL294.67º54.22%67.45%-
HSV(B)294.67º41.47%85.1%-
XYZ46.4133.7469.71-
YUV161.78159.17161.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.79%
GREEN value IS 127 (50% from 255) = 22.97%
BLUE value IS 217 (85.16% from 255) = 39.24%
R=37.79%
G=22.97%
B=39.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091272170.040.4100.15294.6754.2267.45
HexD17FD94290F1273643
Octal32117733145101744766103
Binary11010001111111111011001100101001011111001001111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17FD9; }

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

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

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

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

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

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

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

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