#DC82EE

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

Shades of Violet #DC82EE

Tints of Violet #DC82EE

Color information

#DC82EE (or 0xDC82EE) is unknown color: approx Violet. HEX triplet: DC, 82 and EE. RGB value is (220,130,238). Sum of RGB (Red+Green+Blue) = 220+130+238=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC82EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC82EE is #237D11. Grayscale: #A8A8A8. Windows color (decimal): -2325778 or 15631068. OLE color: 15631068.

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

Color convert

RGB220130238-
CMYK0.080.4500.07
HSL290º76.06%72.16%-
HSV(B)290º45.38%93.33%-
XYZ52.9337.3585.31-
YUV169.22166.82164.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 130 (51.17% from 255) = 22.11%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=37.41%
G=22.11%
B=40.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201302380.080.4500.0729076.0672.16
HexDC82EE82D071224c48
Octal334202356105507442114110
Binary1101110010000010111011101000101101011110010001010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC82EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC82EE; }

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

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

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

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

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

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

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

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