Shades of Heliotrope #CE49FF
Tints of Heliotrope #CE49FF
RGB
CMYK
RGB Variations
Color information
#CE49FF (or 0xCE49FF) is known color: Heliotrope. HEX triplet: CE, 49 and FF. RGB value is (206,73,255). Sum of RGB (Red+Green+Blue) = 206+73+255=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE49FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE49FF is #31B600. Grayscale: #848484. Windows color (decimal): -3257857 or 16730574. OLE color: 16730574.
HSL color Cylindrical-coordinate representation of color #CE49FF: hue angle of 283.85º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE49FF is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 73 | 255 | - |
| CMYK | 0.19 | 0.71 | 0 | 0 |
| HSL | 283.85º | 1% | 0.64% | - |
| HSV(B) | 283.85º | 0.71% | 1% | - |
| XYZ | 45.89 | 25.11 | 97.04 | - |
| YUV | 133.52 | 196.56 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 255 | 0.19 | 0.71 | 0 | 0 | 283.85 | 1 | 0.64 |
| Hex | CE | 49 | FF | 13 | 47 | 0 | 0 | 11C | 64 | 40 |
| Octal | 316 | 111 | 377 | 23 | 107 | 0 | 0 | 434 | 144 | 100 |
| Binary | 11001110 | 1001001 | 11111111 | 10011 | 1000111 | 0 | 0 | 100011100 | 1100100 | 1000000 |
Color Harmonies of #CE49FF
Complementary color
Monochromatic Colors of #CE49FF
Black with #CE49FF
Text Example
Text Example
White with #CE49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49FF; }
p { color: rgb(206,73,255); }
H1.HeaderClassName
{
color: #CE49FF;
}
.AnyTagClassName
{
color: #CE49FF;
}
</style>
background-color css
<style>
a { background-color: #CE49FF; }
a { background-color: rgb(206,73,255); }
div.DivClassName
{
background-color: #CE49FF;
}
.BgClassName
{
background-color: #CE49FF;
}
</style>
border-color css
<style>
span { border-color: #CE49FF; }
span { border-color: rgb(206,73,255); }
td.TdClassName
{
border-color: #CE49FF;
}
.TagClassName
{
border-color: #CE49FF;
}
</style>