Shades of Heliotrope #C77BEA
Tints of Heliotrope #C77BEA
RGB
CMYK
RGB Variations
Color information
#C77BEA (or 0xC77BEA) is known color: Heliotrope. HEX triplet: C7, 7B and EA. RGB value is (199,123,234). Sum of RGB (Red+Green+Blue) = 199+123+234=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #C77BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77BEA is #388415. Grayscale: #9E9E9E. Windows color (decimal): -3703830 or 15367111. OLE color: 15367111.
HSL color Cylindrical-coordinate representation of color #C77BEA: hue angle of 281.08º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C77BEA is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 123 | 234 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.08 |
| HSL | 281.08º | 0.73% | 0.7% | - |
| HSV(B) | 281.08º | 0.47% | 0.92% | - |
| XYZ | 45.49 | 32.25 | 81.67 | - |
| YUV | 158.38 | 170.68 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 234 | 0.15 | 0.47 | 0 | 0.08 | 281.08 | 0.73 | 0.7 |
| Hex | C7 | 7B | EA | F | 2F | 0 | 8 | 119 | 49 | 46 |
| Octal | 307 | 173 | 352 | 17 | 57 | 0 | 10 | 431 | 111 | 106 |
| Binary | 11000111 | 1111011 | 11101010 | 1111 | 101111 | 0 | 1000 | 100011001 | 1001001 | 1000110 |
Color Harmonies of #C77BEA
Complementary color
Monochromatic Colors of #C77BEA
Black with #C77BEA
Text Example
Text Example
White with #C77BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BEA; }
p { color: rgb(199,123,234); }
H1.HeaderClassName
{
color: #C77BEA;
}
.AnyTagClassName
{
color: #C77BEA;
}
</style>
background-color css
<style>
a { background-color: #C77BEA; }
a { background-color: rgb(199,123,234); }
div.DivClassName
{
background-color: #C77BEA;
}
.BgClassName
{
background-color: #C77BEA;
}
</style>
border-color css
<style>
span { border-color: #C77BEA; }
span { border-color: rgb(199,123,234); }
td.TdClassName
{
border-color: #C77BEA;
}
.TagClassName
{
border-color: #C77BEA;
}
</style>