Shades of Heliotrope #C77AF8
Tints of Heliotrope #C77AF8
RGB
CMYK
RGB Variations
Color information
#C77AF8 (or 0xC77AF8) is known color: Heliotrope. HEX triplet: C7, 7A and F8. RGB value is (199,122,248). Sum of RGB (Red+Green+Blue) = 199+122+248=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 248 (97.27% from 255 or 43.59% from 569); Max value from RGB is 248 - color contains mainly: blue. Hex color #C77AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77AF8 is #388507. Grayscale: #9E9E9E. Windows color (decimal): -3704072 or 16284359. OLE color: 16284359.
HSL color Cylindrical-coordinate representation of color #C77AF8: hue angle of 276.67º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C77AF8 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 122 | 248 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.03 |
| HSL | 276.67º | 0.9% | 0.73% | - |
| HSV(B) | 276.67º | 0.51% | 0.97% | - |
| XYZ | 47.46 | 32.84 | 92.64 | - |
| YUV | 159.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 248 | 0.20 | 0.51 | 0 | 0.03 | 276.67 | 0.9 | 0.73 |
| Hex | C7 | 7A | F8 | 14 | 33 | 0 | 3 | 115 | 5A | 49 |
| Octal | 307 | 172 | 370 | 24 | 63 | 0 | 3 | 425 | 132 | 111 |
| Binary | 11000111 | 1111010 | 11111000 | 10100 | 110011 | 0 | 11 | 100010101 | 1011010 | 1001001 |
Color Harmonies of #C77AF8
Complementary color
Monochromatic Colors of #C77AF8
Black with #C77AF8
Text Example
Text Example
White with #C77AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77AF8; }
p { color: rgb(199,122,248); }
H1.HeaderClassName
{
color: #C77AF8;
}
.AnyTagClassName
{
color: #C77AF8;
}
</style>
background-color css
<style>
a { background-color: #C77AF8; }
a { background-color: rgb(199,122,248); }
div.DivClassName
{
background-color: #C77AF8;
}
.BgClassName
{
background-color: #C77AF8;
}
</style>
border-color css
<style>
span { border-color: #C77AF8; }
span { border-color: rgb(199,122,248); }
td.TdClassName
{
border-color: #C77AF8;
}
.TagClassName
{
border-color: #C77AF8;
}
</style>