#DB81DC

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

Shades of Orchid #DB81DC

Tints of Orchid #DB81DC

Color information

#DB81DC (or 0xDB81DC) is unknown color: approx Orchid. HEX triplet: DB, 81 and DC. RGB value is (219,129,220). Sum of RGB (Red+Green+Blue) = 219+129+220=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81DC is #247E23. Grayscale: #A6A6A6. Windows color (decimal): -2391588 or 14451163. OLE color: 14451163.

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

Color convert

RGB219129220-
CMYK0.000.4100.14
HSL299.34º56.52%68.43%-
HSV(B)299.34º41.36%86.27%-
XYZ49.9835.9372.01-
YUV166.28158.32165.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 129 (50.78% from 255) = 22.71%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=38.56%
G=22.71%
B=38.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191292200.000.4100.14299.3456.5268.43
HexDB81DC0290E12b3944
Octal33320133405101645371104
Binary1101101110000001110111000101001011101001010111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB81DC; }

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

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

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

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

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

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

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

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