Shades of Heliotrope #CE66EE
Tints of Heliotrope #CE66EE
RGB
CMYK
RGB Variations
Color information
#CE66EE (or 0xCE66EE) is known color: Heliotrope. HEX triplet: CE, 66 and EE. RGB value is (206,102,238). Sum of RGB (Red+Green+Blue) = 206+102+238=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE66EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE66EE is #319911. Grayscale: #949494. Windows color (decimal): -3250450 or 15623886. OLE color: 15623886.
HSL color Cylindrical-coordinate representation of color #CE66EE: hue angle of 285.88º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE66EE is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 102 | 238 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.07 |
| HSL | 285.88º | 0.8% | 0.67% | - |
| HSV(B) | 285.88º | 0.57% | 0.93% | - |
| XYZ | 45.64 | 28.8 | 84.04 | - |
| YUV | 148.6 | 178.46 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 238 | 0.13 | 0.57 | 0 | 0.07 | 285.88 | 0.8 | 0.67 |
| Hex | CE | 66 | EE | D | 39 | 0 | 7 | 11E | 50 | 43 |
| Octal | 316 | 146 | 356 | 15 | 71 | 0 | 7 | 436 | 120 | 103 |
| Binary | 11001110 | 1100110 | 11101110 | 1101 | 111001 | 0 | 111 | 100011110 | 1010000 | 1000011 |
Color Harmonies of #CE66EE
Complementary color
Monochromatic Colors of #CE66EE
Black with #CE66EE
Text Example
Text Example
White with #CE66EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66EE; }
p { color: rgb(206,102,238); }
H1.HeaderClassName
{
color: #CE66EE;
}
.AnyTagClassName
{
color: #CE66EE;
}
</style>
background-color css
<style>
a { background-color: #CE66EE; }
a { background-color: rgb(206,102,238); }
div.DivClassName
{
background-color: #CE66EE;
}
.BgClassName
{
background-color: #CE66EE;
}
</style>
border-color css
<style>
span { border-color: #CE66EE; }
span { border-color: rgb(206,102,238); }
td.TdClassName
{
border-color: #CE66EE;
}
.TagClassName
{
border-color: #CE66EE;
}
</style>