Shades of Heliotrope #CE45FE
Tints of Heliotrope #CE45FE
RGB
CMYK
RGB Variations
Color information
#CE45FE (or 0xCE45FE) is known color: Heliotrope. HEX triplet: CE, 45 and FE. RGB value is (206,69,254). Sum of RGB (Red+Green+Blue) = 206+69+254=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 69 (27.34% from 255 or 13.04% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE45FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE45FE is #31BA01. Grayscale: #828282. Windows color (decimal): -3258882 or 16664014. OLE color: 16664014.
HSL color Cylindrical-coordinate representation of color #CE45FE: hue angle of 284.43º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE45FE is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 69 | 254 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.00 |
| HSL | 284.43º | 0.99% | 0.63% | - |
| HSV(B) | 284.43º | 0.73% | 1% | - |
| XYZ | 45.47 | 24.53 | 96.1 | - |
| YUV | 131.05 | 197.39 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 254 | 0.19 | 0.73 | 0 | 0.00 | 284.43 | 0.99 | 0.63 |
| Hex | CE | 45 | FE | 13 | 49 | 0 | 0 | 11C | 63 | 3F |
| Octal | 316 | 105 | 376 | 23 | 111 | 0 | 0 | 434 | 143 | 77 |
| Binary | 11001110 | 1000101 | 11111110 | 10011 | 1001001 | 0 | 0 | 100011100 | 1100011 | 111111 |
Color Harmonies of #CE45FE
Complementary color
Monochromatic Colors of #CE45FE
Black with #CE45FE
Text Example
Text Example
White with #CE45FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE45FE; }
p { color: rgb(206,69,254); }
H1.HeaderClassName
{
color: #CE45FE;
}
.AnyTagClassName
{
color: #CE45FE;
}
</style>
background-color css
<style>
a { background-color: #CE45FE; }
a { background-color: rgb(206,69,254); }
div.DivClassName
{
background-color: #CE45FE;
}
.BgClassName
{
background-color: #CE45FE;
}
</style>
border-color css
<style>
span { border-color: #CE45FE; }
span { border-color: rgb(206,69,254); }
td.TdClassName
{
border-color: #CE45FE;
}
.TagClassName
{
border-color: #CE45FE;
}
</style>