Shades of Heliotrope #CE54FE
Tints of Heliotrope #CE54FE
RGB
CMYK
RGB Variations
Color information
#CE54FE (or 0xCE54FE) is known color: Heliotrope. HEX triplet: CE, 54 and FE. RGB value is (206,84,254). Sum of RGB (Red+Green+Blue) = 206+84+254=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 84 (33.20% from 255 or 15.44% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE54FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE54FE is #31AB01. Grayscale: #8B8B8B. Windows color (decimal): -3255042 or 16667854. OLE color: 16667854.
HSL color Cylindrical-coordinate representation of color #CE54FE: hue angle of 283.06º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE54FE is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 84 | 254 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.00 |
| HSL | 283.06º | 0.99% | 0.66% | - |
| HSV(B) | 283.06º | 0.67% | 1% | - |
| XYZ | 46.51 | 26.62 | 96.45 | - |
| YUV | 139.86 | 192.42 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 254 | 0.19 | 0.67 | 0 | 0.00 | 283.06 | 0.99 | 0.66 |
| Hex | CE | 54 | FE | 13 | 43 | 0 | 0 | 11B | 63 | 42 |
| Octal | 316 | 124 | 376 | 23 | 103 | 0 | 0 | 433 | 143 | 102 |
| Binary | 11001110 | 1010100 | 11111110 | 10011 | 1000011 | 0 | 0 | 100011011 | 1100011 | 1000010 |
Color Harmonies of #CE54FE
Complementary color
Monochromatic Colors of #CE54FE
Black with #CE54FE
Text Example
Text Example
White with #CE54FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE54FE; }
p { color: rgb(206,84,254); }
H1.HeaderClassName
{
color: #CE54FE;
}
.AnyTagClassName
{
color: #CE54FE;
}
</style>
background-color css
<style>
a { background-color: #CE54FE; }
a { background-color: rgb(206,84,254); }
div.DivClassName
{
background-color: #CE54FE;
}
.BgClassName
{
background-color: #CE54FE;
}
</style>
border-color css
<style>
span { border-color: #CE54FE; }
span { border-color: rgb(206,84,254); }
td.TdClassName
{
border-color: #CE54FE;
}
.TagClassName
{
border-color: #CE54FE;
}
</style>