#D17BD9

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

Shades of Orchid #D17BD9

Tints of Orchid #D17BD9

Color information

#D17BD9 (or 0xD17BD9) is unknown color: approx Orchid. HEX triplet: D1, 7B and D9. RGB value is (209,123,217). Sum of RGB (Red+Green+Blue) = 209+123+217=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 217 - color contains mainly: blue. Hex color #D17BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17BD9 is #2E8426. Grayscale: #9F9F9F. Windows color (decimal): -3048487 or 14253009. OLE color: 14253009.

HSL color Cylindrical-coordinate representation of color #D17BD9: hue angle of 294.89º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D17BD9 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209123217-
CMYK0.040.4300.15
HSL294.89º55.29%66.67%-
HSV(B)294.89º43.32%85.1%-
XYZ45.932.7369.54-
YUV159.43160.49163.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.07%
GREEN value IS 123 (48.44% from 255) = 22.40%
BLUE value IS 217 (85.16% from 255) = 39.53%
R=38.07%
G=22.40%
B=39.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091232170.040.4300.15294.8955.2966.67
HexD17BD942B0F1273743
Octal32117333145301744767103
Binary11010001111101111011001100101011011111001001111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17BD9; }

 p { color: rgb(209,123,217); }

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

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

 a { background-color: rgb(209,123,217); }

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

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

 span { border-color: rgb(209,123,217); }

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