Shades of Heliotrope #CE81ED
Tints of Heliotrope #CE81ED
RGB
CMYK
RGB Variations
Color information
#CE81ED (or 0xCE81ED) is known color: Heliotrope. HEX triplet: CE, 81 and ED. RGB value is (206,129,237). Sum of RGB (Red+Green+Blue) = 206+129+237=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE81ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE81ED is #317E12. Grayscale: #A3A3A3. Windows color (decimal): -3243539 or 15565262. OLE color: 15565262.
HSL color Cylindrical-coordinate representation of color #CE81ED: hue angle of 282.78º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE81ED is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 129 | 237 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.07 |
| HSL | 282.78º | 0.75% | 0.72% | - |
| HSV(B) | 282.78º | 0.46% | 0.93% | - |
| XYZ | 48.59 | 34.94 | 84.3 | - |
| YUV | 164.34 | 169.01 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 237 | 0.13 | 0.46 | 0 | 0.07 | 282.78 | 0.75 | 0.72 |
| Hex | CE | 81 | ED | D | 2E | 0 | 7 | 11B | 4B | 48 |
| Octal | 316 | 201 | 355 | 15 | 56 | 0 | 7 | 433 | 113 | 110 |
| Binary | 11001110 | 10000001 | 11101101 | 1101 | 101110 | 0 | 111 | 100011011 | 1001011 | 1001000 |
Color Harmonies of #CE81ED
Complementary color
Monochromatic Colors of #CE81ED
Black with #CE81ED
Text Example
Text Example
White with #CE81ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81ED; }
p { color: rgb(206,129,237); }
H1.HeaderClassName
{
color: #CE81ED;
}
.AnyTagClassName
{
color: #CE81ED;
}
</style>
background-color css
<style>
a { background-color: #CE81ED; }
a { background-color: rgb(206,129,237); }
div.DivClassName
{
background-color: #CE81ED;
}
.BgClassName
{
background-color: #CE81ED;
}
</style>
border-color css
<style>
span { border-color: #CE81ED; }
span { border-color: rgb(206,129,237); }
td.TdClassName
{
border-color: #CE81ED;
}
.TagClassName
{
border-color: #CE81ED;
}
</style>