Shades of Heliotrope #C778F0
Tints of Heliotrope #C778F0
RGB
CMYK
RGB Variations
Color information
#C778F0 (or 0xC778F0) is known color: Heliotrope. HEX triplet: C7, 78 and F0. RGB value is (199,120,240). Sum of RGB (Red+Green+Blue) = 199+120+240=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #C778F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C778F0 is #38870F. Grayscale: #9C9C9C. Windows color (decimal): -3704592 or 15759559. OLE color: 15759559.
HSL color Cylindrical-coordinate representation of color #C778F0: hue angle of 279.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C778F0 is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 120 | 240 | - |
| CMYK | 0.17 | 0.5 | 0 | 0.06 |
| HSL | 279.5º | 0.8% | 0.71% | - |
| HSV(B) | 279.5º | 0.5% | 0.94% | - |
| XYZ | 46 | 31.87 | 86.16 | - |
| YUV | 157.3 | 174.67 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 240 | 0.17 | 0.5 | 0 | 0.06 | 279.5 | 0.8 | 0.71 |
| Hex | C7 | 78 | F0 | 11 | 32 | 0 | 6 | 118 | 50 | 47 |
| Octal | 307 | 170 | 360 | 21 | 62 | 0 | 6 | 430 | 120 | 107 |
| Binary | 11000111 | 1111000 | 11110000 | 10001 | 110010 | 0 | 110 | 100011000 | 1010000 | 1000111 |
Color Harmonies of #C778F0
Complementary color
Monochromatic Colors of #C778F0
Black with #C778F0
Text Example
Text Example
White with #C778F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C778F0; }
p { color: rgb(199,120,240); }
H1.HeaderClassName
{
color: #C778F0;
}
.AnyTagClassName
{
color: #C778F0;
}
</style>
background-color css
<style>
a { background-color: #C778F0; }
a { background-color: rgb(199,120,240); }
div.DivClassName
{
background-color: #C778F0;
}
.BgClassName
{
background-color: #C778F0;
}
</style>
border-color css
<style>
span { border-color: #C778F0; }
span { border-color: rgb(199,120,240); }
td.TdClassName
{
border-color: #C778F0;
}
.TagClassName
{
border-color: #C778F0;
}
</style>