Shades of Violet #DC87F0
Tints of Violet #DC87F0
RGB
CMYK
RGB Variations
Color information
#DC87F0 (or 0xDC87F0) is known color: Violet. HEX triplet: DC, 87 and F0. RGB value is (220,135,240). Sum of RGB (Red+Green+Blue) = 220+135+240=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 135 (53.12% from 255 or 22.69% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC87F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC87F0 is #23780F. Grayscale: #ACACAC. Windows color (decimal): -2324496 or 15763420. OLE color: 15763420.
HSL color Cylindrical-coordinate representation of color #DC87F0: hue angle of 288.57º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC87F0 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 135 | 240 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.06 |
| HSL | 288.57º | 0.78% | 0.74% | - |
| HSV(B) | 288.57º | 0.44% | 0.94% | - |
| XYZ | 53.91 | 38.83 | 87.09 | - |
| YUV | 172.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 240 | 0.08 | 0.44 | 0 | 0.06 | 288.57 | 0.78 | 0.74 |
| Hex | DC | 87 | F0 | 8 | 2C | 0 | 6 | 121 | 4E | 4A |
| Octal | 334 | 207 | 360 | 10 | 54 | 0 | 6 | 441 | 116 | 112 |
| Binary | 11011100 | 10000111 | 11110000 | 1000 | 101100 | 0 | 110 | 100100001 | 1001110 | 1001010 |
Color Harmonies of #DC87F0
Complementary color
Monochromatic Colors of #DC87F0
Black with #DC87F0
Text Example
Text Example
White with #DC87F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87F0; }
p { color: rgb(220,135,240); }
H1.HeaderClassName
{
color: #DC87F0;
}
.AnyTagClassName
{
color: #DC87F0;
}
</style>
background-color css
<style>
a { background-color: #DC87F0; }
a { background-color: rgb(220,135,240); }
div.DivClassName
{
background-color: #DC87F0;
}
.BgClassName
{
background-color: #DC87F0;
}
</style>
border-color css
<style>
span { border-color: #DC87F0; }
span { border-color: rgb(220,135,240); }
td.TdClassName
{
border-color: #DC87F0;
}
.TagClassName
{
border-color: #DC87F0;
}
</style>