Shades of Heliotrope #C778FE
Tints of Heliotrope #C778FE
RGB
CMYK
RGB Variations
Color information
#C778FE (or 0xC778FE) is known color: Heliotrope. HEX triplet: C7, 78 and FE. RGB value is (199,120,254). Sum of RGB (Red+Green+Blue) = 199+120+254=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 120 (47.27% from 255 or 20.94% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #C778FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C778FE is #388701. Grayscale: #9E9E9E. Windows color (decimal): -3704578 or 16677063. OLE color: 16677063.
HSL color Cylindrical-coordinate representation of color #C778FE: hue angle of 275.37º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C778FE is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 120 | 254 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.00 |
| HSL | 275.37º | 0.99% | 0.73% | - |
| HSV(B) | 275.37º | 0.53% | 1% | - |
| XYZ | 48.16 | 32.73 | 97.55 | - |
| YUV | 158.9 | 181.67 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 254 | 0.22 | 0.53 | 0 | 0.00 | 275.37 | 0.99 | 0.73 |
| Hex | C7 | 78 | FE | 16 | 35 | 0 | 0 | 113 | 63 | 49 |
| Octal | 307 | 170 | 376 | 26 | 65 | 0 | 0 | 423 | 143 | 111 |
| Binary | 11000111 | 1111000 | 11111110 | 10110 | 110101 | 0 | 0 | 100010011 | 1100011 | 1001001 |
Color Harmonies of #C778FE
Complementary color
Monochromatic Colors of #C778FE
Black with #C778FE
Text Example
Text Example
White with #C778FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C778FE; }
p { color: rgb(199,120,254); }
H1.HeaderClassName
{
color: #C778FE;
}
.AnyTagClassName
{
color: #C778FE;
}
</style>
background-color css
<style>
a { background-color: #C778FE; }
a { background-color: rgb(199,120,254); }
div.DivClassName
{
background-color: #C778FE;
}
.BgClassName
{
background-color: #C778FE;
}
</style>
border-color css
<style>
span { border-color: #C778FE; }
span { border-color: rgb(199,120,254); }
td.TdClassName
{
border-color: #C778FE;
}
.TagClassName
{
border-color: #C778FE;
}
</style>