Shades of Heliotrope #C770F3
Tints of Heliotrope #C770F3
RGB
CMYK
RGB Variations
Color information
#C770F3 (or 0xC770F3) is known color: Heliotrope. HEX triplet: C7, 70 and F3. RGB value is (199,112,243). Sum of RGB (Red+Green+Blue) = 199+112+243=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #C770F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C770F3 is #388F0C. Grayscale: #989898. Windows color (decimal): -3706637 or 15954119. OLE color: 15954119.
HSL color Cylindrical-coordinate representation of color #C770F3: hue angle of 279.85º 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 #C770F3 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 112 | 243 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.05 |
| HSL | 279.85º | 0.85% | 0.7% | - |
| HSV(B) | 279.85º | 0.54% | 0.95% | - |
| XYZ | 45.53 | 30.2 | 88.22 | - |
| YUV | 152.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 243 | 0.18 | 0.54 | 0 | 0.05 | 279.85 | 0.85 | 0.7 |
| Hex | C7 | 70 | F3 | 12 | 36 | 0 | 5 | 118 | 55 | 46 |
| Octal | 307 | 160 | 363 | 22 | 66 | 0 | 5 | 430 | 125 | 106 |
| Binary | 11000111 | 1110000 | 11110011 | 10010 | 110110 | 0 | 101 | 100011000 | 1010101 | 1000110 |
Color Harmonies of #C770F3
Complementary color
Monochromatic Colors of #C770F3
Black with #C770F3
Text Example
Text Example
White with #C770F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C770F3; }
p { color: rgb(199,112,243); }
H1.HeaderClassName
{
color: #C770F3;
}
.AnyTagClassName
{
color: #C770F3;
}
</style>
background-color css
<style>
a { background-color: #C770F3; }
a { background-color: rgb(199,112,243); }
div.DivClassName
{
background-color: #C770F3;
}
.BgClassName
{
background-color: #C770F3;
}
</style>
border-color css
<style>
span { border-color: #C770F3; }
span { border-color: rgb(199,112,243); }
td.TdClassName
{
border-color: #C770F3;
}
.TagClassName
{
border-color: #C770F3;
}
</style>