#D17DDF

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

Shades of Orchid #D17DDF

Tints of Orchid #D17DDF

Color information

#D17DDF (or 0xD17DDF) is unknown color: approx Orchid. HEX triplet: D1, 7D and DF. RGB value is (209,125,223). Sum of RGB (Red+Green+Blue) = 209+125+223=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #D17DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17DDF is #2E8220. Grayscale: #A0A0A0. Windows color (decimal): -3047969 or 14646737. OLE color: 14646737.

HSL color Cylindrical-coordinate representation of color #D17DDF: hue angle of 291.43º 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 #D17DDF is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209125223-
CMYK0.060.4400.13
HSL291.43º60.49%68.24%-
HSV(B)291.43º43.95%87.45%-
XYZ46.9533.5573.81-
YUV161.29162.83162.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.52%
GREEN value IS 125 (49.22% from 255) = 22.44%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=37.52%
G=22.44%
B=40.04%

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
Decimal2091252230.060.4400.13291.4360.4968.24
HexD17DDF62C0D1233c44
Octal32117533765401544374104
Binary11010001111110111011111110101100011011001000111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17DDF; }

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

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

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

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

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

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

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

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