Shades of Heliotrope #DC87F2
Tints of Heliotrope #DC87F2
RGB
CMYK
RGB Variations
Color information
#DC87F2 (or 0xDC87F2) is known color: Heliotrope. HEX triplet: DC, 87 and F2. RGB value is (220,135,242). Sum of RGB (Red+Green+Blue) = 220+135+242=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 135 (53.12% from 255 or 22.61% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC87F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC87F2 is #23780D. Grayscale: #ACACAC. Windows color (decimal): -2324494 or 15894492. OLE color: 15894492.
HSL color Cylindrical-coordinate representation of color #DC87F2: hue angle of 287.66º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC87F2 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 135 | 242 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.05 |
| HSL | 287.66º | 0.8% | 0.74% | - |
| HSV(B) | 287.66º | 0.44% | 0.95% | - |
| XYZ | 54.21 | 38.95 | 88.67 | - |
| YUV | 172.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 242 | 0.09 | 0.44 | 0 | 0.05 | 287.66 | 0.8 | 0.74 |
| Hex | DC | 87 | F2 | 9 | 2C | 0 | 5 | 120 | 50 | 4A |
| Octal | 334 | 207 | 362 | 11 | 54 | 0 | 5 | 440 | 120 | 112 |
| Binary | 11011100 | 10000111 | 11110010 | 1001 | 101100 | 0 | 101 | 100100000 | 1010000 | 1001010 |
Color Harmonies of #DC87F2
Complementary color
Monochromatic Colors of #DC87F2
Black with #DC87F2
Text Example
Text Example
White with #DC87F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87F2; }
p { color: rgb(220,135,242); }
H1.HeaderClassName
{
color: #DC87F2;
}
.AnyTagClassName
{
color: #DC87F2;
}
</style>
background-color css
<style>
a { background-color: #DC87F2; }
a { background-color: rgb(220,135,242); }
div.DivClassName
{
background-color: #DC87F2;
}
.BgClassName
{
background-color: #DC87F2;
}
</style>
border-color css
<style>
span { border-color: #DC87F2; }
span { border-color: rgb(220,135,242); }
td.TdClassName
{
border-color: #DC87F2;
}
.TagClassName
{
border-color: #DC87F2;
}
</style>