#D181D9

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

Shades of Orchid #D181D9

Tints of Orchid #D181D9

Color information

#D181D9 (or 0xD181D9) is unknown color: approx Orchid. HEX triplet: D1, 81 and D9. RGB value is (209,129,217). Sum of RGB (Red+Green+Blue) = 209+129+217=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #D181D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181D9 is #2E7E26. Grayscale: #A2A2A2. Windows color (decimal): -3046951 or 14254545. OLE color: 14254545.

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

Color convert

RGB209129217-
CMYK0.040.4100.15
HSL294.55º53.66%67.84%-
HSV(B)294.55º40.55%85.1%-
XYZ46.6734.2769.8-
YUV162.95158.5160.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.66%
GREEN value IS 129 (50.78% from 255) = 23.24%
BLUE value IS 217 (85.16% from 255) = 39.10%
R=37.66%
G=23.24%
B=39.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091292170.040.4100.15294.5553.6667.84
HexD181D94290F1273644
Octal32120133145101744766104
Binary110100011000000111011001100101001011111001001111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D181D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D181D9; }

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

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

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

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

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

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

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

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