Shades of Heliotrope #CE81E9
Tints of Heliotrope #CE81E9
RGB
CMYK
RGB Variations
Color information
#CE81E9 (or 0xCE81E9) is known color: Heliotrope. HEX triplet: CE, 81 and E9. RGB value is (206,129,233). Sum of RGB (Red+Green+Blue) = 206+129+233=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE81E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE81E9 is #317E16. Grayscale: #A3A3A3. Windows color (decimal): -3243543 or 15303118. OLE color: 15303118.
HSL color Cylindrical-coordinate representation of color #CE81E9: hue angle of 284.42º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE81E9 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 129 | 233 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.09 |
| HSL | 284.42º | 0.7% | 0.71% | - |
| HSV(B) | 284.42º | 0.45% | 0.91% | - |
| XYZ | 48.01 | 34.71 | 81.26 | - |
| YUV | 163.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 233 | 0.12 | 0.45 | 0 | 0.09 | 284.42 | 0.7 | 0.71 |
| Hex | CE | 81 | E9 | C | 2D | 0 | 9 | 11C | 46 | 47 |
| Octal | 316 | 201 | 351 | 14 | 55 | 0 | 11 | 434 | 106 | 107 |
| Binary | 11001110 | 10000001 | 11101001 | 1100 | 101101 | 0 | 1001 | 100011100 | 1000110 | 1000111 |
Color Harmonies of #CE81E9
Complementary color
Monochromatic Colors of #CE81E9
Black with #CE81E9
Text Example
Text Example
White with #CE81E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81E9; }
p { color: rgb(206,129,233); }
H1.HeaderClassName
{
color: #CE81E9;
}
.AnyTagClassName
{
color: #CE81E9;
}
</style>
background-color css
<style>
a { background-color: #CE81E9; }
a { background-color: rgb(206,129,233); }
div.DivClassName
{
background-color: #CE81E9;
}
.BgClassName
{
background-color: #CE81E9;
}
</style>
border-color css
<style>
span { border-color: #CE81E9; }
span { border-color: rgb(206,129,233); }
td.TdClassName
{
border-color: #CE81E9;
}
.TagClassName
{
border-color: #CE81E9;
}
</style>