Shades of Heliotrope #CE65EE
Tints of Heliotrope #CE65EE
RGB
CMYK
RGB Variations
Color information
#CE65EE (or 0xCE65EE) is known color: Heliotrope. HEX triplet: CE, 65 and EE. RGB value is (206,101,238). Sum of RGB (Red+Green+Blue) = 206+101+238=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE65EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE65EE is #319A11. Grayscale: #939393. Windows color (decimal): -3250706 or 15623630. OLE color: 15623630.
HSL color Cylindrical-coordinate representation of color #CE65EE: hue angle of 285.99º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE65EE is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 101 | 238 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.07 |
| HSL | 285.99º | 0.8% | 0.66% | - |
| HSV(B) | 285.99º | 0.58% | 0.93% | - |
| XYZ | 45.54 | 28.6 | 84.01 | - |
| YUV | 148.01 | 178.79 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 238 | 0.13 | 0.58 | 0 | 0.07 | 285.99 | 0.8 | 0.66 |
| Hex | CE | 65 | EE | D | 3A | 0 | 7 | 11E | 50 | 42 |
| Octal | 316 | 145 | 356 | 15 | 72 | 0 | 7 | 436 | 120 | 102 |
| Binary | 11001110 | 1100101 | 11101110 | 1101 | 111010 | 0 | 111 | 100011110 | 1010000 | 1000010 |
Color Harmonies of #CE65EE
Complementary color
Monochromatic Colors of #CE65EE
Black with #CE65EE
Text Example
Text Example
White with #CE65EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65EE; }
p { color: rgb(206,101,238); }
H1.HeaderClassName
{
color: #CE65EE;
}
.AnyTagClassName
{
color: #CE65EE;
}
</style>
background-color css
<style>
a { background-color: #CE65EE; }
a { background-color: rgb(206,101,238); }
div.DivClassName
{
background-color: #CE65EE;
}
.BgClassName
{
background-color: #CE65EE;
}
</style>
border-color css
<style>
span { border-color: #CE65EE; }
span { border-color: rgb(206,101,238); }
td.TdClassName
{
border-color: #CE65EE;
}
.TagClassName
{
border-color: #CE65EE;
}
</style>