Shades of Heliotrope #CE81F3
Tints of Heliotrope #CE81F3
RGB
CMYK
RGB Variations
Color information
#CE81F3 (or 0xCE81F3) is known color: Heliotrope. HEX triplet: CE, 81 and F3. RGB value is (206,129,243). Sum of RGB (Red+Green+Blue) = 206+129+243=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 243 (95.31% from 255 or 42.04% from 578); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE81F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE81F3 is #317E0C. Grayscale: #A4A4A4. Windows color (decimal): -3243533 or 15958478. OLE color: 15958478.
HSL color Cylindrical-coordinate representation of color #CE81F3: hue angle of 280.53º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE81F3 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 129 | 243 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.05 |
| HSL | 280.53º | 0.83% | 0.73% | - |
| HSV(B) | 280.53º | 0.47% | 0.95% | - |
| XYZ | 49.48 | 35.29 | 89 | - |
| YUV | 165.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 243 | 0.15 | 0.47 | 0 | 0.05 | 280.53 | 0.83 | 0.73 |
| Hex | CE | 81 | F3 | F | 2F | 0 | 5 | 119 | 53 | 49 |
| Octal | 316 | 201 | 363 | 17 | 57 | 0 | 5 | 431 | 123 | 111 |
| Binary | 11001110 | 10000001 | 11110011 | 1111 | 101111 | 0 | 101 | 100011001 | 1010011 | 1001001 |
Color Harmonies of #CE81F3
Complementary color
Monochromatic Colors of #CE81F3
Black with #CE81F3
Text Example
Text Example
White with #CE81F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81F3; }
p { color: rgb(206,129,243); }
H1.HeaderClassName
{
color: #CE81F3;
}
.AnyTagClassName
{
color: #CE81F3;
}
</style>
background-color css
<style>
a { background-color: #CE81F3; }
a { background-color: rgb(206,129,243); }
div.DivClassName
{
background-color: #CE81F3;
}
.BgClassName
{
background-color: #CE81F3;
}
</style>
border-color css
<style>
span { border-color: #CE81F3; }
span { border-color: rgb(206,129,243); }
td.TdClassName
{
border-color: #CE81F3;
}
.TagClassName
{
border-color: #CE81F3;
}
</style>