Shades of Heliotrope #CE5AF8
Tints of Heliotrope #CE5AF8
RGB
CMYK
RGB Variations
Color information
#CE5AF8 (or 0xCE5AF8) is known color: Heliotrope. HEX triplet: CE, 5A and F8. RGB value is (206,90,248). Sum of RGB (Red+Green+Blue) = 206+90+248=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 90 (35.55% from 255 or 16.54% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE5AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5AF8 is #31A507. Grayscale: #8E8E8E. Windows color (decimal): -3253512 or 16276174. OLE color: 16276174.
HSL color Cylindrical-coordinate representation of color #CE5AF8: hue angle of 284.05º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE5AF8 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 90 | 248 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.03 |
| HSL | 284.05º | 0.92% | 0.66% | - |
| HSV(B) | 284.05º | 0.64% | 0.97% | - |
| XYZ | 46.05 | 27.21 | 91.63 | - |
| YUV | 142.7 | 187.43 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 248 | 0.17 | 0.64 | 0 | 0.03 | 284.05 | 0.92 | 0.66 |
| Hex | CE | 5A | F8 | 11 | 40 | 0 | 3 | 11C | 5C | 42 |
| Octal | 316 | 132 | 370 | 21 | 100 | 0 | 3 | 434 | 134 | 102 |
| Binary | 11001110 | 1011010 | 11111000 | 10001 | 1000000 | 0 | 11 | 100011100 | 1011100 | 1000010 |
Color Harmonies of #CE5AF8
Complementary color
Monochromatic Colors of #CE5AF8
Black with #CE5AF8
Text Example
Text Example
White with #CE5AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AF8; }
p { color: rgb(206,90,248); }
H1.HeaderClassName
{
color: #CE5AF8;
}
.AnyTagClassName
{
color: #CE5AF8;
}
</style>
background-color css
<style>
a { background-color: #CE5AF8; }
a { background-color: rgb(206,90,248); }
div.DivClassName
{
background-color: #CE5AF8;
}
.BgClassName
{
background-color: #CE5AF8;
}
</style>
border-color css
<style>
span { border-color: #CE5AF8; }
span { border-color: rgb(206,90,248); }
td.TdClassName
{
border-color: #CE5AF8;
}
.TagClassName
{
border-color: #CE5AF8;
}
</style>