Shades of Heliotrope #C077FD
Tints of Heliotrope #C077FD
RGB
CMYK
RGB Variations
Color information
#C077FD (or 0xC077FD) is known color: Heliotrope. HEX triplet: C0, 77 and FD. RGB value is (192,119,253). Sum of RGB (Red+Green+Blue) = 192+119+253=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #C077FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C077FD is #3F8802. Grayscale: #9B9B9B. Windows color (decimal): -4163587 or 16611264. OLE color: 16611264.
HSL color Cylindrical-coordinate representation of color #C077FD: hue angle of 272.69º degrees, saturation: 0.97, 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 #C077FD is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 119 | 253 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.01 |
| HSL | 272.69º | 0.97% | 0.73% | - |
| HSV(B) | 272.69º | 0.53% | 0.99% | - |
| XYZ | 46.06 | 31.49 | 96.58 | - |
| YUV | 156.1 | 182.68 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 253 | 0.24 | 0.53 | 0 | 0.01 | 272.69 | 0.97 | 0.73 |
| Hex | C0 | 77 | FD | 18 | 35 | 0 | 1 | 111 | 61 | 49 |
| Octal | 300 | 167 | 375 | 30 | 65 | 0 | 1 | 421 | 141 | 111 |
| Binary | 11000000 | 1110111 | 11111101 | 11000 | 110101 | 0 | 1 | 100010001 | 1100001 | 1001001 |
Color Harmonies of #C077FD
Complementary color
Monochromatic Colors of #C077FD
Black with #C077FD
Text Example
Text Example
White with #C077FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077FD; }
p { color: rgb(192,119,253); }
H1.HeaderClassName
{
color: #C077FD;
}
.AnyTagClassName
{
color: #C077FD;
}
</style>
background-color css
<style>
a { background-color: #C077FD; }
a { background-color: rgb(192,119,253); }
div.DivClassName
{
background-color: #C077FD;
}
.BgClassName
{
background-color: #C077FD;
}
</style>
border-color css
<style>
span { border-color: #C077FD; }
span { border-color: rgb(192,119,253); }
td.TdClassName
{
border-color: #C077FD;
}
.TagClassName
{
border-color: #C077FD;
}
</style>