Shades of Heliotrope #CE81F5
Tints of Heliotrope #CE81F5
RGB
CMYK
RGB Variations
Color information
#CE81F5 (or 0xCE81F5) is known color: Heliotrope. HEX triplet: CE, 81 and F5. RGB value is (206,129,245). Sum of RGB (Red+Green+Blue) = 206+129+245=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE81F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE81F5 is #317E0A. Grayscale: #A4A4A4. Windows color (decimal): -3243531 or 16089550. OLE color: 16089550.
HSL color Cylindrical-coordinate representation of color #CE81F5: hue angle of 279.83º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE81F5 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 129 | 245 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.04 |
| HSL | 279.83º | 0.85% | 0.73% | - |
| HSV(B) | 279.83º | 0.47% | 0.96% | - |
| XYZ | 49.79 | 35.41 | 90.6 | - |
| YUV | 165.25 | 173.01 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 245 | 0.16 | 0.47 | 0 | 0.04 | 279.83 | 0.85 | 0.73 |
| Hex | CE | 81 | F5 | 10 | 2F | 0 | 4 | 118 | 55 | 49 |
| Octal | 316 | 201 | 365 | 20 | 57 | 0 | 4 | 430 | 125 | 111 |
| Binary | 11001110 | 10000001 | 11110101 | 10000 | 101111 | 0 | 100 | 100011000 | 1010101 | 1001001 |
Color Harmonies of #CE81F5
Complementary color
Monochromatic Colors of #CE81F5
Black with #CE81F5
Text Example
Text Example
White with #CE81F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81F5; }
p { color: rgb(206,129,245); }
H1.HeaderClassName
{
color: #CE81F5;
}
.AnyTagClassName
{
color: #CE81F5;
}
</style>
background-color css
<style>
a { background-color: #CE81F5; }
a { background-color: rgb(206,129,245); }
div.DivClassName
{
background-color: #CE81F5;
}
.BgClassName
{
background-color: #CE81F5;
}
</style>
border-color css
<style>
span { border-color: #CE81F5; }
span { border-color: rgb(206,129,245); }
td.TdClassName
{
border-color: #CE81F5;
}
.TagClassName
{
border-color: #CE81F5;
}
</style>