Shades of Heliotrope #CE8AF5
Tints of Heliotrope #CE8AF5
RGB
CMYK
RGB Variations
Color information
#CE8AF5 (or 0xCE8AF5) is known color: Heliotrope. HEX triplet: CE, 8A and F5. RGB value is (206,138,245). Sum of RGB (Red+Green+Blue) = 206+138+245=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE8AF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8AF5 is #31750A. Grayscale: #AAAAAA. Windows color (decimal): -3241227 or 16091854. OLE color: 16091854.
HSL color Cylindrical-coordinate representation of color #CE8AF5: hue angle of 278.13º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE8AF5 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 138 | 245 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.04 |
| HSL | 278.13º | 0.84% | 0.75% | - |
| HSV(B) | 278.13º | 0.44% | 0.96% | - |
| XYZ | 51.02 | 37.89 | 91.01 | - |
| YUV | 170.53 | 170.03 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 245 | 0.16 | 0.44 | 0 | 0.04 | 278.13 | 0.84 | 0.75 |
| Hex | CE | 8A | F5 | 10 | 2C | 0 | 4 | 116 | 54 | 4B |
| Octal | 316 | 212 | 365 | 20 | 54 | 0 | 4 | 426 | 124 | 113 |
| Binary | 11001110 | 10001010 | 11110101 | 10000 | 101100 | 0 | 100 | 100010110 | 1010100 | 1001011 |
Color Harmonies of #CE8AF5
Complementary color
Monochromatic Colors of #CE8AF5
Black with #CE8AF5
Text Example
Text Example
White with #CE8AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8AF5; }
p { color: rgb(206,138,245); }
H1.HeaderClassName
{
color: #CE8AF5;
}
.AnyTagClassName
{
color: #CE8AF5;
}
</style>
background-color css
<style>
a { background-color: #CE8AF5; }
a { background-color: rgb(206,138,245); }
div.DivClassName
{
background-color: #CE8AF5;
}
.BgClassName
{
background-color: #CE8AF5;
}
</style>
border-color css
<style>
span { border-color: #CE8AF5; }
span { border-color: rgb(206,138,245); }
td.TdClassName
{
border-color: #CE8AF5;
}
.TagClassName
{
border-color: #CE8AF5;
}
</style>