Shades of Heliotrope #CE5BF8
Tints of Heliotrope #CE5BF8
RGB
CMYK
RGB Variations
Color information
#CE5BF8 (or 0xCE5BF8) is known color: Heliotrope. HEX triplet: CE, 5B and F8. RGB value is (206,91,248). Sum of RGB (Red+Green+Blue) = 206+91+248=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 91 (35.94% from 255 or 16.70% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE5BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5BF8 is #31A407. Grayscale: #8E8E8E. Windows color (decimal): -3253256 or 16276430. OLE color: 16276430.
HSL color Cylindrical-coordinate representation of color #CE5BF8: hue angle of 283.95º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE5BF8 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 91 | 248 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.03 |
| HSL | 283.95º | 0.92% | 0.66% | - |
| HSV(B) | 283.95º | 0.63% | 0.97% | - |
| XYZ | 46.14 | 27.38 | 91.66 | - |
| YUV | 143.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 248 | 0.17 | 0.63 | 0 | 0.03 | 283.95 | 0.92 | 0.66 |
| Hex | CE | 5B | F8 | 11 | 3F | 0 | 3 | 11C | 5C | 42 |
| Octal | 316 | 133 | 370 | 21 | 77 | 0 | 3 | 434 | 134 | 102 |
| Binary | 11001110 | 1011011 | 11111000 | 10001 | 111111 | 0 | 11 | 100011100 | 1011100 | 1000010 |
Color Harmonies of #CE5BF8
Complementary color
Monochromatic Colors of #CE5BF8
Black with #CE5BF8
Text Example
Text Example
White with #CE5BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BF8; }
p { color: rgb(206,91,248); }
H1.HeaderClassName
{
color: #CE5BF8;
}
.AnyTagClassName
{
color: #CE5BF8;
}
</style>
background-color css
<style>
a { background-color: #CE5BF8; }
a { background-color: rgb(206,91,248); }
div.DivClassName
{
background-color: #CE5BF8;
}
.BgClassName
{
background-color: #CE5BF8;
}
</style>
border-color css
<style>
span { border-color: #CE5BF8; }
span { border-color: rgb(206,91,248); }
td.TdClassName
{
border-color: #CE5BF8;
}
.TagClassName
{
border-color: #CE5BF8;
}
</style>