Shades of Heliotrope #CE65EC
Tints of Heliotrope #CE65EC
RGB
CMYK
RGB Variations
Color information
#CE65EC (or 0xCE65EC) is known color: Heliotrope. HEX triplet: CE, 65 and EC. RGB value is (206,101,236). Sum of RGB (Red+Green+Blue) = 206+101+236=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE65EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE65EC is #319A13. Grayscale: #939393. Windows color (decimal): -3250708 or 15492558. OLE color: 15492558.
HSL color Cylindrical-coordinate representation of color #CE65EC: hue angle of 286.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE65EC is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 101 | 236 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.07 |
| HSL | 286.67º | 0.78% | 0.66% | - |
| HSV(B) | 286.67º | 0.57% | 0.93% | - |
| XYZ | 45.25 | 28.49 | 82.47 | - |
| YUV | 147.79 | 177.79 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 236 | 0.13 | 0.57 | 0 | 0.07 | 286.67 | 0.78 | 0.66 |
| Hex | CE | 65 | EC | D | 39 | 0 | 7 | 11F | 4E | 42 |
| Octal | 316 | 145 | 354 | 15 | 71 | 0 | 7 | 437 | 116 | 102 |
| Binary | 11001110 | 1100101 | 11101100 | 1101 | 111001 | 0 | 111 | 100011111 | 1001110 | 1000010 |
Color Harmonies of #CE65EC
Complementary color
Monochromatic Colors of #CE65EC
Black with #CE65EC
Text Example
Text Example
White with #CE65EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65EC; }
p { color: rgb(206,101,236); }
H1.HeaderClassName
{
color: #CE65EC;
}
.AnyTagClassName
{
color: #CE65EC;
}
</style>
background-color css
<style>
a { background-color: #CE65EC; }
a { background-color: rgb(206,101,236); }
div.DivClassName
{
background-color: #CE65EC;
}
.BgClassName
{
background-color: #CE65EC;
}
</style>
border-color css
<style>
span { border-color: #CE65EC; }
span { border-color: rgb(206,101,236); }
td.TdClassName
{
border-color: #CE65EC;
}
.TagClassName
{
border-color: #CE65EC;
}
</style>