Shades of Heliotrope #C77AFC
Tints of Heliotrope #C77AFC
RGB
CMYK
RGB Variations
Color information
#C77AFC (or 0xC77AFC) is known color: Heliotrope. HEX triplet: C7, 7A and FC. RGB value is (199,122,252). Sum of RGB (Red+Green+Blue) = 199+122+252=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 122 (48.05% from 255 or 21.29% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #C77AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77AFC is #388503. Grayscale: #9F9F9F. Windows color (decimal): -3704068 or 16546503. OLE color: 16546503.
HSL color Cylindrical-coordinate representation of color #C77AFC: hue angle of 275.54º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C77AFC is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 122 | 252 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.01 |
| HSL | 275.54º | 0.96% | 0.73% | - |
| HSV(B) | 275.54º | 0.52% | 0.99% | - |
| XYZ | 48.08 | 33.09 | 95.95 | - |
| YUV | 159.84 | 180.01 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 252 | 0.21 | 0.52 | 0 | 0.01 | 275.54 | 0.96 | 0.73 |
| Hex | C7 | 7A | FC | 15 | 34 | 0 | 1 | 114 | 60 | 49 |
| Octal | 307 | 172 | 374 | 25 | 64 | 0 | 1 | 424 | 140 | 111 |
| Binary | 11000111 | 1111010 | 11111100 | 10101 | 110100 | 0 | 1 | 100010100 | 1100000 | 1001001 |
Color Harmonies of #C77AFC
Complementary color
Monochromatic Colors of #C77AFC
Black with #C77AFC
Text Example
Text Example
White with #C77AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77AFC; }
p { color: rgb(199,122,252); }
H1.HeaderClassName
{
color: #C77AFC;
}
.AnyTagClassName
{
color: #C77AFC;
}
</style>
background-color css
<style>
a { background-color: #C77AFC; }
a { background-color: rgb(199,122,252); }
div.DivClassName
{
background-color: #C77AFC;
}
.BgClassName
{
background-color: #C77AFC;
}
</style>
border-color css
<style>
span { border-color: #C77AFC; }
span { border-color: rgb(199,122,252); }
td.TdClassName
{
border-color: #C77AFC;
}
.TagClassName
{
border-color: #C77AFC;
}
</style>