Shades of Heliotrope #CE4AFE
Tints of Heliotrope #CE4AFE
RGB
CMYK
RGB Variations
Color information
#CE4AFE (or 0xCE4AFE) is known color: Heliotrope. HEX triplet: CE, 4A and FE. RGB value is (206,74,254). Sum of RGB (Red+Green+Blue) = 206+74+254=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 74 (29.30% from 255 or 13.86% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE4AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4AFE is #31B501. Grayscale: #858585. Windows color (decimal): -3257602 or 16665294. OLE color: 16665294.
HSL color Cylindrical-coordinate representation of color #CE4AFE: hue angle of 284º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE4AFE is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 74 | 254 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.00 |
| HSL | 284º | 0.99% | 0.64% | - |
| HSV(B) | 284º | 0.71% | 1% | - |
| XYZ | 45.79 | 25.18 | 96.21 | - |
| YUV | 133.99 | 195.73 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 254 | 0.19 | 0.71 | 0 | 0.00 | 284 | 0.99 | 0.64 |
| Hex | CE | 4A | FE | 13 | 47 | 0 | 0 | 11C | 63 | 40 |
| Octal | 316 | 112 | 376 | 23 | 107 | 0 | 0 | 434 | 143 | 100 |
| Binary | 11001110 | 1001010 | 11111110 | 10011 | 1000111 | 0 | 0 | 100011100 | 1100011 | 1000000 |
Color Harmonies of #CE4AFE
Complementary color
Monochromatic Colors of #CE4AFE
Black with #CE4AFE
Text Example
Text Example
White with #CE4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AFE; }
p { color: rgb(206,74,254); }
H1.HeaderClassName
{
color: #CE4AFE;
}
.AnyTagClassName
{
color: #CE4AFE;
}
</style>
background-color css
<style>
a { background-color: #CE4AFE; }
a { background-color: rgb(206,74,254); }
div.DivClassName
{
background-color: #CE4AFE;
}
.BgClassName
{
background-color: #CE4AFE;
}
</style>
border-color css
<style>
span { border-color: #CE4AFE; }
span { border-color: rgb(206,74,254); }
td.TdClassName
{
border-color: #CE4AFE;
}
.TagClassName
{
border-color: #CE4AFE;
}
</style>