Shades of Heliotrope #CE46FE
Tints of Heliotrope #CE46FE
RGB
CMYK
RGB Variations
Color information
#CE46FE (or 0xCE46FE) is known color: Heliotrope. HEX triplet: CE, 46 and FE. RGB value is (206,70,254). Sum of RGB (Red+Green+Blue) = 206+70+254=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 70 (27.73% from 255 or 13.21% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE46FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE46FE is #31B901. Grayscale: #838383. Windows color (decimal): -3258626 or 16664270. OLE color: 16664270.
HSL color Cylindrical-coordinate representation of color #CE46FE: hue angle of 284.35º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE46FE is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 70 | 254 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.00 |
| HSL | 284.35º | 0.99% | 0.64% | - |
| HSV(B) | 284.35º | 0.72% | 1% | - |
| XYZ | 45.53 | 24.66 | 96.13 | - |
| YUV | 131.64 | 197.06 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 254 | 0.19 | 0.72 | 0 | 0.00 | 284.35 | 0.99 | 0.64 |
| Hex | CE | 46 | FE | 13 | 48 | 0 | 0 | 11C | 63 | 40 |
| Octal | 316 | 106 | 376 | 23 | 110 | 0 | 0 | 434 | 143 | 100 |
| Binary | 11001110 | 1000110 | 11111110 | 10011 | 1001000 | 0 | 0 | 100011100 | 1100011 | 1000000 |
Color Harmonies of #CE46FE
Complementary color
Monochromatic Colors of #CE46FE
Black with #CE46FE
Text Example
Text Example
White with #CE46FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE46FE; }
p { color: rgb(206,70,254); }
H1.HeaderClassName
{
color: #CE46FE;
}
.AnyTagClassName
{
color: #CE46FE;
}
</style>
background-color css
<style>
a { background-color: #CE46FE; }
a { background-color: rgb(206,70,254); }
div.DivClassName
{
background-color: #CE46FE;
}
.BgClassName
{
background-color: #CE46FE;
}
</style>
border-color css
<style>
span { border-color: #CE46FE; }
span { border-color: rgb(206,70,254); }
td.TdClassName
{
border-color: #CE46FE;
}
.TagClassName
{
border-color: #CE46FE;
}
</style>