Shades of Heliotrope #CE82EC
Tints of Heliotrope #CE82EC
RGB
CMYK
RGB Variations
Color information
#CE82EC (or 0xCE82EC) is known color: Heliotrope. HEX triplet: CE, 82 and EC. RGB value is (206,130,236). Sum of RGB (Red+Green+Blue) = 206+130+236=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE82EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE82EC is #317D13. Grayscale: #A4A4A4. Windows color (decimal): -3243284 or 15499982. OLE color: 15499982.
HSL color Cylindrical-coordinate representation of color #CE82EC: hue angle of 283.02º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE82EC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 130 | 236 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.07 |
| HSL | 283.02º | 0.74% | 0.72% | - |
| HSV(B) | 283.02º | 0.45% | 0.93% | - |
| XYZ | 48.58 | 35.14 | 83.58 | - |
| YUV | 164.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 236 | 0.13 | 0.45 | 0 | 0.07 | 283.02 | 0.74 | 0.72 |
| Hex | CE | 82 | EC | D | 2D | 0 | 7 | 11B | 4A | 48 |
| Octal | 316 | 202 | 354 | 15 | 55 | 0 | 7 | 433 | 112 | 110 |
| Binary | 11001110 | 10000010 | 11101100 | 1101 | 101101 | 0 | 111 | 100011011 | 1001010 | 1001000 |
Color Harmonies of #CE82EC
Complementary color
Monochromatic Colors of #CE82EC
Black with #CE82EC
Text Example
Text Example
White with #CE82EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE82EC; }
p { color: rgb(206,130,236); }
H1.HeaderClassName
{
color: #CE82EC;
}
.AnyTagClassName
{
color: #CE82EC;
}
</style>
background-color css
<style>
a { background-color: #CE82EC; }
a { background-color: rgb(206,130,236); }
div.DivClassName
{
background-color: #CE82EC;
}
.BgClassName
{
background-color: #CE82EC;
}
</style>
border-color css
<style>
span { border-color: #CE82EC; }
span { border-color: rgb(206,130,236); }
td.TdClassName
{
border-color: #CE82EC;
}
.TagClassName
{
border-color: #CE82EC;
}
</style>