Shades of Heliotrope #CE80EC
Tints of Heliotrope #CE80EC
RGB
CMYK
RGB Variations
Color information
#CE80EC (or 0xCE80EC) is known color: Heliotrope. HEX triplet: CE, 80 and EC. RGB value is (206,128,236). Sum of RGB (Red+Green+Blue) = 206+128+236=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE80EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE80EC is #317F13. Grayscale: #A3A3A3. Windows color (decimal): -3243796 or 15499470. OLE color: 15499470.
HSL color Cylindrical-coordinate representation of color #CE80EC: hue angle of 283.33º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE80EC is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 128 | 236 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.07 |
| HSL | 283.33º | 0.74% | 0.71% | - |
| HSV(B) | 283.33º | 0.46% | 0.93% | - |
| XYZ | 48.31 | 34.62 | 83.49 | - |
| YUV | 163.63 | 168.84 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 236 | 0.13 | 0.46 | 0 | 0.07 | 283.33 | 0.74 | 0.71 |
| Hex | CE | 80 | EC | D | 2E | 0 | 7 | 11B | 4A | 47 |
| Octal | 316 | 200 | 354 | 15 | 56 | 0 | 7 | 433 | 112 | 107 |
| Binary | 11001110 | 10000000 | 11101100 | 1101 | 101110 | 0 | 111 | 100011011 | 1001010 | 1000111 |
Color Harmonies of #CE80EC
Complementary color
Monochromatic Colors of #CE80EC
Black with #CE80EC
Text Example
Text Example
White with #CE80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80EC; }
p { color: rgb(206,128,236); }
H1.HeaderClassName
{
color: #CE80EC;
}
.AnyTagClassName
{
color: #CE80EC;
}
</style>
background-color css
<style>
a { background-color: #CE80EC; }
a { background-color: rgb(206,128,236); }
div.DivClassName
{
background-color: #CE80EC;
}
.BgClassName
{
background-color: #CE80EC;
}
</style>
border-color css
<style>
span { border-color: #CE80EC; }
span { border-color: rgb(206,128,236); }
td.TdClassName
{
border-color: #CE80EC;
}
.TagClassName
{
border-color: #CE80EC;
}
</style>