Shades of Violet #DC82ED
Tints of Violet #DC82ED
RGB
CMYK
RGB Variations
Color information
#DC82ED (or 0xDC82ED) is known color: Violet. HEX triplet: DC, 82 and ED. RGB value is (220,130,237). Sum of RGB (Red+Green+Blue) = 220+130+237=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC82ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC82ED is #237D12. Grayscale: #A8A8A8. Windows color (decimal): -2325779 or 15565532. OLE color: 15565532.
HSL color Cylindrical-coordinate representation of color #DC82ED: hue angle of 290.47º degrees, saturation: 0.75, 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 #DC82ED is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 130 | 237 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.07 |
| HSL | 290.47º | 0.75% | 0.72% | - |
| HSV(B) | 290.47º | 0.45% | 0.93% | - |
| XYZ | 52.78 | 37.3 | 84.54 | - |
| YUV | 169.11 | 166.32 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 237 | 0.07 | 0.45 | 0 | 0.07 | 290.47 | 0.75 | 0.72 |
| Hex | DC | 82 | ED | 7 | 2D | 0 | 7 | 122 | 4B | 48 |
| Octal | 334 | 202 | 355 | 7 | 55 | 0 | 7 | 442 | 113 | 110 |
| Binary | 11011100 | 10000010 | 11101101 | 111 | 101101 | 0 | 111 | 100100010 | 1001011 | 1001000 |
Color Harmonies of #DC82ED
Complementary color
Monochromatic Colors of #DC82ED
Black with #DC82ED
Text Example
Text Example
White with #DC82ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82ED; }
p { color: rgb(220,130,237); }
H1.HeaderClassName
{
color: #DC82ED;
}
.AnyTagClassName
{
color: #DC82ED;
}
</style>
background-color css
<style>
a { background-color: #DC82ED; }
a { background-color: rgb(220,130,237); }
div.DivClassName
{
background-color: #DC82ED;
}
.BgClassName
{
background-color: #DC82ED;
}
</style>
border-color css
<style>
span { border-color: #DC82ED; }
span { border-color: rgb(220,130,237); }
td.TdClassName
{
border-color: #DC82ED;
}
.TagClassName
{
border-color: #DC82ED;
}
</style>