Shades of Heliotrope #CE5AF1
Tints of Heliotrope #CE5AF1
RGB
CMYK
RGB Variations
Color information
#CE5AF1 (or 0xCE5AF1) is known color: Heliotrope. HEX triplet: CE, 5A and F1. RGB value is (206,90,241). Sum of RGB (Red+Green+Blue) = 206+90+241=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE5AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5AF1 is #31A50E. Grayscale: #8D8D8D. Windows color (decimal): -3253519 or 15817422. OLE color: 15817422.
HSL color Cylindrical-coordinate representation of color #CE5AF1: hue angle of 286.09º degrees, saturation: 0.84, 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 #CE5AF1 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 90 | 241 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.05 |
| HSL | 286.09º | 0.84% | 0.65% | - |
| HSV(B) | 286.09º | 0.63% | 0.95% | - |
| XYZ | 44.99 | 26.79 | 86.02 | - |
| YUV | 141.9 | 183.93 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 241 | 0.15 | 0.63 | 0 | 0.05 | 286.09 | 0.84 | 0.65 |
| Hex | CE | 5A | F1 | F | 3F | 0 | 5 | 11E | 54 | 41 |
| Octal | 316 | 132 | 361 | 17 | 77 | 0 | 5 | 436 | 124 | 101 |
| Binary | 11001110 | 1011010 | 11110001 | 1111 | 111111 | 0 | 101 | 100011110 | 1010100 | 1000001 |
Color Harmonies of #CE5AF1
Complementary color
Monochromatic Colors of #CE5AF1
Black with #CE5AF1
Text Example
Text Example
White with #CE5AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AF1; }
p { color: rgb(206,90,241); }
H1.HeaderClassName
{
color: #CE5AF1;
}
.AnyTagClassName
{
color: #CE5AF1;
}
</style>
background-color css
<style>
a { background-color: #CE5AF1; }
a { background-color: rgb(206,90,241); }
div.DivClassName
{
background-color: #CE5AF1;
}
.BgClassName
{
background-color: #CE5AF1;
}
</style>
border-color css
<style>
span { border-color: #CE5AF1; }
span { border-color: rgb(206,90,241); }
td.TdClassName
{
border-color: #CE5AF1;
}
.TagClassName
{
border-color: #CE5AF1;
}
</style>