Shades of Heliotrope #CE79F5
Tints of Heliotrope #CE79F5
RGB
CMYK
RGB Variations
Color information
#CE79F5 (or 0xCE79F5) is known color: Heliotrope. HEX triplet: CE, 79 and F5. RGB value is (206,121,245). Sum of RGB (Red+Green+Blue) = 206+121+245=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 121 (47.66% from 255 or 21.15% from 572); Blue value is 245 (96.09% from 255 or 42.83% from 572); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE79F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE79F5 is #31860A. Grayscale: #A0A0A0. Windows color (decimal): -3245579 or 16087502. OLE color: 16087502.
HSL color Cylindrical-coordinate representation of color #CE79F5: hue angle of 281.13º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE79F5 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 121 | 245 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.04 |
| HSL | 281.13º | 0.86% | 0.72% | - |
| HSV(B) | 281.13º | 0.51% | 0.96% | - |
| XYZ | 48.77 | 33.39 | 90.26 | - |
| YUV | 160.55 | 175.66 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 245 | 0.16 | 0.51 | 0 | 0.04 | 281.13 | 0.86 | 0.72 |
| Hex | CE | 79 | F5 | 10 | 33 | 0 | 4 | 119 | 56 | 48 |
| Octal | 316 | 171 | 365 | 20 | 63 | 0 | 4 | 431 | 126 | 110 |
| Binary | 11001110 | 1111001 | 11110101 | 10000 | 110011 | 0 | 100 | 100011001 | 1010110 | 1001000 |
Color Harmonies of #CE79F5
Complementary color
Monochromatic Colors of #CE79F5
Black with #CE79F5
Text Example
Text Example
White with #CE79F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE79F5; }
p { color: rgb(206,121,245); }
H1.HeaderClassName
{
color: #CE79F5;
}
.AnyTagClassName
{
color: #CE79F5;
}
</style>
background-color css
<style>
a { background-color: #CE79F5; }
a { background-color: rgb(206,121,245); }
div.DivClassName
{
background-color: #CE79F5;
}
.BgClassName
{
background-color: #CE79F5;
}
</style>
border-color css
<style>
span { border-color: #CE79F5; }
span { border-color: rgb(206,121,245); }
td.TdClassName
{
border-color: #CE79F5;
}
.TagClassName
{
border-color: #CE79F5;
}
</style>