Shades of Heliotrope #CE5FFB
Tints of Heliotrope #CE5FFB
RGB
CMYK
RGB Variations
Color information
#CE5FFB (or 0xCE5FFB) is known color: Heliotrope. HEX triplet: CE, 5F and FB. RGB value is (206,95,251). Sum of RGB (Red+Green+Blue) = 206+95+251=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 95 (37.5% from 255 or 17.21% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE5FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5FFB is #31A004. Grayscale: #919191. Windows color (decimal): -3252229 or 16474062. OLE color: 16474062.
HSL color Cylindrical-coordinate representation of color #CE5FFB: hue angle of 282.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE5FFB is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 95 | 251 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.02 |
| HSL | 282.69º | 0.95% | 0.68% | - |
| HSV(B) | 282.69º | 0.62% | 0.98% | - |
| XYZ | 46.96 | 28.27 | 94.25 | - |
| YUV | 145.97 | 187.27 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 251 | 0.18 | 0.62 | 0 | 0.02 | 282.69 | 0.95 | 0.68 |
| Hex | CE | 5F | FB | 12 | 3E | 0 | 2 | 11B | 5F | 44 |
| Octal | 316 | 137 | 373 | 22 | 76 | 0 | 2 | 433 | 137 | 104 |
| Binary | 11001110 | 1011111 | 11111011 | 10010 | 111110 | 0 | 10 | 100011011 | 1011111 | 1000100 |
Color Harmonies of #CE5FFB
Complementary color
Monochromatic Colors of #CE5FFB
Black with #CE5FFB
Text Example
Text Example
White with #CE5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FFB; }
p { color: rgb(206,95,251); }
H1.HeaderClassName
{
color: #CE5FFB;
}
.AnyTagClassName
{
color: #CE5FFB;
}
</style>
background-color css
<style>
a { background-color: #CE5FFB; }
a { background-color: rgb(206,95,251); }
div.DivClassName
{
background-color: #CE5FFB;
}
.BgClassName
{
background-color: #CE5FFB;
}
</style>
border-color css
<style>
span { border-color: #CE5FFB; }
span { border-color: rgb(206,95,251); }
td.TdClassName
{
border-color: #CE5FFB;
}
.TagClassName
{
border-color: #CE5FFB;
}
</style>