Shades of Heliotrope #CE60FE
Tints of Heliotrope #CE60FE
RGB
CMYK
RGB Variations
Color information
#CE60FE (or 0xCE60FE) is known color: Heliotrope. HEX triplet: CE, 60 and FE. RGB value is (206,96,254). Sum of RGB (Red+Green+Blue) = 206+96+254=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE60FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE60FE is #319F01. Grayscale: #929292. Windows color (decimal): -3251970 or 16670926. OLE color: 16670926.
HSL color Cylindrical-coordinate representation of color #CE60FE: hue angle of 281.77º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE60FE is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 96 | 254 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.00 |
| HSL | 281.77º | 0.99% | 0.69% | - |
| HSV(B) | 281.77º | 0.62% | 1% | - |
| XYZ | 47.53 | 28.64 | 96.79 | - |
| YUV | 146.9 | 188.44 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 254 | 0.19 | 0.62 | 0 | 0.00 | 281.77 | 0.99 | 0.69 |
| Hex | CE | 60 | FE | 13 | 3E | 0 | 0 | 11A | 63 | 45 |
| Octal | 316 | 140 | 376 | 23 | 76 | 0 | 0 | 432 | 143 | 105 |
| Binary | 11001110 | 1100000 | 11111110 | 10011 | 111110 | 0 | 0 | 100011010 | 1100011 | 1000101 |
Color Harmonies of #CE60FE
Complementary color
Monochromatic Colors of #CE60FE
Black with #CE60FE
Text Example
Text Example
White with #CE60FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60FE; }
p { color: rgb(206,96,254); }
H1.HeaderClassName
{
color: #CE60FE;
}
.AnyTagClassName
{
color: #CE60FE;
}
</style>
background-color css
<style>
a { background-color: #CE60FE; }
a { background-color: rgb(206,96,254); }
div.DivClassName
{
background-color: #CE60FE;
}
.BgClassName
{
background-color: #CE60FE;
}
</style>
border-color css
<style>
span { border-color: #CE60FE; }
span { border-color: rgb(206,96,254); }
td.TdClassName
{
border-color: #CE60FE;
}
.TagClassName
{
border-color: #CE60FE;
}
</style>