Shades of Heliotrope #CE5CFD
Tints of Heliotrope #CE5CFD
RGB
CMYK
RGB Variations
Color information
#CE5CFD (or 0xCE5CFD) is known color: Heliotrope. HEX triplet: CE, 5C and FD. RGB value is (206,92,253). Sum of RGB (Red+Green+Blue) = 206+92+253=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 92 (36.33% from 255 or 16.70% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE5CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5CFD is #31A302. Grayscale: #8F8F8F. Windows color (decimal): -3252995 or 16604366. OLE color: 16604366.
HSL color Cylindrical-coordinate representation of color #CE5CFD: hue angle of 282.48º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE5CFD is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 92 | 253 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.01 |
| HSL | 282.48º | 0.98% | 0.68% | - |
| HSV(B) | 282.48º | 0.64% | 0.99% | - |
| XYZ | 47.01 | 27.87 | 95.83 | - |
| YUV | 144.44 | 189.27 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 253 | 0.19 | 0.64 | 0 | 0.01 | 282.48 | 0.98 | 0.68 |
| Hex | CE | 5C | FD | 13 | 40 | 0 | 1 | 11A | 62 | 44 |
| Octal | 316 | 134 | 375 | 23 | 100 | 0 | 1 | 432 | 142 | 104 |
| Binary | 11001110 | 1011100 | 11111101 | 10011 | 1000000 | 0 | 1 | 100011010 | 1100010 | 1000100 |
Color Harmonies of #CE5CFD
Complementary color
Monochromatic Colors of #CE5CFD
Black with #CE5CFD
Text Example
Text Example
White with #CE5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5CFD; }
p { color: rgb(206,92,253); }
H1.HeaderClassName
{
color: #CE5CFD;
}
.AnyTagClassName
{
color: #CE5CFD;
}
</style>
background-color css
<style>
a { background-color: #CE5CFD; }
a { background-color: rgb(206,92,253); }
div.DivClassName
{
background-color: #CE5CFD;
}
.BgClassName
{
background-color: #CE5CFD;
}
</style>
border-color css
<style>
span { border-color: #CE5CFD; }
span { border-color: rgb(206,92,253); }
td.TdClassName
{
border-color: #CE5CFD;
}
.TagClassName
{
border-color: #CE5CFD;
}
</style>