Shades of Heliotrope #CE80F5
Tints of Heliotrope #CE80F5
RGB
CMYK
RGB Variations
Color information
#CE80F5 (or 0xCE80F5) is known color: Heliotrope. HEX triplet: CE, 80 and F5. RGB value is (206,128,245). Sum of RGB (Red+Green+Blue) = 206+128+245=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE80F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE80F5 is #317F0A. Grayscale: #A4A4A4. Windows color (decimal): -3243787 or 16089294. OLE color: 16089294.
HSL color Cylindrical-coordinate representation of color #CE80F5: hue angle of 280º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE80F5 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 128 | 245 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.04 |
| HSL | 280º | 0.85% | 0.73% | - |
| HSV(B) | 280º | 0.48% | 0.96% | - |
| XYZ | 49.65 | 35.15 | 90.55 | - |
| YUV | 164.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 245 | 0.16 | 0.48 | 0 | 0.04 | 280 | 0.85 | 0.73 |
| Hex | CE | 80 | F5 | 10 | 30 | 0 | 4 | 118 | 55 | 49 |
| Octal | 316 | 200 | 365 | 20 | 60 | 0 | 4 | 430 | 125 | 111 |
| Binary | 11001110 | 10000000 | 11110101 | 10000 | 110000 | 0 | 100 | 100011000 | 1010101 | 1001001 |
Color Harmonies of #CE80F5
Complementary color
Monochromatic Colors of #CE80F5
Black with #CE80F5
Text Example
Text Example
White with #CE80F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80F5; }
p { color: rgb(206,128,245); }
H1.HeaderClassName
{
color: #CE80F5;
}
.AnyTagClassName
{
color: #CE80F5;
}
</style>
background-color css
<style>
a { background-color: #CE80F5; }
a { background-color: rgb(206,128,245); }
div.DivClassName
{
background-color: #CE80F5;
}
.BgClassName
{
background-color: #CE80F5;
}
</style>
border-color css
<style>
span { border-color: #CE80F5; }
span { border-color: rgb(206,128,245); }
td.TdClassName
{
border-color: #CE80F5;
}
.TagClassName
{
border-color: #CE80F5;
}
</style>