Shades of Heliotrope #C778F6
Tints of Heliotrope #C778F6
RGB
CMYK
RGB Variations
Color information
#C778F6 (or 0xC778F6) is known color: Heliotrope. HEX triplet: C7, 78 and F6. RGB value is (199,120,246). Sum of RGB (Red+Green+Blue) = 199+120+246=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #C778F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C778F6 is #388709. Grayscale: #9D9D9D. Windows color (decimal): -3704586 or 16152775. OLE color: 16152775.
HSL color Cylindrical-coordinate representation of color #C778F6: hue angle of 277.62º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C778F6 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 120 | 246 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.04 |
| HSL | 277.62º | 0.88% | 0.72% | - |
| HSV(B) | 277.62º | 0.51% | 0.96% | - |
| XYZ | 46.9 | 32.23 | 90.94 | - |
| YUV | 157.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 246 | 0.19 | 0.51 | 0 | 0.04 | 277.62 | 0.88 | 0.72 |
| Hex | C7 | 78 | F6 | 13 | 33 | 0 | 4 | 116 | 58 | 48 |
| Octal | 307 | 170 | 366 | 23 | 63 | 0 | 4 | 426 | 130 | 110 |
| Binary | 11000111 | 1111000 | 11110110 | 10011 | 110011 | 0 | 100 | 100010110 | 1011000 | 1001000 |
Color Harmonies of #C778F6
Complementary color
Monochromatic Colors of #C778F6
Black with #C778F6
Text Example
Text Example
White with #C778F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C778F6; }
p { color: rgb(199,120,246); }
H1.HeaderClassName
{
color: #C778F6;
}
.AnyTagClassName
{
color: #C778F6;
}
</style>
background-color css
<style>
a { background-color: #C778F6; }
a { background-color: rgb(199,120,246); }
div.DivClassName
{
background-color: #C778F6;
}
.BgClassName
{
background-color: #C778F6;
}
</style>
border-color css
<style>
span { border-color: #C778F6; }
span { border-color: rgb(199,120,246); }
td.TdClassName
{
border-color: #C778F6;
}
.TagClassName
{
border-color: #C778F6;
}
</style>