Shades of Heliotrope #CE4AFF
Tints of Heliotrope #CE4AFF
RGB
CMYK
RGB Variations
Color information
#CE4AFF (or 0xCE4AFF) is known color: Heliotrope. HEX triplet: CE, 4A and FF. RGB value is (206,74,255). Sum of RGB (Red+Green+Blue) = 206+74+255=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 74 (29.30% from 255 or 13.83% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE4AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4AFF is #31B500. Grayscale: #858585. Windows color (decimal): -3257601 or 16730830. OLE color: 16730830.
HSL color Cylindrical-coordinate representation of color #CE4AFF: hue angle of 283.76º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE4AFF is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 74 | 255 | - |
| CMYK | 0.19 | 0.71 | 0 | 0 |
| HSL | 283.76º | 1% | 0.65% | - |
| HSV(B) | 283.76º | 0.71% | 1% | - |
| XYZ | 45.95 | 25.24 | 97.06 | - |
| YUV | 134.1 | 196.23 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 255 | 0.19 | 0.71 | 0 | 0 | 283.76 | 1 | 0.65 |
| Hex | CE | 4A | FF | 13 | 47 | 0 | 0 | 11C | 64 | 41 |
| Octal | 316 | 112 | 377 | 23 | 107 | 0 | 0 | 434 | 144 | 101 |
| Binary | 11001110 | 1001010 | 11111111 | 10011 | 1000111 | 0 | 0 | 100011100 | 1100100 | 1000001 |
Color Harmonies of #CE4AFF
Complementary color
Monochromatic Colors of #CE4AFF
Black with #CE4AFF
Text Example
Text Example
White with #CE4AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AFF; }
p { color: rgb(206,74,255); }
H1.HeaderClassName
{
color: #CE4AFF;
}
.AnyTagClassName
{
color: #CE4AFF;
}
</style>
background-color css
<style>
a { background-color: #CE4AFF; }
a { background-color: rgb(206,74,255); }
div.DivClassName
{
background-color: #CE4AFF;
}
.BgClassName
{
background-color: #CE4AFF;
}
</style>
border-color css
<style>
span { border-color: #CE4AFF; }
span { border-color: rgb(206,74,255); }
td.TdClassName
{
border-color: #CE4AFF;
}
.TagClassName
{
border-color: #CE4AFF;
}
</style>