Shades of Heliotrope #C870F3
Tints of Heliotrope #C870F3
RGB
CMYK
RGB Variations
Color information
#C870F3 (or 0xC870F3) is known color: Heliotrope. HEX triplet: C8, 70 and F3. RGB value is (200,112,243). Sum of RGB (Red+Green+Blue) = 200+112+243=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #C870F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C870F3 is #378F0C. Grayscale: #989898. Windows color (decimal): -3641101 or 15954120. OLE color: 15954120.
HSL color Cylindrical-coordinate representation of color #C870F3: hue angle of 280.31º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C870F3 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 112 | 243 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.05 |
| HSL | 280.31º | 0.85% | 0.7% | - |
| HSV(B) | 280.31º | 0.54% | 0.95% | - |
| XYZ | 45.79 | 30.34 | 88.24 | - |
| YUV | 153.25 | 178.65 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 243 | 0.18 | 0.54 | 0 | 0.05 | 280.31 | 0.85 | 0.7 |
| Hex | C8 | 70 | F3 | 12 | 36 | 0 | 5 | 118 | 55 | 46 |
| Octal | 310 | 160 | 363 | 22 | 66 | 0 | 5 | 430 | 125 | 106 |
| Binary | 11001000 | 1110000 | 11110011 | 10010 | 110110 | 0 | 101 | 100011000 | 1010101 | 1000110 |
Color Harmonies of #C870F3
Complementary color
Monochromatic Colors of #C870F3
Black with #C870F3
Text Example
Text Example
White with #C870F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C870F3; }
p { color: rgb(200,112,243); }
H1.HeaderClassName
{
color: #C870F3;
}
.AnyTagClassName
{
color: #C870F3;
}
</style>
background-color css
<style>
a { background-color: #C870F3; }
a { background-color: rgb(200,112,243); }
div.DivClassName
{
background-color: #C870F3;
}
.BgClassName
{
background-color: #C870F3;
}
</style>
border-color css
<style>
span { border-color: #C870F3; }
span { border-color: rgb(200,112,243); }
td.TdClassName
{
border-color: #C870F3;
}
.TagClassName
{
border-color: #C870F3;
}
</style>