#DB81DE

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

Shades of Orchid #DB81DE

Tints of Orchid #DB81DE

Color information

#DB81DE (or 0xDB81DE) is unknown color: approx Orchid. HEX triplet: DB, 81 and DE. RGB value is (219,129,222). Sum of RGB (Red+Green+Blue) = 219+129+222=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB81DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81DE is #247E21. Grayscale: #A6A6A6. Windows color (decimal): -2391586 or 14582235. OLE color: 14582235.

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

Color convert

RGB219129222-
CMYK0.010.4200.13
HSL298.06º58.49%68.82%-
HSV(B)298.06º41.89%87.06%-
XYZ50.2536.0373.41-
YUV166.51159.32165.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 129 (50.78% from 255) = 22.63%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=38.42%
G=22.63%
B=38.95%

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
Decimal2191292220.010.4200.13298.0658.4968.82
HexDB81DE12A0D12a3a45
Octal33320133615201545272105
Binary1101101110000001110111101101010011011001010101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB81DE; }

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

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

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

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

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

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

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

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