Shades of Heliotrope #CE60FD
Tints of Heliotrope #CE60FD
RGB
CMYK
RGB Variations
Color information
#CE60FD (or 0xCE60FD) is known color: Heliotrope. HEX triplet: CE, 60 and FD. RGB value is (206,96,253). Sum of RGB (Red+Green+Blue) = 206+96+253=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 96 (37.89% from 255 or 17.30% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE60FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE60FD is #319F02. Grayscale: #929292. Windows color (decimal): -3251971 or 16605390. OLE color: 16605390.
HSL color Cylindrical-coordinate representation of color #CE60FD: hue angle of 282.04º degrees, saturation: 0.98, 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 #CE60FD is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 96 | 253 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.01 |
| HSL | 282.04º | 0.98% | 0.68% | - |
| HSV(B) | 282.04º | 0.62% | 0.99% | - |
| XYZ | 47.37 | 28.58 | 95.95 | - |
| YUV | 146.79 | 187.94 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 253 | 0.19 | 0.62 | 0 | 0.01 | 282.04 | 0.98 | 0.68 |
| Hex | CE | 60 | FD | 13 | 3E | 0 | 1 | 11A | 62 | 44 |
| Octal | 316 | 140 | 375 | 23 | 76 | 0 | 1 | 432 | 142 | 104 |
| Binary | 11001110 | 1100000 | 11111101 | 10011 | 111110 | 0 | 1 | 100011010 | 1100010 | 1000100 |
Color Harmonies of #CE60FD
Complementary color
Monochromatic Colors of #CE60FD
Black with #CE60FD
Text Example
Text Example
White with #CE60FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60FD; }
p { color: rgb(206,96,253); }
H1.HeaderClassName
{
color: #CE60FD;
}
.AnyTagClassName
{
color: #CE60FD;
}
</style>
background-color css
<style>
a { background-color: #CE60FD; }
a { background-color: rgb(206,96,253); }
div.DivClassName
{
background-color: #CE60FD;
}
.BgClassName
{
background-color: #CE60FD;
}
</style>
border-color css
<style>
span { border-color: #CE60FD; }
span { border-color: rgb(206,96,253); }
td.TdClassName
{
border-color: #CE60FD;
}
.TagClassName
{
border-color: #CE60FD;
}
</style>