Shades of Heliotrope #CE57F1
Tints of Heliotrope #CE57F1
RGB
CMYK
RGB Variations
Color information
#CE57F1 (or 0xCE57F1) is known color: Heliotrope. HEX triplet: CE, 57 and F1. RGB value is (206,87,241). Sum of RGB (Red+Green+Blue) = 206+87+241=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 87 (34.38% from 255 or 16.29% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE57F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE57F1 is #31A80E. Grayscale: #8B8B8B. Windows color (decimal): -3254287 or 15816654. OLE color: 15816654.
HSL color Cylindrical-coordinate representation of color #CE57F1: hue angle of 286.36º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE57F1 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 87 | 241 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.05 |
| HSL | 286.36º | 0.85% | 0.64% | - |
| HSV(B) | 286.36º | 0.64% | 0.95% | - |
| XYZ | 44.74 | 26.29 | 85.94 | - |
| YUV | 140.14 | 184.92 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 241 | 0.15 | 0.64 | 0 | 0.05 | 286.36 | 0.85 | 0.64 |
| Hex | CE | 57 | F1 | F | 40 | 0 | 5 | 11E | 55 | 40 |
| Octal | 316 | 127 | 361 | 17 | 100 | 0 | 5 | 436 | 125 | 100 |
| Binary | 11001110 | 1010111 | 11110001 | 1111 | 1000000 | 0 | 101 | 100011110 | 1010101 | 1000000 |
Color Harmonies of #CE57F1
Complementary color
Monochromatic Colors of #CE57F1
Black with #CE57F1
Text Example
Text Example
White with #CE57F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57F1; }
p { color: rgb(206,87,241); }
H1.HeaderClassName
{
color: #CE57F1;
}
.AnyTagClassName
{
color: #CE57F1;
}
</style>
background-color css
<style>
a { background-color: #CE57F1; }
a { background-color: rgb(206,87,241); }
div.DivClassName
{
background-color: #CE57F1;
}
.BgClassName
{
background-color: #CE57F1;
}
</style>
border-color css
<style>
span { border-color: #CE57F1; }
span { border-color: rgb(206,87,241); }
td.TdClassName
{
border-color: #CE57F1;
}
.TagClassName
{
border-color: #CE57F1;
}
</style>