Shades of Heliotrope #CF80EC
Tints of Heliotrope #CF80EC
RGB
CMYK
RGB Variations
Color information
#CF80EC (or 0xCF80EC) is known color: Heliotrope. HEX triplet: CF, 80 and EC. RGB value is (207,128,236). Sum of RGB (Red+Green+Blue) = 207+128+236=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF80EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF80EC is #307F13. Grayscale: #A3A3A3. Windows color (decimal): -3178260 or 15499471. OLE color: 15499471.
HSL color Cylindrical-coordinate representation of color #CF80EC: hue angle of 283.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF80EC is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 128 | 236 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.07 |
| HSL | 283.89º | 0.74% | 0.71% | - |
| HSV(B) | 283.89º | 0.46% | 0.93% | - |
| XYZ | 48.59 | 34.76 | 83.51 | - |
| YUV | 163.93 | 168.67 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 236 | 0.12 | 0.46 | 0 | 0.07 | 283.89 | 0.74 | 0.71 |
| Hex | CF | 80 | EC | C | 2E | 0 | 7 | 11C | 4A | 47 |
| Octal | 317 | 200 | 354 | 14 | 56 | 0 | 7 | 434 | 112 | 107 |
| Binary | 11001111 | 10000000 | 11101100 | 1100 | 101110 | 0 | 111 | 100011100 | 1001010 | 1000111 |
Color Harmonies of #CF80EC
Complementary color
Monochromatic Colors of #CF80EC
Black with #CF80EC
Text Example
Text Example
White with #CF80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF80EC; }
p { color: rgb(207,128,236); }
H1.HeaderClassName
{
color: #CF80EC;
}
.AnyTagClassName
{
color: #CF80EC;
}
</style>
background-color css
<style>
a { background-color: #CF80EC; }
a { background-color: rgb(207,128,236); }
div.DivClassName
{
background-color: #CF80EC;
}
.BgClassName
{
background-color: #CF80EC;
}
</style>
border-color css
<style>
span { border-color: #CF80EC; }
span { border-color: rgb(207,128,236); }
td.TdClassName
{
border-color: #CF80EC;
}
.TagClassName
{
border-color: #CF80EC;
}
</style>