#D17DDE

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

Shades of Orchid #D17DDE

Tints of Orchid #D17DDE

Color information

#D17DDE (or 0xD17DDE) is unknown color: approx Orchid. HEX triplet: D1, 7D and DE. RGB value is (209,125,222). Sum of RGB (Red+Green+Blue) = 209+125+222=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #D17DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17DDE is #2E8221. Grayscale: #A0A0A0. Windows color (decimal): -3047970 or 14581201. OLE color: 14581201.

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

Color convert

RGB209125222-
CMYK0.060.4400.13
HSL291.96º59.51%68.04%-
HSV(B)291.96º43.69%87.06%-
XYZ46.8133.573.11-
YUV161.17162.33162.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.59%
GREEN value IS 125 (49.22% from 255) = 22.48%
BLUE value IS 222 (87.11% from 255) = 39.93%
R=37.59%
G=22.48%
B=39.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091252220.060.4400.13291.9659.5168.04
HexD17DDE62C0D1243c44
Octal32117533665401544474104
Binary11010001111110111011110110101100011011001001001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17DDE; }

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

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

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

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

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

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

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

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