Shades of Heliotrope #C778FB
Tints of Heliotrope #C778FB
RGB
CMYK
RGB Variations
Color information
#C778FB (or 0xC778FB) is known color: Heliotrope. HEX triplet: C7, 78 and FB. RGB value is (199,120,251). Sum of RGB (Red+Green+Blue) = 199+120+251=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #C778FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C778FB is #388704. Grayscale: #9E9E9E. Windows color (decimal): -3704581 or 16480455. OLE color: 16480455.
HSL color Cylindrical-coordinate representation of color #C778FB: hue angle of 276.18º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C778FB is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 120 | 251 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.02 |
| HSL | 276.18º | 0.94% | 0.73% | - |
| HSV(B) | 276.18º | 0.52% | 0.98% | - |
| XYZ | 47.68 | 32.54 | 95.03 | - |
| YUV | 158.56 | 180.17 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 251 | 0.21 | 0.52 | 0 | 0.02 | 276.18 | 0.94 | 0.73 |
| Hex | C7 | 78 | FB | 15 | 34 | 0 | 2 | 114 | 5E | 49 |
| Octal | 307 | 170 | 373 | 25 | 64 | 0 | 2 | 424 | 136 | 111 |
| Binary | 11000111 | 1111000 | 11111011 | 10101 | 110100 | 0 | 10 | 100010100 | 1011110 | 1001001 |
Color Harmonies of #C778FB
Complementary color
Monochromatic Colors of #C778FB
Black with #C778FB
Text Example
Text Example
White with #C778FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C778FB; }
p { color: rgb(199,120,251); }
H1.HeaderClassName
{
color: #C778FB;
}
.AnyTagClassName
{
color: #C778FB;
}
</style>
background-color css
<style>
a { background-color: #C778FB; }
a { background-color: rgb(199,120,251); }
div.DivClassName
{
background-color: #C778FB;
}
.BgClassName
{
background-color: #C778FB;
}
</style>
border-color css
<style>
span { border-color: #C778FB; }
span { border-color: rgb(199,120,251); }
td.TdClassName
{
border-color: #C778FB;
}
.TagClassName
{
border-color: #C778FB;
}
</style>