Shades of Heliotrope #C779FA
Tints of Heliotrope #C779FA
RGB
CMYK
RGB Variations
Color information
#C779FA (or 0xC779FA) is known color: Heliotrope. HEX triplet: C7, 79 and FA. RGB value is (199,121,250). Sum of RGB (Red+Green+Blue) = 199+121+250=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 121 (47.66% from 255 or 21.23% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #C779FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C779FA is #388605. Grayscale: #9E9E9E. Windows color (decimal): -3704326 or 16415175. OLE color: 16415175.
HSL color Cylindrical-coordinate representation of color #C779FA: hue angle of 276.28º degrees, saturation: 0.93, 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 #C779FA is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 121 | 250 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.02 |
| HSL | 276.28º | 0.93% | 0.73% | - |
| HSV(B) | 276.28º | 0.52% | 0.98% | - |
| XYZ | 47.65 | 32.72 | 94.25 | - |
| YUV | 159.03 | 179.34 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 250 | 0.20 | 0.52 | 0 | 0.02 | 276.28 | 0.93 | 0.73 |
| Hex | C7 | 79 | FA | 14 | 34 | 0 | 2 | 114 | 5D | 49 |
| Octal | 307 | 171 | 372 | 24 | 64 | 0 | 2 | 424 | 135 | 111 |
| Binary | 11000111 | 1111001 | 11111010 | 10100 | 110100 | 0 | 10 | 100010100 | 1011101 | 1001001 |
Color Harmonies of #C779FA
Complementary color
Monochromatic Colors of #C779FA
Black with #C779FA
Text Example
Text Example
White with #C779FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C779FA; }
p { color: rgb(199,121,250); }
H1.HeaderClassName
{
color: #C779FA;
}
.AnyTagClassName
{
color: #C779FA;
}
</style>
background-color css
<style>
a { background-color: #C779FA; }
a { background-color: rgb(199,121,250); }
div.DivClassName
{
background-color: #C779FA;
}
.BgClassName
{
background-color: #C779FA;
}
</style>
border-color css
<style>
span { border-color: #C779FA; }
span { border-color: rgb(199,121,250); }
td.TdClassName
{
border-color: #C779FA;
}
.TagClassName
{
border-color: #C779FA;
}
</style>