Shades of Heliotrope #CE5BF3
Tints of Heliotrope #CE5BF3
RGB
CMYK
RGB Variations
Color information
#CE5BF3 (or 0xCE5BF3) is known color: Heliotrope. HEX triplet: CE, 5B and F3. RGB value is (206,91,243). Sum of RGB (Red+Green+Blue) = 206+91+243=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 91 (35.94% from 255 or 16.85% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE5BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5BF3 is #31A40C. Grayscale: #8E8E8E. Windows color (decimal): -3253261 or 15948750. OLE color: 15948750.
HSL color Cylindrical-coordinate representation of color #CE5BF3: hue angle of 285.39º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE5BF3 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 91 | 243 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.05 |
| HSL | 285.39º | 0.86% | 0.65% | - |
| HSV(B) | 285.39º | 0.63% | 0.95% | - |
| XYZ | 45.37 | 27.08 | 87.63 | - |
| YUV | 142.71 | 184.6 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 243 | 0.15 | 0.63 | 0 | 0.05 | 285.39 | 0.86 | 0.65 |
| Hex | CE | 5B | F3 | F | 3F | 0 | 5 | 11D | 56 | 41 |
| Octal | 316 | 133 | 363 | 17 | 77 | 0 | 5 | 435 | 126 | 101 |
| Binary | 11001110 | 1011011 | 11110011 | 1111 | 111111 | 0 | 101 | 100011101 | 1010110 | 1000001 |
Color Harmonies of #CE5BF3
Complementary color
Monochromatic Colors of #CE5BF3
Black with #CE5BF3
Text Example
Text Example
White with #CE5BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BF3; }
p { color: rgb(206,91,243); }
H1.HeaderClassName
{
color: #CE5BF3;
}
.AnyTagClassName
{
color: #CE5BF3;
}
</style>
background-color css
<style>
a { background-color: #CE5BF3; }
a { background-color: rgb(206,91,243); }
div.DivClassName
{
background-color: #CE5BF3;
}
.BgClassName
{
background-color: #CE5BF3;
}
</style>
border-color css
<style>
span { border-color: #CE5BF3; }
span { border-color: rgb(206,91,243); }
td.TdClassName
{
border-color: #CE5BF3;
}
.TagClassName
{
border-color: #CE5BF3;
}
</style>