#DB82DE

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

Shades of Orchid #DB82DE

Tints of Orchid #DB82DE

Color information

#DB82DE (or 0xDB82DE) is unknown color: approx Orchid. HEX triplet: DB, 82 and DE. RGB value is (219,130,222). Sum of RGB (Red+Green+Blue) = 219+130+222=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB82DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82DE is #247D21. Grayscale: #A6A6A6. Windows color (decimal): -2391330 or 14582491. OLE color: 14582491.

HSL color Cylindrical-coordinate representation of color #DB82DE: hue angle of 298.04º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB82DE is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219130222-
CMYK0.010.4100.13
HSL298.04º58.23%69.02%-
HSV(B)298.04º41.44%87.06%-
XYZ50.3836.373.46-
YUV167.1158.99165.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 130 (51.17% from 255) = 22.77%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=38.35%
G=22.77%
B=38.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191302220.010.4100.13298.0458.2369.02
HexDB82DE1290D12a3a45
Octal33320233615101545272105
Binary1101101110000010110111101101001011011001010101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB82DE; }

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

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

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

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

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

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

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

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