#D17DD5

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

Shades of Orchid #D17DD5

Tints of Orchid #D17DD5

Color information

#D17DD5 (or 0xD17DD5) is unknown color: approx Orchid. HEX triplet: D1, 7D and D5. RGB value is (209,125,213). Sum of RGB (Red+Green+Blue) = 209+125+213=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #D17DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17DD5 is #2E822A. Grayscale: #9F9F9F. Windows color (decimal): -3047979 or 13991377. OLE color: 13991377.

HSL color Cylindrical-coordinate representation of color #D17DD5: hue angle of 297.27º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D17DD5 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209125213-
CMYK0.020.4100.16
HSL297.27º51.16%66.27%-
HSV(B)297.27º41.31%83.53%-
XYZ45.6433.0366.92-
YUV160.15157.83162.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.21%
GREEN value IS 125 (49.22% from 255) = 22.85%
BLUE value IS 213 (83.59% from 255) = 38.94%
R=38.21%
G=22.85%
B=38.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091252130.020.4100.16297.2751.1666.27
HexD17DD52290101293342
Octal32117532525102045163102
Binary11010001111110111010101101010010100001001010011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17DD5; }

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

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

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

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

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

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

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

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