Shades of Heliotrope #CE82E9
Tints of Heliotrope #CE82E9
RGB
CMYK
RGB Variations
Color information
#CE82E9 (or 0xCE82E9) is known color: Heliotrope. HEX triplet: CE, 82 and E9. RGB value is (206,130,233). Sum of RGB (Red+Green+Blue) = 206+130+233=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE82E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE82E9 is #317D16. Grayscale: #A4A4A4. Windows color (decimal): -3243287 or 15303374. OLE color: 15303374.
HSL color Cylindrical-coordinate representation of color #CE82E9: hue angle of 284.27º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE82E9 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 130 | 233 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.09 |
| HSL | 284.27º | 0.7% | 0.71% | - |
| HSV(B) | 284.27º | 0.44% | 0.91% | - |
| XYZ | 48.14 | 34.97 | 81.3 | - |
| YUV | 164.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 233 | 0.12 | 0.44 | 0 | 0.09 | 284.27 | 0.7 | 0.71 |
| Hex | CE | 82 | E9 | C | 2C | 0 | 9 | 11C | 46 | 47 |
| Octal | 316 | 202 | 351 | 14 | 54 | 0 | 11 | 434 | 106 | 107 |
| Binary | 11001110 | 10000010 | 11101001 | 1100 | 101100 | 0 | 1001 | 100011100 | 1000110 | 1000111 |
Color Harmonies of #CE82E9
Complementary color
Monochromatic Colors of #CE82E9
Black with #CE82E9
Text Example
Text Example
White with #CE82E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE82E9; }
p { color: rgb(206,130,233); }
H1.HeaderClassName
{
color: #CE82E9;
}
.AnyTagClassName
{
color: #CE82E9;
}
</style>
background-color css
<style>
a { background-color: #CE82E9; }
a { background-color: rgb(206,130,233); }
div.DivClassName
{
background-color: #CE82E9;
}
.BgClassName
{
background-color: #CE82E9;
}
</style>
border-color css
<style>
span { border-color: #CE82E9; }
span { border-color: rgb(206,130,233); }
td.TdClassName
{
border-color: #CE82E9;
}
.TagClassName
{
border-color: #CE82E9;
}
</style>