Shades of Heliotrope #CE60F6
Tints of Heliotrope #CE60F6
RGB
CMYK
RGB Variations
Color information
#CE60F6 (or 0xCE60F6) is known color: Heliotrope. HEX triplet: CE, 60 and F6. RGB value is (206,96,246). Sum of RGB (Red+Green+Blue) = 206+96+246=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 96 (37.89% from 255 or 17.52% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE60F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE60F6 is #319F09. Grayscale: #919191. Windows color (decimal): -3251978 or 16146638. OLE color: 16146638.
HSL color Cylindrical-coordinate representation of color #CE60F6: hue angle of 284º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE60F6 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 96 | 246 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.04 |
| HSL | 284º | 0.89% | 0.67% | - |
| HSV(B) | 284º | 0.61% | 0.96% | - |
| XYZ | 46.27 | 28.14 | 90.18 | - |
| YUV | 145.99 | 184.44 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 246 | 0.16 | 0.61 | 0 | 0.04 | 284 | 0.89 | 0.67 |
| Hex | CE | 60 | F6 | 10 | 3D | 0 | 4 | 11C | 59 | 43 |
| Octal | 316 | 140 | 366 | 20 | 75 | 0 | 4 | 434 | 131 | 103 |
| Binary | 11001110 | 1100000 | 11110110 | 10000 | 111101 | 0 | 100 | 100011100 | 1011001 | 1000011 |
Color Harmonies of #CE60F6
Complementary color
Monochromatic Colors of #CE60F6
Black with #CE60F6
Text Example
Text Example
White with #CE60F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60F6; }
p { color: rgb(206,96,246); }
H1.HeaderClassName
{
color: #CE60F6;
}
.AnyTagClassName
{
color: #CE60F6;
}
</style>
background-color css
<style>
a { background-color: #CE60F6; }
a { background-color: rgb(206,96,246); }
div.DivClassName
{
background-color: #CE60F6;
}
.BgClassName
{
background-color: #CE60F6;
}
</style>
border-color css
<style>
span { border-color: #CE60F6; }
span { border-color: rgb(206,96,246); }
td.TdClassName
{
border-color: #CE60F6;
}
.TagClassName
{
border-color: #CE60F6;
}
</style>