Shades of Violet #DC87EC
Tints of Violet #DC87EC
RGB
CMYK
RGB Variations
Color information
#DC87EC (or 0xDC87EC) is known color: Violet. HEX triplet: DC, 87 and EC. RGB value is (220,135,236). Sum of RGB (Red+Green+Blue) = 220+135+236=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 135 (53.12% from 255 or 22.84% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC87EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC87EC is #237813. Grayscale: #ABABAB. Windows color (decimal): -2324500 or 15501276. OLE color: 15501276.
HSL color Cylindrical-coordinate representation of color #DC87EC: hue angle of 290.5º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC87EC is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 135 | 236 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.07 |
| HSL | 290.5º | 0.73% | 0.73% | - |
| HSV(B) | 290.5º | 0.43% | 0.93% | - |
| XYZ | 53.32 | 38.6 | 84 | - |
| YUV | 171.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 236 | 0.07 | 0.43 | 0 | 0.07 | 290.5 | 0.73 | 0.73 |
| Hex | DC | 87 | EC | 7 | 2B | 0 | 7 | 122 | 49 | 49 |
| Octal | 334 | 207 | 354 | 7 | 53 | 0 | 7 | 442 | 111 | 111 |
| Binary | 11011100 | 10000111 | 11101100 | 111 | 101011 | 0 | 111 | 100100010 | 1001001 | 1001001 |
Color Harmonies of #DC87EC
Complementary color
Monochromatic Colors of #DC87EC
Black with #DC87EC
Text Example
Text Example
White with #DC87EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87EC; }
p { color: rgb(220,135,236); }
H1.HeaderClassName
{
color: #DC87EC;
}
.AnyTagClassName
{
color: #DC87EC;
}
</style>
background-color css
<style>
a { background-color: #DC87EC; }
a { background-color: rgb(220,135,236); }
div.DivClassName
{
background-color: #DC87EC;
}
.BgClassName
{
background-color: #DC87EC;
}
</style>
border-color css
<style>
span { border-color: #DC87EC; }
span { border-color: rgb(220,135,236); }
td.TdClassName
{
border-color: #DC87EC;
}
.TagClassName
{
border-color: #DC87EC;
}
</style>