Shades of Heliotrope #C870F0
Tints of Heliotrope #C870F0
RGB
CMYK
RGB Variations
Color information
#C870F0 (or 0xC870F0) is known color: Heliotrope. HEX triplet: C8, 70 and F0. RGB value is (200,112,240). Sum of RGB (Red+Green+Blue) = 200+112+240=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #C870F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C870F0 is #378F0F. Grayscale: #989898. Windows color (decimal): -3641104 or 15757512. OLE color: 15757512.
HSL color Cylindrical-coordinate representation of color #C870F0: hue angle of 281.25º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C870F0 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 112 | 240 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.06 |
| HSL | 281.25º | 0.81% | 0.69% | - |
| HSV(B) | 281.25º | 0.53% | 0.94% | - |
| XYZ | 45.34 | 30.16 | 85.87 | - |
| YUV | 152.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 240 | 0.17 | 0.53 | 0 | 0.06 | 281.25 | 0.81 | 0.69 |
| Hex | C8 | 70 | F0 | 11 | 35 | 0 | 6 | 119 | 51 | 45 |
| Octal | 310 | 160 | 360 | 21 | 65 | 0 | 6 | 431 | 121 | 105 |
| Binary | 11001000 | 1110000 | 11110000 | 10001 | 110101 | 0 | 110 | 100011001 | 1010001 | 1000101 |
Color Harmonies of #C870F0
Complementary color
Monochromatic Colors of #C870F0
Black with #C870F0
Text Example
Text Example
White with #C870F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C870F0; }
p { color: rgb(200,112,240); }
H1.HeaderClassName
{
color: #C870F0;
}
.AnyTagClassName
{
color: #C870F0;
}
</style>
background-color css
<style>
a { background-color: #C870F0; }
a { background-color: rgb(200,112,240); }
div.DivClassName
{
background-color: #C870F0;
}
.BgClassName
{
background-color: #C870F0;
}
</style>
border-color css
<style>
span { border-color: #C870F0; }
span { border-color: rgb(200,112,240); }
td.TdClassName
{
border-color: #C870F0;
}
.TagClassName
{
border-color: #C870F0;
}
</style>