Shades of Heliotrope #CE80F0
Tints of Heliotrope #CE80F0
RGB
CMYK
RGB Variations
Color information
#CE80F0 (or 0xCE80F0) is known color: Heliotrope. HEX triplet: CE, 80 and F0. RGB value is (206,128,240). Sum of RGB (Red+Green+Blue) = 206+128+240=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE80F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE80F0 is #317F0F. Grayscale: #A3A3A3. Windows color (decimal): -3243792 or 15761614. OLE color: 15761614.
HSL color Cylindrical-coordinate representation of color #CE80F0: hue angle of 281.79º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE80F0 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 128 | 240 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.06 |
| HSL | 281.79º | 0.79% | 0.72% | - |
| HSV(B) | 281.79º | 0.47% | 0.94% | - |
| XYZ | 48.9 | 34.85 | 86.59 | - |
| YUV | 164.09 | 170.84 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 240 | 0.14 | 0.47 | 0 | 0.06 | 281.79 | 0.79 | 0.72 |
| Hex | CE | 80 | F0 | E | 2F | 0 | 6 | 11A | 4F | 48 |
| Octal | 316 | 200 | 360 | 16 | 57 | 0 | 6 | 432 | 117 | 110 |
| Binary | 11001110 | 10000000 | 11110000 | 1110 | 101111 | 0 | 110 | 100011010 | 1001111 | 1001000 |
Color Harmonies of #CE80F0
Complementary color
Monochromatic Colors of #CE80F0
Black with #CE80F0
Text Example
Text Example
White with #CE80F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80F0; }
p { color: rgb(206,128,240); }
H1.HeaderClassName
{
color: #CE80F0;
}
.AnyTagClassName
{
color: #CE80F0;
}
</style>
background-color css
<style>
a { background-color: #CE80F0; }
a { background-color: rgb(206,128,240); }
div.DivClassName
{
background-color: #CE80F0;
}
.BgClassName
{
background-color: #CE80F0;
}
</style>
border-color css
<style>
span { border-color: #CE80F0; }
span { border-color: rgb(206,128,240); }
td.TdClassName
{
border-color: #CE80F0;
}
.TagClassName
{
border-color: #CE80F0;
}
</style>