#D17DD7

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

Shades of Orchid #D17DD7

Tints of Orchid #D17DD7

Color information

#D17DD7 (or 0xD17DD7) is unknown color: approx Orchid. HEX triplet: D1, 7D and D7. RGB value is (209,125,215). Sum of RGB (Red+Green+Blue) = 209+125+215=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #D17DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17DD7 is #2E8228. Grayscale: #A0A0A0. Windows color (decimal): -3047977 or 14122449. OLE color: 14122449.

HSL color Cylindrical-coordinate representation of color #D17DD7: hue angle of 296º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17DD7 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209125215-
CMYK0.030.4200.16
HSL296º52.94%66.67%-
HSV(B)296º41.86%84.31%-
XYZ45.8933.1368.27-
YUV160.38158.83162.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.07%
GREEN value IS 125 (49.22% from 255) = 22.77%
BLUE value IS 215 (84.38% from 255) = 39.16%
R=38.07%
G=22.77%
B=39.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091252150.030.4200.1629652.9466.67
HexD17DD732A0101283543
Octal32117532735202045065103
Binary11010001111110111010111111010100100001001010001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17DD7; }

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

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

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

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

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

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

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

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