#DB81DB

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

Shades of Orchid #DB81DB

Tints of Orchid #DB81DB

Color information

#DB81DB (or 0xDB81DB) is unknown color: approx Orchid. HEX triplet: DB, 81 and DB. RGB value is (219,129,219). Sum of RGB (Red+Green+Blue) = 219+129+219=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81DB is #247E24. Grayscale: #A5A5A5. Windows color (decimal): -2391589 or 14385627. OLE color: 14385627.

HSL color Cylindrical-coordinate representation of color #DB81DB: hue angle of 300º 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 #DB81DB is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219129219-
CMYK00.4100.14
HSL300º55.56%68.24%-
HSV(B)300º41.1%85.88%-
XYZ49.8535.8871.32-
YUV166.17157.82165.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 129 (50.78% from 255) = 22.75%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=38.62%
G=22.75%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912921900.4100.1430055.5668.24
HexDB81DB0290E12c3844
Octal33320133305101645470104
Binary1101101110000001110110110101001011101001011001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB81DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB81DB; }

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

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

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

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

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

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

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

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