Shades of Heliotrope #C77AEF
Tints of Heliotrope #C77AEF
RGB
CMYK
RGB Variations
Color information
#C77AEF (or 0xC77AEF) is known color: Heliotrope. HEX triplet: C7, 7A and EF. RGB value is (199,122,239). Sum of RGB (Red+Green+Blue) = 199+122+239=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #C77AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77AEF is #388510. Grayscale: #9D9D9D. Windows color (decimal): -3704081 or 15694535. OLE color: 15694535.
HSL color Cylindrical-coordinate representation of color #C77AEF: hue angle of 279.49º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C77AEF is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 122 | 239 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.06 |
| HSL | 279.49º | 0.79% | 0.71% | - |
| HSV(B) | 279.49º | 0.49% | 0.94% | - |
| XYZ | 46.09 | 32.29 | 85.47 | - |
| YUV | 158.36 | 173.51 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 239 | 0.17 | 0.49 | 0 | 0.06 | 279.49 | 0.79 | 0.71 |
| Hex | C7 | 7A | EF | 11 | 31 | 0 | 6 | 117 | 4F | 47 |
| Octal | 307 | 172 | 357 | 21 | 61 | 0 | 6 | 427 | 117 | 107 |
| Binary | 11000111 | 1111010 | 11101111 | 10001 | 110001 | 0 | 110 | 100010111 | 1001111 | 1000111 |
Color Harmonies of #C77AEF
Complementary color
Monochromatic Colors of #C77AEF
Black with #C77AEF
Text Example
Text Example
White with #C77AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77AEF; }
p { color: rgb(199,122,239); }
H1.HeaderClassName
{
color: #C77AEF;
}
.AnyTagClassName
{
color: #C77AEF;
}
</style>
background-color css
<style>
a { background-color: #C77AEF; }
a { background-color: rgb(199,122,239); }
div.DivClassName
{
background-color: #C77AEF;
}
.BgClassName
{
background-color: #C77AEF;
}
</style>
border-color css
<style>
span { border-color: #C77AEF; }
span { border-color: rgb(199,122,239); }
td.TdClassName
{
border-color: #C77AEF;
}
.TagClassName
{
border-color: #C77AEF;
}
</style>