Shades of Heliotrope #CE5BFD
Tints of Heliotrope #CE5BFD
RGB
CMYK
RGB Variations
Color information
#CE5BFD (or 0xCE5BFD) is known color: Heliotrope. HEX triplet: CE, 5B and FD. RGB value is (206,91,253). Sum of RGB (Red+Green+Blue) = 206+91+253=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 91 (35.94% from 255 or 16.55% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE5BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5BFD is #31A402. Grayscale: #8F8F8F. Windows color (decimal): -3253251 or 16604110. OLE color: 16604110.
HSL color Cylindrical-coordinate representation of color #CE5BFD: hue angle of 282.59º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE5BFD is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 91 | 253 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.01 |
| HSL | 282.59º | 0.98% | 0.67% | - |
| HSV(B) | 282.59º | 0.64% | 0.99% | - |
| XYZ | 46.92 | 27.7 | 95.8 | - |
| YUV | 143.85 | 189.6 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 253 | 0.19 | 0.64 | 0 | 0.01 | 282.59 | 0.98 | 0.67 |
| Hex | CE | 5B | FD | 13 | 40 | 0 | 1 | 11B | 62 | 43 |
| Octal | 316 | 133 | 375 | 23 | 100 | 0 | 1 | 433 | 142 | 103 |
| Binary | 11001110 | 1011011 | 11111101 | 10011 | 1000000 | 0 | 1 | 100011011 | 1100010 | 1000011 |
Color Harmonies of #CE5BFD
Complementary color
Monochromatic Colors of #CE5BFD
Black with #CE5BFD
Text Example
Text Example
White with #CE5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BFD; }
p { color: rgb(206,91,253); }
H1.HeaderClassName
{
color: #CE5BFD;
}
.AnyTagClassName
{
color: #CE5BFD;
}
</style>
background-color css
<style>
a { background-color: #CE5BFD; }
a { background-color: rgb(206,91,253); }
div.DivClassName
{
background-color: #CE5BFD;
}
.BgClassName
{
background-color: #CE5BFD;
}
</style>
border-color css
<style>
span { border-color: #CE5BFD; }
span { border-color: rgb(206,91,253); }
td.TdClassName
{
border-color: #CE5BFD;
}
.TagClassName
{
border-color: #CE5BFD;
}
</style>