Shades of Heliotrope #CE5CF8
Tints of Heliotrope #CE5CF8
RGB
CMYK
RGB Variations
Color information
#CE5CF8 (or 0xCE5CF8) is known color: Heliotrope. HEX triplet: CE, 5C and F8. RGB value is (206,92,248). Sum of RGB (Red+Green+Blue) = 206+92+248=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 92 (36.33% from 255 or 16.85% from 546); Blue value is 248 (97.27% from 255 or 45.42% from 546); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE5CF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5CF8 is #31A307. Grayscale: #8F8F8F. Windows color (decimal): -3253000 or 16276686. OLE color: 16276686.
HSL color Cylindrical-coordinate representation of color #CE5CF8: hue angle of 283.85º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE5CF8 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 92 | 248 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.03 |
| HSL | 283.85º | 0.92% | 0.67% | - |
| HSV(B) | 283.85º | 0.63% | 0.97% | - |
| XYZ | 46.22 | 27.55 | 91.69 | - |
| YUV | 143.87 | 186.77 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 248 | 0.17 | 0.63 | 0 | 0.03 | 283.85 | 0.92 | 0.67 |
| Hex | CE | 5C | F8 | 11 | 3F | 0 | 3 | 11C | 5C | 43 |
| Octal | 316 | 134 | 370 | 21 | 77 | 0 | 3 | 434 | 134 | 103 |
| Binary | 11001110 | 1011100 | 11111000 | 10001 | 111111 | 0 | 11 | 100011100 | 1011100 | 1000011 |
Color Harmonies of #CE5CF8
Complementary color
Monochromatic Colors of #CE5CF8
Black with #CE5CF8
Text Example
Text Example
White with #CE5CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5CF8; }
p { color: rgb(206,92,248); }
H1.HeaderClassName
{
color: #CE5CF8;
}
.AnyTagClassName
{
color: #CE5CF8;
}
</style>
background-color css
<style>
a { background-color: #CE5CF8; }
a { background-color: rgb(206,92,248); }
div.DivClassName
{
background-color: #CE5CF8;
}
.BgClassName
{
background-color: #CE5CF8;
}
</style>
border-color css
<style>
span { border-color: #CE5CF8; }
span { border-color: rgb(206,92,248); }
td.TdClassName
{
border-color: #CE5CF8;
}
.TagClassName
{
border-color: #CE5CF8;
}
</style>