Shades of Heliotrope #C079FE
Tints of Heliotrope #C079FE
RGB
CMYK
RGB Variations
Color information
#C079FE (or 0xC079FE) is known color: Heliotrope. HEX triplet: C0, 79 and FE. RGB value is (192,121,254). Sum of RGB (Red+Green+Blue) = 192+121+254=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #C079FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C079FE is #3F8601. Grayscale: #9C9C9C. Windows color (decimal): -4163074 or 16677312. OLE color: 16677312.
HSL color Cylindrical-coordinate representation of color #C079FE: hue angle of 272.03º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C079FE is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 121 | 254 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.00 |
| HSL | 272.03º | 0.99% | 0.74% | - |
| HSV(B) | 272.03º | 0.52% | 1% | - |
| XYZ | 46.47 | 32.04 | 97.5 | - |
| YUV | 157.39 | 182.52 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 254 | 0.24 | 0.52 | 0 | 0.00 | 272.03 | 0.99 | 0.74 |
| Hex | C0 | 79 | FE | 18 | 34 | 0 | 0 | 110 | 63 | 4A |
| Octal | 300 | 171 | 376 | 30 | 64 | 0 | 0 | 420 | 143 | 112 |
| Binary | 11000000 | 1111001 | 11111110 | 11000 | 110100 | 0 | 0 | 100010000 | 1100011 | 1001010 |
Color Harmonies of #C079FE
Complementary color
Monochromatic Colors of #C079FE
Black with #C079FE
Text Example
Text Example
White with #C079FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079FE; }
p { color: rgb(192,121,254); }
H1.HeaderClassName
{
color: #C079FE;
}
.AnyTagClassName
{
color: #C079FE;
}
</style>
background-color css
<style>
a { background-color: #C079FE; }
a { background-color: rgb(192,121,254); }
div.DivClassName
{
background-color: #C079FE;
}
.BgClassName
{
background-color: #C079FE;
}
</style>
border-color css
<style>
span { border-color: #C079FE; }
span { border-color: rgb(192,121,254); }
td.TdClassName
{
border-color: #C079FE;
}
.TagClassName
{
border-color: #C079FE;
}
</style>