Shades of Heliotrope #CE80F7
Tints of Heliotrope #CE80F7
RGB
CMYK
RGB Variations
Color information
#CE80F7 (or 0xCE80F7) is known color: Heliotrope. HEX triplet: CE, 80 and F7. RGB value is (206,128,247). Sum of RGB (Red+Green+Blue) = 206+128+247=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 247 (96.88% from 255 or 42.51% from 581); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE80F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE80F7 is #317F08. Grayscale: #A4A4A4. Windows color (decimal): -3243785 or 16220366. OLE color: 16220366.
HSL color Cylindrical-coordinate representation of color #CE80F7: hue angle of 279.33º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE80F7 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 128 | 247 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.03 |
| HSL | 279.33º | 0.88% | 0.74% | - |
| HSV(B) | 279.33º | 0.48% | 0.97% | - |
| XYZ | 49.96 | 35.28 | 92.17 | - |
| YUV | 164.89 | 174.34 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 247 | 0.17 | 0.48 | 0 | 0.03 | 279.33 | 0.88 | 0.74 |
| Hex | CE | 80 | F7 | 11 | 30 | 0 | 3 | 117 | 58 | 4A |
| Octal | 316 | 200 | 367 | 21 | 60 | 0 | 3 | 427 | 130 | 112 |
| Binary | 11001110 | 10000000 | 11110111 | 10001 | 110000 | 0 | 11 | 100010111 | 1011000 | 1001010 |
Color Harmonies of #CE80F7
Complementary color
Monochromatic Colors of #CE80F7
Black with #CE80F7
Text Example
Text Example
White with #CE80F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80F7; }
p { color: rgb(206,128,247); }
H1.HeaderClassName
{
color: #CE80F7;
}
.AnyTagClassName
{
color: #CE80F7;
}
</style>
background-color css
<style>
a { background-color: #CE80F7; }
a { background-color: rgb(206,128,247); }
div.DivClassName
{
background-color: #CE80F7;
}
.BgClassName
{
background-color: #CE80F7;
}
</style>
border-color css
<style>
span { border-color: #CE80F7; }
span { border-color: rgb(206,128,247); }
td.TdClassName
{
border-color: #CE80F7;
}
.TagClassName
{
border-color: #CE80F7;
}
</style>