Shades of Heliotrope #CE5BFC
Tints of Heliotrope #CE5BFC
RGB
CMYK
RGB Variations
Color information
#CE5BFC (or 0xCE5BFC) is known color: Heliotrope. HEX triplet: CE, 5B and FC. RGB value is (206,91,252). Sum of RGB (Red+Green+Blue) = 206+91+252=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 91 (35.94% from 255 or 16.58% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE5BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5BFC is #31A403. Grayscale: #8F8F8F. Windows color (decimal): -3253252 or 16538574. OLE color: 16538574.
HSL color Cylindrical-coordinate representation of color #CE5BFC: hue angle of 282.86º degrees, saturation: 0.96, 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 #CE5BFC is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 91 | 252 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.01 |
| HSL | 282.86º | 0.96% | 0.67% | - |
| HSV(B) | 282.86º | 0.64% | 0.99% | - |
| XYZ | 46.77 | 27.63 | 94.96 | - |
| YUV | 143.74 | 189.1 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 252 | 0.18 | 0.64 | 0 | 0.01 | 282.86 | 0.96 | 0.67 |
| Hex | CE | 5B | FC | 12 | 40 | 0 | 1 | 11B | 60 | 43 |
| Octal | 316 | 133 | 374 | 22 | 100 | 0 | 1 | 433 | 140 | 103 |
| Binary | 11001110 | 1011011 | 11111100 | 10010 | 1000000 | 0 | 1 | 100011011 | 1100000 | 1000011 |
Color Harmonies of #CE5BFC
Complementary color
Monochromatic Colors of #CE5BFC
Black with #CE5BFC
Text Example
Text Example
White with #CE5BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BFC; }
p { color: rgb(206,91,252); }
H1.HeaderClassName
{
color: #CE5BFC;
}
.AnyTagClassName
{
color: #CE5BFC;
}
</style>
background-color css
<style>
a { background-color: #CE5BFC; }
a { background-color: rgb(206,91,252); }
div.DivClassName
{
background-color: #CE5BFC;
}
.BgClassName
{
background-color: #CE5BFC;
}
</style>
border-color css
<style>
span { border-color: #CE5BFC; }
span { border-color: rgb(206,91,252); }
td.TdClassName
{
border-color: #CE5BFC;
}
.TagClassName
{
border-color: #CE5BFC;
}
</style>