#D181DD

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

Shades of Orchid #D181DD

Tints of Orchid #D181DD

Color information

#D181DD (or 0xD181DD) is unknown color: approx Orchid. HEX triplet: D1, 81 and DD. RGB value is (209,129,221). Sum of RGB (Red+Green+Blue) = 209+129+221=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #D181DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181DD is #2E7E22. Grayscale: #A3A3A3. Windows color (decimal): -3046947 or 14516689. OLE color: 14516689.

HSL color Cylindrical-coordinate representation of color #D181DD: hue angle of 292.17º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D181DD is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209129221-
CMYK0.050.4200.13
HSL292.17º57.5%68.63%-
HSV(B)292.17º41.63%86.67%-
XYZ47.234.4872.57-
YUV163.41160.5160.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.39%
GREEN value IS 129 (50.78% from 255) = 23.08%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=37.39%
G=23.08%
B=39.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091292210.050.4200.13292.1757.568.63
HexD181DD52A0D1243a45
Octal32120133555201544472105
Binary110100011000000111011101101101010011011001001001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D181DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D181DD; }

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

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

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

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

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

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

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

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