Shades of Heliotrope #CE60EE
Tints of Heliotrope #CE60EE
RGB
CMYK
RGB Variations
Color information
#CE60EE (or 0xCE60EE) is known color: Heliotrope. HEX triplet: CE, 60 and EE. RGB value is (206,96,238). Sum of RGB (Red+Green+Blue) = 206+96+238=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 96 (37.89% from 255 or 17.78% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE60EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE60EE is #319F11. Grayscale: #909090. Windows color (decimal): -3251986 or 15622350. OLE color: 15622350.
HSL color Cylindrical-coordinate representation of color #CE60EE: hue angle of 286.48º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE60EE is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 96 | 238 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.07 |
| HSL | 286.48º | 0.81% | 0.65% | - |
| HSV(B) | 286.48º | 0.6% | 0.93% | - |
| XYZ | 45.07 | 27.66 | 83.85 | - |
| YUV | 145.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 238 | 0.13 | 0.60 | 0 | 0.07 | 286.48 | 0.81 | 0.65 |
| Hex | CE | 60 | EE | D | 3C | 0 | 7 | 11E | 51 | 41 |
| Octal | 316 | 140 | 356 | 15 | 74 | 0 | 7 | 436 | 121 | 101 |
| Binary | 11001110 | 1100000 | 11101110 | 1101 | 111100 | 0 | 111 | 100011110 | 1010001 | 1000001 |
Color Harmonies of #CE60EE
Complementary color
Monochromatic Colors of #CE60EE
Black with #CE60EE
Text Example
Text Example
White with #CE60EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60EE; }
p { color: rgb(206,96,238); }
H1.HeaderClassName
{
color: #CE60EE;
}
.AnyTagClassName
{
color: #CE60EE;
}
</style>
background-color css
<style>
a { background-color: #CE60EE; }
a { background-color: rgb(206,96,238); }
div.DivClassName
{
background-color: #CE60EE;
}
.BgClassName
{
background-color: #CE60EE;
}
</style>
border-color css
<style>
span { border-color: #CE60EE; }
span { border-color: rgb(206,96,238); }
td.TdClassName
{
border-color: #CE60EE;
}
.TagClassName
{
border-color: #CE60EE;
}
</style>