Shades of Heliotrope #CE5CF9
Tints of Heliotrope #CE5CF9
RGB
CMYK
RGB Variations
Color information
#CE5CF9 (or 0xCE5CF9) is known color: Heliotrope. HEX triplet: CE, 5C and F9. RGB value is (206,92,249). Sum of RGB (Red+Green+Blue) = 206+92+249=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 92 (36.33% from 255 or 16.82% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE5CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5CF9 is #31A306. Grayscale: #8F8F8F. Windows color (decimal): -3252999 or 16342222. OLE color: 16342222.
HSL color Cylindrical-coordinate representation of color #CE5CF9: hue angle of 283.57º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE5CF9 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 92 | 249 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.02 |
| HSL | 283.57º | 0.93% | 0.67% | - |
| HSV(B) | 283.57º | 0.63% | 0.98% | - |
| XYZ | 46.38 | 27.62 | 92.51 | - |
| YUV | 143.98 | 187.27 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 249 | 0.17 | 0.63 | 0 | 0.02 | 283.57 | 0.93 | 0.67 |
| Hex | CE | 5C | F9 | 11 | 3F | 0 | 2 | 11C | 5D | 43 |
| Octal | 316 | 134 | 371 | 21 | 77 | 0 | 2 | 434 | 135 | 103 |
| Binary | 11001110 | 1011100 | 11111001 | 10001 | 111111 | 0 | 10 | 100011100 | 1011101 | 1000011 |
Color Harmonies of #CE5CF9
Complementary color
Monochromatic Colors of #CE5CF9
Black with #CE5CF9
Text Example
Text Example
White with #CE5CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5CF9; }
p { color: rgb(206,92,249); }
H1.HeaderClassName
{
color: #CE5CF9;
}
.AnyTagClassName
{
color: #CE5CF9;
}
</style>
background-color css
<style>
a { background-color: #CE5CF9; }
a { background-color: rgb(206,92,249); }
div.DivClassName
{
background-color: #CE5CF9;
}
.BgClassName
{
background-color: #CE5CF9;
}
</style>
border-color css
<style>
span { border-color: #CE5CF9; }
span { border-color: rgb(206,92,249); }
td.TdClassName
{
border-color: #CE5CF9;
}
.TagClassName
{
border-color: #CE5CF9;
}
</style>