Shades of Heliotrope #C076FE
Tints of Heliotrope #C076FE
RGB
CMYK
RGB Variations
Color information
#C076FE (or 0xC076FE) is known color: Heliotrope. HEX triplet: C0, 76 and FE. RGB value is (192,118,254). Sum of RGB (Red+Green+Blue) = 192+118+254=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #C076FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C076FE is #3F8901. Grayscale: #9B9B9B. Windows color (decimal): -4163842 or 16676544. OLE color: 16676544.
HSL color Cylindrical-coordinate representation of color #C076FE: hue angle of 272.65º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C076FE is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 118 | 254 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.00 |
| HSL | 272.65º | 0.99% | 0.73% | - |
| HSV(B) | 272.65º | 0.54% | 1% | - |
| XYZ | 46.11 | 31.32 | 97.38 | - |
| YUV | 155.63 | 183.52 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 254 | 0.24 | 0.54 | 0 | 0.00 | 272.65 | 0.99 | 0.73 |
| Hex | C0 | 76 | FE | 18 | 36 | 0 | 0 | 111 | 63 | 49 |
| Octal | 300 | 166 | 376 | 30 | 66 | 0 | 0 | 421 | 143 | 111 |
| Binary | 11000000 | 1110110 | 11111110 | 11000 | 110110 | 0 | 0 | 100010001 | 1100011 | 1001001 |
Color Harmonies of #C076FE
Complementary color
Monochromatic Colors of #C076FE
Black with #C076FE
Text Example
Text Example
White with #C076FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076FE; }
p { color: rgb(192,118,254); }
H1.HeaderClassName
{
color: #C076FE;
}
.AnyTagClassName
{
color: #C076FE;
}
</style>
background-color css
<style>
a { background-color: #C076FE; }
a { background-color: rgb(192,118,254); }
div.DivClassName
{
background-color: #C076FE;
}
.BgClassName
{
background-color: #C076FE;
}
</style>
border-color css
<style>
span { border-color: #C076FE; }
span { border-color: rgb(192,118,254); }
td.TdClassName
{
border-color: #C076FE;
}
.TagClassName
{
border-color: #C076FE;
}
</style>