#D17DDD

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

Shades of Orchid #D17DDD

Tints of Orchid #D17DDD

Color information

#D17DDD (or 0xD17DDD) is unknown color: approx Orchid. HEX triplet: D1, 7D and DD. RGB value is (209,125,221). Sum of RGB (Red+Green+Blue) = 209+125+221=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #D17DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17DDD is #2E8222. Grayscale: #A0A0A0. Windows color (decimal): -3047971 or 14515665. OLE color: 14515665.

HSL color Cylindrical-coordinate representation of color #D17DDD: hue angle of 292.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D17DDD is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209125221-
CMYK0.050.4300.13
HSL292.5º58.54%67.84%-
HSV(B)292.5º43.44%86.67%-
XYZ46.6833.4472.4-
YUV161.06161.83162.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.66%
GREEN value IS 125 (49.22% from 255) = 22.52%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=37.66%
G=22.52%
B=39.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091252210.050.4300.13292.558.5467.84
HexD17DDD52B0D1243b44
Octal32117533555301544473104
Binary11010001111110111011101101101011011011001001001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17DDD; }

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

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

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

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

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

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

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

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