Shades of Heliotrope #CE65ED
Tints of Heliotrope #CE65ED
RGB
CMYK
RGB Variations
Color information
#CE65ED (or 0xCE65ED) is known color: Heliotrope. HEX triplet: CE, 65 and ED. RGB value is (206,101,237). Sum of RGB (Red+Green+Blue) = 206+101+237=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE65ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE65ED is #319A12. Grayscale: #939393. Windows color (decimal): -3250707 or 15558094. OLE color: 15558094.
HSL color Cylindrical-coordinate representation of color #CE65ED: hue angle of 286.32º degrees, saturation: 0.79, 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 #CE65ED is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 101 | 237 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.07 |
| HSL | 286.32º | 0.79% | 0.66% | - |
| HSV(B) | 286.32º | 0.57% | 0.93% | - |
| XYZ | 45.39 | 28.54 | 83.24 | - |
| YUV | 147.9 | 178.29 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 237 | 0.13 | 0.57 | 0 | 0.07 | 286.32 | 0.79 | 0.66 |
| Hex | CE | 65 | ED | D | 39 | 0 | 7 | 11E | 4F | 42 |
| Octal | 316 | 145 | 355 | 15 | 71 | 0 | 7 | 436 | 117 | 102 |
| Binary | 11001110 | 1100101 | 11101101 | 1101 | 111001 | 0 | 111 | 100011110 | 1001111 | 1000010 |
Color Harmonies of #CE65ED
Complementary color
Monochromatic Colors of #CE65ED
Black with #CE65ED
Text Example
Text Example
White with #CE65ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65ED; }
p { color: rgb(206,101,237); }
H1.HeaderClassName
{
color: #CE65ED;
}
.AnyTagClassName
{
color: #CE65ED;
}
</style>
background-color css
<style>
a { background-color: #CE65ED; }
a { background-color: rgb(206,101,237); }
div.DivClassName
{
background-color: #CE65ED;
}
.BgClassName
{
background-color: #CE65ED;
}
</style>
border-color css
<style>
span { border-color: #CE65ED; }
span { border-color: rgb(206,101,237); }
td.TdClassName
{
border-color: #CE65ED;
}
.TagClassName
{
border-color: #CE65ED;
}
</style>