Shades of Heliotrope #CE60FC
Tints of Heliotrope #CE60FC
RGB
CMYK
RGB Variations
Color information
#CE60FC (or 0xCE60FC) is known color: Heliotrope. HEX triplet: CE, 60 and FC. RGB value is (206,96,252). Sum of RGB (Red+Green+Blue) = 206+96+252=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE60FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE60FC is #319F03. Grayscale: #929292. Windows color (decimal): -3251972 or 16539854. OLE color: 16539854.
HSL color Cylindrical-coordinate representation of color #CE60FC: hue angle of 282.31º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE60FC is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 96 | 252 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.01 |
| HSL | 282.31º | 0.96% | 0.68% | - |
| HSV(B) | 282.31º | 0.62% | 0.99% | - |
| XYZ | 47.21 | 28.52 | 95.11 | - |
| YUV | 146.67 | 187.44 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 252 | 0.18 | 0.62 | 0 | 0.01 | 282.31 | 0.96 | 0.68 |
| Hex | CE | 60 | FC | 12 | 3E | 0 | 1 | 11A | 60 | 44 |
| Octal | 316 | 140 | 374 | 22 | 76 | 0 | 1 | 432 | 140 | 104 |
| Binary | 11001110 | 1100000 | 11111100 | 10010 | 111110 | 0 | 1 | 100011010 | 1100000 | 1000100 |
Color Harmonies of #CE60FC
Complementary color
Monochromatic Colors of #CE60FC
Black with #CE60FC
Text Example
Text Example
White with #CE60FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60FC; }
p { color: rgb(206,96,252); }
H1.HeaderClassName
{
color: #CE60FC;
}
.AnyTagClassName
{
color: #CE60FC;
}
</style>
background-color css
<style>
a { background-color: #CE60FC; }
a { background-color: rgb(206,96,252); }
div.DivClassName
{
background-color: #CE60FC;
}
.BgClassName
{
background-color: #CE60FC;
}
</style>
border-color css
<style>
span { border-color: #CE60FC; }
span { border-color: rgb(206,96,252); }
td.TdClassName
{
border-color: #CE60FC;
}
.TagClassName
{
border-color: #CE60FC;
}
</style>