Shades of Heliotrope #CE5BFE
Tints of Heliotrope #CE5BFE
RGB
CMYK
RGB Variations
Color information
#CE5BFE (or 0xCE5BFE) is known color: Heliotrope. HEX triplet: CE, 5B and FE. RGB value is (206,91,254). Sum of RGB (Red+Green+Blue) = 206+91+254=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 91 (35.94% from 255 or 16.52% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE5BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5BFE is #31A401. Grayscale: #8F8F8F. Windows color (decimal): -3253250 or 16669646. OLE color: 16669646.
HSL color Cylindrical-coordinate representation of color #CE5BFE: hue angle of 282.33º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE5BFE is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 91 | 254 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.00 |
| HSL | 282.33º | 0.99% | 0.68% | - |
| HSV(B) | 282.33º | 0.64% | 1% | - |
| XYZ | 47.08 | 27.76 | 96.64 | - |
| YUV | 143.97 | 190.1 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 254 | 0.19 | 0.64 | 0 | 0.00 | 282.33 | 0.99 | 0.68 |
| Hex | CE | 5B | FE | 13 | 40 | 0 | 0 | 11A | 63 | 44 |
| Octal | 316 | 133 | 376 | 23 | 100 | 0 | 0 | 432 | 143 | 104 |
| Binary | 11001110 | 1011011 | 11111110 | 10011 | 1000000 | 0 | 0 | 100011010 | 1100011 | 1000100 |
Color Harmonies of #CE5BFE
Complementary color
Monochromatic Colors of #CE5BFE
Black with #CE5BFE
Text Example
Text Example
White with #CE5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BFE; }
p { color: rgb(206,91,254); }
H1.HeaderClassName
{
color: #CE5BFE;
}
.AnyTagClassName
{
color: #CE5BFE;
}
</style>
background-color css
<style>
a { background-color: #CE5BFE; }
a { background-color: rgb(206,91,254); }
div.DivClassName
{
background-color: #CE5BFE;
}
.BgClassName
{
background-color: #CE5BFE;
}
</style>
border-color css
<style>
span { border-color: #CE5BFE; }
span { border-color: rgb(206,91,254); }
td.TdClassName
{
border-color: #CE5BFE;
}
.TagClassName
{
border-color: #CE5BFE;
}
</style>