#DC82EB

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

Shades of Violet #DC82EB

Tints of Violet #DC82EB

Color information

#DC82EB (or 0xDC82EB) is unknown color: approx Violet. HEX triplet: DC, 82 and EB. RGB value is (220,130,235). Sum of RGB (Red+Green+Blue) = 220+130+235=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 130 (51.17% from 255 or 22.22% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC82EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC82EB is #237D14. Grayscale: #A8A8A8. Windows color (decimal): -2325781 or 15434460. OLE color: 15434460.

HSL color Cylindrical-coordinate representation of color #DC82EB: hue angle of 291.43º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC82EB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220130235-
CMYK0.060.4500.08
HSL291.43º72.41%71.57%-
HSV(B)291.43º44.68%92.16%-
XYZ52.4937.1883.01-
YUV168.88165.32164.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 130 (51.17% from 255) = 22.22%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=37.61%
G=22.22%
B=40.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201302350.060.4500.08291.4372.4171.57
HexDC82EB62D081234848
Octal334202353655010443110110
Binary1101110010000010111010111101011010100010010001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC82EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC82EB; }

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

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

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

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

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

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

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

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