Shades of Heliotrope #CE5BFB
Tints of Heliotrope #CE5BFB
RGB
CMYK
RGB Variations
Color information
#CE5BFB (or 0xCE5BFB) is known color: Heliotrope. HEX triplet: CE, 5B and FB. RGB value is (206,91,251). Sum of RGB (Red+Green+Blue) = 206+91+251=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 91 (35.94% from 255 or 16.61% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE5BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5BFB is #31A404. Grayscale: #8F8F8F. Windows color (decimal): -3253253 or 16473038. OLE color: 16473038.
HSL color Cylindrical-coordinate representation of color #CE5BFB: hue angle of 283.12º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE5BFB is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 91 | 251 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.02 |
| HSL | 283.13º | 0.95% | 0.67% | - |
| HSV(B) | 283.13º | 0.64% | 0.98% | - |
| XYZ | 46.61 | 27.57 | 94.13 | - |
| YUV | 143.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 251 | 0.18 | 0.64 | 0 | 0.02 | 283.13 | 0.95 | 0.67 |
| Hex | CE | 5B | FB | 12 | 40 | 0 | 2 | 11B | 5F | 43 |
| Octal | 316 | 133 | 373 | 22 | 100 | 0 | 2 | 433 | 137 | 103 |
| Binary | 11001110 | 1011011 | 11111011 | 10010 | 1000000 | 0 | 10 | 100011011 | 1011111 | 1000011 |
Color Harmonies of #CE5BFB
Complementary color
Monochromatic Colors of #CE5BFB
Black with #CE5BFB
Text Example
Text Example
White with #CE5BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BFB; }
p { color: rgb(206,91,251); }
H1.HeaderClassName
{
color: #CE5BFB;
}
.AnyTagClassName
{
color: #CE5BFB;
}
</style>
background-color css
<style>
a { background-color: #CE5BFB; }
a { background-color: rgb(206,91,251); }
div.DivClassName
{
background-color: #CE5BFB;
}
.BgClassName
{
background-color: #CE5BFB;
}
</style>
border-color css
<style>
span { border-color: #CE5BFB; }
span { border-color: rgb(206,91,251); }
td.TdClassName
{
border-color: #CE5BFB;
}
.TagClassName
{
border-color: #CE5BFB;
}
</style>