#D17DD9

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

Shades of Orchid #D17DD9

Tints of Orchid #D17DD9

Color information

#D17DD9 (or 0xD17DD9) is unknown color: approx Orchid. HEX triplet: D1, 7D and D9. RGB value is (209,125,217). Sum of RGB (Red+Green+Blue) = 209+125+217=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 217 - color contains mainly: blue. Hex color #D17DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17DD9 is #2E8226. Grayscale: #A0A0A0. Windows color (decimal): -3047975 or 14253521. OLE color: 14253521.

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

Color convert

RGB209125217-
CMYK0.040.4200.15
HSL294.78º54.76%67.06%-
HSV(B)294.78º42.4%85.1%-
XYZ46.1533.2369.63-
YUV160.6159.83162.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.93%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 217 (85.16% from 255) = 39.38%
R=37.93%
G=22.69%
B=39.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091252170.040.4200.15294.7854.7667.06
HexD17DD942A0F1273743
Octal32117533145201744767103
Binary11010001111110111011001100101010011111001001111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17DD9; }

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

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

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

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

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

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

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

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