Shades of Heliotrope #C077FC
Tints of Heliotrope #C077FC
RGB
CMYK
RGB Variations
Color information
#C077FC (or 0xC077FC) is known color: Heliotrope. HEX triplet: C0, 77 and FC. RGB value is (192,119,252). Sum of RGB (Red+Green+Blue) = 192+119+252=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #C077FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C077FC is #3F8803. Grayscale: #9B9B9B. Windows color (decimal): -4163588 or 16545728. OLE color: 16545728.
HSL color Cylindrical-coordinate representation of color #C077FC: hue angle of 272.93º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C077FC is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 119 | 252 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.01 |
| HSL | 272.93º | 0.96% | 0.73% | - |
| HSV(B) | 272.93º | 0.53% | 0.99% | - |
| XYZ | 45.91 | 31.43 | 95.74 | - |
| YUV | 155.99 | 182.18 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 252 | 0.24 | 0.53 | 0 | 0.01 | 272.93 | 0.96 | 0.73 |
| Hex | C0 | 77 | FC | 18 | 35 | 0 | 1 | 111 | 60 | 49 |
| Octal | 300 | 167 | 374 | 30 | 65 | 0 | 1 | 421 | 140 | 111 |
| Binary | 11000000 | 1110111 | 11111100 | 11000 | 110101 | 0 | 1 | 100010001 | 1100000 | 1001001 |
Color Harmonies of #C077FC
Complementary color
Monochromatic Colors of #C077FC
Black with #C077FC
Text Example
Text Example
White with #C077FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077FC; }
p { color: rgb(192,119,252); }
H1.HeaderClassName
{
color: #C077FC;
}
.AnyTagClassName
{
color: #C077FC;
}
</style>
background-color css
<style>
a { background-color: #C077FC; }
a { background-color: rgb(192,119,252); }
div.DivClassName
{
background-color: #C077FC;
}
.BgClassName
{
background-color: #C077FC;
}
</style>
border-color css
<style>
span { border-color: #C077FC; }
span { border-color: rgb(192,119,252); }
td.TdClassName
{
border-color: #C077FC;
}
.TagClassName
{
border-color: #C077FC;
}
</style>