Shades of Heliotrope #CE5EFD
Tints of Heliotrope #CE5EFD
RGB
CMYK
RGB Variations
Color information
#CE5EFD (or 0xCE5EFD) is known color: Heliotrope. HEX triplet: CE, 5E and FD. RGB value is (206,94,253). Sum of RGB (Red+Green+Blue) = 206+94+253=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 94 (37.11% from 255 or 17.00% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE5EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5EFD is #31A102. Grayscale: #919191. Windows color (decimal): -3252483 or 16604878. OLE color: 16604878.
HSL color Cylindrical-coordinate representation of color #CE5EFD: hue angle of 282.26º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE5EFD is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 94 | 253 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.01 |
| HSL | 282.26º | 0.98% | 0.68% | - |
| HSV(B) | 282.26º | 0.63% | 0.99% | - |
| XYZ | 47.19 | 28.22 | 95.89 | - |
| YUV | 145.61 | 188.61 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 253 | 0.19 | 0.63 | 0 | 0.01 | 282.26 | 0.98 | 0.68 |
| Hex | CE | 5E | FD | 13 | 3F | 0 | 1 | 11A | 62 | 44 |
| Octal | 316 | 136 | 375 | 23 | 77 | 0 | 1 | 432 | 142 | 104 |
| Binary | 11001110 | 1011110 | 11111101 | 10011 | 111111 | 0 | 1 | 100011010 | 1100010 | 1000100 |
Color Harmonies of #CE5EFD
Complementary color
Monochromatic Colors of #CE5EFD
Black with #CE5EFD
Text Example
Text Example
White with #CE5EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EFD; }
p { color: rgb(206,94,253); }
H1.HeaderClassName
{
color: #CE5EFD;
}
.AnyTagClassName
{
color: #CE5EFD;
}
</style>
background-color css
<style>
a { background-color: #CE5EFD; }
a { background-color: rgb(206,94,253); }
div.DivClassName
{
background-color: #CE5EFD;
}
.BgClassName
{
background-color: #CE5EFD;
}
</style>
border-color css
<style>
span { border-color: #CE5EFD; }
span { border-color: rgb(206,94,253); }
td.TdClassName
{
border-color: #CE5EFD;
}
.TagClassName
{
border-color: #CE5EFD;
}
</style>