Shades of Heliotrope #CE5CF1
Tints of Heliotrope #CE5CF1
RGB
CMYK
RGB Variations
Color information
#CE5CF1 (or 0xCE5CF1) is known color: Heliotrope. HEX triplet: CE, 5C and F1. RGB value is (206,92,241). Sum of RGB (Red+Green+Blue) = 206+92+241=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE5CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5CF1 is #31A30E. Grayscale: #8E8E8E. Windows color (decimal): -3253007 or 15817934. OLE color: 15817934.
HSL color Cylindrical-coordinate representation of color #CE5CF1: hue angle of 285.91º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE5CF1 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 92 | 241 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.05 |
| HSL | 285.91º | 0.84% | 0.65% | - |
| HSV(B) | 285.91º | 0.62% | 0.95% | - |
| XYZ | 45.16 | 27.13 | 86.08 | - |
| YUV | 143.07 | 183.27 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 241 | 0.15 | 0.62 | 0 | 0.05 | 285.91 | 0.84 | 0.65 |
| Hex | CE | 5C | F1 | F | 3E | 0 | 5 | 11E | 54 | 41 |
| Octal | 316 | 134 | 361 | 17 | 76 | 0 | 5 | 436 | 124 | 101 |
| Binary | 11001110 | 1011100 | 11110001 | 1111 | 111110 | 0 | 101 | 100011110 | 1010100 | 1000001 |
Color Harmonies of #CE5CF1
Complementary color
Monochromatic Colors of #CE5CF1
Black with #CE5CF1
Text Example
Text Example
White with #CE5CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5CF1; }
p { color: rgb(206,92,241); }
H1.HeaderClassName
{
color: #CE5CF1;
}
.AnyTagClassName
{
color: #CE5CF1;
}
</style>
background-color css
<style>
a { background-color: #CE5CF1; }
a { background-color: rgb(206,92,241); }
div.DivClassName
{
background-color: #CE5CF1;
}
.BgClassName
{
background-color: #CE5CF1;
}
</style>
border-color css
<style>
span { border-color: #CE5CF1; }
span { border-color: rgb(206,92,241); }
td.TdClassName
{
border-color: #CE5CF1;
}
.TagClassName
{
border-color: #CE5CF1;
}
</style>