Shades of Heliotrope #DC87FF
Tints of Heliotrope #DC87FF
RGB
CMYK
RGB Variations
Color information
#DC87FF (or 0xDC87FF) is known color: Heliotrope. HEX triplet: DC, 87 and FF. RGB value is (220,135,255). Sum of RGB (Red+Green+Blue) = 220+135+255=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 135 (53.12% from 255 or 22.13% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC87FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC87FF is #237800. Grayscale: #ADADAD. Windows color (decimal): -2324481 or 16746460. OLE color: 16746460.
HSL color Cylindrical-coordinate representation of color #DC87FF: hue angle of 282.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC87FF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 135 | 255 | - |
| CMYK | 0.14 | 0.47 | 0 | 0 |
| HSL | 282.5º | 1% | 0.76% | - |
| HSV(B) | 282.5º | 0.47% | 1% | - |
| XYZ | 56.23 | 39.76 | 99.32 | - |
| YUV | 174.1 | 173.66 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 255 | 0.14 | 0.47 | 0 | 0 | 282.5 | 1 | 0.76 |
| Hex | DC | 87 | FF | E | 2F | 0 | 0 | 11A | 64 | 4C |
| Octal | 334 | 207 | 377 | 16 | 57 | 0 | 0 | 432 | 144 | 114 |
| Binary | 11011100 | 10000111 | 11111111 | 1110 | 101111 | 0 | 0 | 100011010 | 1100100 | 1001100 |
Color Harmonies of #DC87FF
Complementary color
Monochromatic Colors of #DC87FF
Black with #DC87FF
Text Example
Text Example
White with #DC87FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87FF; }
p { color: rgb(220,135,255); }
H1.HeaderClassName
{
color: #DC87FF;
}
.AnyTagClassName
{
color: #DC87FF;
}
</style>
background-color css
<style>
a { background-color: #DC87FF; }
a { background-color: rgb(220,135,255); }
div.DivClassName
{
background-color: #DC87FF;
}
.BgClassName
{
background-color: #DC87FF;
}
</style>
border-color css
<style>
span { border-color: #DC87FF; }
span { border-color: rgb(220,135,255); }
td.TdClassName
{
border-color: #DC87FF;
}
.TagClassName
{
border-color: #DC87FF;
}
</style>