Shades of Heliotrope #C777F2
Tints of Heliotrope #C777F2
RGB
CMYK
RGB Variations
Color information
#C777F2 (or 0xC777F2) is known color: Heliotrope. HEX triplet: C7, 77 and F2. RGB value is (199,119,242). Sum of RGB (Red+Green+Blue) = 199+119+242=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #C777F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C777F2 is #38880D. Grayscale: #9C9C9C. Windows color (decimal): -3704846 or 15890375. OLE color: 15890375.
HSL color Cylindrical-coordinate representation of color #C777F2: hue angle of 279.02º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C777F2 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 119 | 242 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.05 |
| HSL | 279.02º | 0.83% | 0.71% | - |
| HSV(B) | 279.02º | 0.51% | 0.95% | - |
| XYZ | 46.18 | 31.75 | 87.7 | - |
| YUV | 156.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 242 | 0.18 | 0.51 | 0 | 0.05 | 279.02 | 0.83 | 0.71 |
| Hex | C7 | 77 | F2 | 12 | 33 | 0 | 5 | 117 | 53 | 47 |
| Octal | 307 | 167 | 362 | 22 | 63 | 0 | 5 | 427 | 123 | 107 |
| Binary | 11000111 | 1110111 | 11110010 | 10010 | 110011 | 0 | 101 | 100010111 | 1010011 | 1000111 |
Color Harmonies of #C777F2
Complementary color
Monochromatic Colors of #C777F2
Black with #C777F2
Text Example
Text Example
White with #C777F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C777F2; }
p { color: rgb(199,119,242); }
H1.HeaderClassName
{
color: #C777F2;
}
.AnyTagClassName
{
color: #C777F2;
}
</style>
background-color css
<style>
a { background-color: #C777F2; }
a { background-color: rgb(199,119,242); }
div.DivClassName
{
background-color: #C777F2;
}
.BgClassName
{
background-color: #C777F2;
}
</style>
border-color css
<style>
span { border-color: #C777F2; }
span { border-color: rgb(199,119,242); }
td.TdClassName
{
border-color: #C777F2;
}
.TagClassName
{
border-color: #C777F2;
}
</style>