Shades of Heliotrope #C77CF0
Tints of Heliotrope #C77CF0
RGB
CMYK
RGB Variations
Color information
#C77CF0 (or 0xC77CF0) is known color: Heliotrope. HEX triplet: C7, 7C and F0. RGB value is (199,124,240). Sum of RGB (Red+Green+Blue) = 199+124+240=563 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.35% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #C77CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77CF0 is #38830F. Grayscale: #9F9F9F. Windows color (decimal): -3703568 or 15760583. OLE color: 15760583.
HSL color Cylindrical-coordinate representation of color #C77CF0: hue angle of 278.79º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C77CF0 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 124 | 240 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.06 |
| HSL | 278.79º | 0.79% | 0.71% | - |
| HSV(B) | 278.79º | 0.48% | 0.94% | - |
| XYZ | 46.49 | 32.85 | 86.33 | - |
| YUV | 159.65 | 173.35 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 240 | 0.17 | 0.48 | 0 | 0.06 | 278.79 | 0.79 | 0.71 |
| Hex | C7 | 7C | F0 | 11 | 30 | 0 | 6 | 117 | 4F | 47 |
| Octal | 307 | 174 | 360 | 21 | 60 | 0 | 6 | 427 | 117 | 107 |
| Binary | 11000111 | 1111100 | 11110000 | 10001 | 110000 | 0 | 110 | 100010111 | 1001111 | 1000111 |
Color Harmonies of #C77CF0
Complementary color
Monochromatic Colors of #C77CF0
Black with #C77CF0
Text Example
Text Example
White with #C77CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CF0; }
p { color: rgb(199,124,240); }
H1.HeaderClassName
{
color: #C77CF0;
}
.AnyTagClassName
{
color: #C77CF0;
}
</style>
background-color css
<style>
a { background-color: #C77CF0; }
a { background-color: rgb(199,124,240); }
div.DivClassName
{
background-color: #C77CF0;
}
.BgClassName
{
background-color: #C77CF0;
}
</style>
border-color css
<style>
span { border-color: #C77CF0; }
span { border-color: rgb(199,124,240); }
td.TdClassName
{
border-color: #C77CF0;
}
.TagClassName
{
border-color: #C77CF0;
}
</style>