#DB82DC

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

Shades of Orchid #DB82DC

Tints of Orchid #DB82DC

Color information

#DB82DC (or 0xDB82DC) is unknown color: approx Orchid. HEX triplet: DB, 82 and DC. RGB value is (219,130,220). Sum of RGB (Red+Green+Blue) = 219+130+220=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB82DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82DC is #247D23. Grayscale: #A6A6A6. Windows color (decimal): -2391332 or 14451419. OLE color: 14451419.

HSL color Cylindrical-coordinate representation of color #DB82DC: hue angle of 299.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB82DC is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219130220-
CMYK0.000.4100.14
HSL299.33º56.25%68.63%-
HSV(B)299.33º40.91%86.27%-
XYZ50.1136.1972.05-
YUV166.87157.99165.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 130 (51.17% from 255) = 22.85%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=38.49%
G=22.85%
B=38.66%

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
Decimal2191302200.000.4100.14299.3356.2568.63
HexDB82DC0290E12b3845
Octal33320233405101645370105
Binary1101101110000010110111000101001011101001010111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB82DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB82DC; }

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

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

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

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

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

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

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

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