Shades of Heliotrope #C077F8
Tints of Heliotrope #C077F8
RGB
CMYK
RGB Variations
Color information
#C077F8 (or 0xC077F8) is known color: Heliotrope. HEX triplet: C0, 77 and F8. RGB value is (192,119,248). Sum of RGB (Red+Green+Blue) = 192+119+248=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #C077F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C077F8 is #3F8807. Grayscale: #9B9B9B. Windows color (decimal): -4163592 or 16283584. OLE color: 16283584.
HSL color Cylindrical-coordinate representation of color #C077F8: hue angle of 273.95º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C077F8 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 119 | 248 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.03 |
| HSL | 273.95º | 0.9% | 0.72% | - |
| HSV(B) | 273.95º | 0.52% | 0.97% | - |
| XYZ | 45.28 | 31.18 | 92.44 | - |
| YUV | 155.53 | 180.18 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 248 | 0.23 | 0.52 | 0 | 0.03 | 273.95 | 0.9 | 0.72 |
| Hex | C0 | 77 | F8 | 17 | 34 | 0 | 3 | 112 | 5A | 48 |
| Octal | 300 | 167 | 370 | 27 | 64 | 0 | 3 | 422 | 132 | 110 |
| Binary | 11000000 | 1110111 | 11111000 | 10111 | 110100 | 0 | 11 | 100010010 | 1011010 | 1001000 |
Color Harmonies of #C077F8
Complementary color
Monochromatic Colors of #C077F8
Black with #C077F8
Text Example
Text Example
White with #C077F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077F8; }
p { color: rgb(192,119,248); }
H1.HeaderClassName
{
color: #C077F8;
}
.AnyTagClassName
{
color: #C077F8;
}
</style>
background-color css
<style>
a { background-color: #C077F8; }
a { background-color: rgb(192,119,248); }
div.DivClassName
{
background-color: #C077F8;
}
.BgClassName
{
background-color: #C077F8;
}
</style>
border-color css
<style>
span { border-color: #C077F8; }
span { border-color: rgb(192,119,248); }
td.TdClassName
{
border-color: #C077F8;
}
.TagClassName
{
border-color: #C077F8;
}
</style>