#D181DB

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

Shades of Orchid #D181DB

Tints of Orchid #D181DB

Color information

#D181DB (or 0xD181DB) is unknown color: approx Orchid. HEX triplet: D1, 81 and DB. RGB value is (209,129,219). Sum of RGB (Red+Green+Blue) = 209+129+219=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #D181DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181DB is #2E7E24. Grayscale: #A2A2A2. Windows color (decimal): -3046949 or 14385617. OLE color: 14385617.

HSL color Cylindrical-coordinate representation of color #D181DB: hue angle of 293.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D181DB is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209129219-
CMYK0.050.4100.14
HSL293.33º55.56%68.24%-
HSV(B)293.33º41.1%85.88%-
XYZ46.9334.3771.18-
YUV163.18159.5160.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.52%
GREEN value IS 129 (50.78% from 255) = 23.16%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=37.52%
G=23.16%
B=39.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091292190.050.4100.14293.3355.5668.24
HexD181DB5290E1253844
Octal32120133355101644570104
Binary110100011000000111011011101101001011101001001011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D181DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D181DB; }

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

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

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

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

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

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

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

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