Shades of Heliotrope #CE80F1
Tints of Heliotrope #CE80F1
RGB
CMYK
RGB Variations
Color information
#CE80F1 (or 0xCE80F1) is known color: Heliotrope. HEX triplet: CE, 80 and F1. RGB value is (206,128,241). Sum of RGB (Red+Green+Blue) = 206+128+241=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE80F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE80F1 is #317F0E. Grayscale: #A3A3A3. Windows color (decimal): -3243791 or 15827150. OLE color: 15827150.
HSL color Cylindrical-coordinate representation of color #CE80F1: hue angle of 281.42º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE80F1 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 128 | 241 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.05 |
| HSL | 281.42º | 0.8% | 0.72% | - |
| HSV(B) | 281.42º | 0.47% | 0.95% | - |
| XYZ | 49.05 | 34.91 | 87.37 | - |
| YUV | 164.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 241 | 0.15 | 0.47 | 0 | 0.05 | 281.42 | 0.8 | 0.72 |
| Hex | CE | 80 | F1 | F | 2F | 0 | 5 | 119 | 50 | 48 |
| Octal | 316 | 200 | 361 | 17 | 57 | 0 | 5 | 431 | 120 | 110 |
| Binary | 11001110 | 10000000 | 11110001 | 1111 | 101111 | 0 | 101 | 100011001 | 1010000 | 1001000 |
Color Harmonies of #CE80F1
Complementary color
Monochromatic Colors of #CE80F1
Black with #CE80F1
Text Example
Text Example
White with #CE80F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80F1; }
p { color: rgb(206,128,241); }
H1.HeaderClassName
{
color: #CE80F1;
}
.AnyTagClassName
{
color: #CE80F1;
}
</style>
background-color css
<style>
a { background-color: #CE80F1; }
a { background-color: rgb(206,128,241); }
div.DivClassName
{
background-color: #CE80F1;
}
.BgClassName
{
background-color: #CE80F1;
}
</style>
border-color css
<style>
span { border-color: #CE80F1; }
span { border-color: rgb(206,128,241); }
td.TdClassName
{
border-color: #CE80F1;
}
.TagClassName
{
border-color: #CE80F1;
}
</style>