#DB81DD

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

Shades of Orchid #DB81DD

Tints of Orchid #DB81DD

Color information

#DB81DD (or 0xDB81DD) is unknown color: approx Orchid. HEX triplet: DB, 81 and DD. RGB value is (219,129,221). Sum of RGB (Red+Green+Blue) = 219+129+221=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81DD is #247E22. Grayscale: #A6A6A6. Windows color (decimal): -2391587 or 14516699. OLE color: 14516699.

HSL color Cylindrical-coordinate representation of color #DB81DD: hue angle of 298.7º 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 #DB81DD is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219129221-
CMYK0.010.4200.13
HSL298.7º57.5%68.63%-
HSV(B)298.7º41.63%86.67%-
XYZ50.1135.9872.71-
YUV166.4158.82165.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 129 (50.78% from 255) = 22.67%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=38.49%
G=22.67%
B=38.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191292210.010.4200.13298.757.568.63
HexDB81DD12A0D12b3a45
Octal33320133515201545372105
Binary1101101110000001110111011101010011011001010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB81DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB81DD; }

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

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

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

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

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

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

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

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