Shades of Heliotrope #CF76EE
Tints of Heliotrope #CF76EE
RGB
CMYK
RGB Variations
Color information
#CF76EE (or 0xCF76EE) is known color: Heliotrope. HEX triplet: CF, 76 and EE. RGB value is (207,118,238). Sum of RGB (Red+Green+Blue) = 207+118+238=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF76EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF76EE is #308911. Grayscale: #9D9D9D. Windows color (decimal): -3180818 or 15627983. OLE color: 15627983.
HSL color Cylindrical-coordinate representation of color #CF76EE: hue angle of 284.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF76EE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 118 | 238 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.07 |
| HSL | 284.5º | 0.78% | 0.7% | - |
| HSV(B) | 284.5º | 0.5% | 0.93% | - |
| XYZ | 47.64 | 32.4 | 84.63 | - |
| YUV | 158.29 | 172.99 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 238 | 0.13 | 0.50 | 0 | 0.07 | 284.5 | 0.78 | 0.7 |
| Hex | CF | 76 | EE | D | 32 | 0 | 7 | 11C | 4E | 46 |
| Octal | 317 | 166 | 356 | 15 | 62 | 0 | 7 | 434 | 116 | 106 |
| Binary | 11001111 | 1110110 | 11101110 | 1101 | 110010 | 0 | 111 | 100011100 | 1001110 | 1000110 |
Color Harmonies of #CF76EE
Complementary color
Monochromatic Colors of #CF76EE
Black with #CF76EE
Text Example
Text Example
White with #CF76EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76EE; }
p { color: rgb(207,118,238); }
H1.HeaderClassName
{
color: #CF76EE;
}
.AnyTagClassName
{
color: #CF76EE;
}
</style>
background-color css
<style>
a { background-color: #CF76EE; }
a { background-color: rgb(207,118,238); }
div.DivClassName
{
background-color: #CF76EE;
}
.BgClassName
{
background-color: #CF76EE;
}
</style>
border-color css
<style>
span { border-color: #CF76EE; }
span { border-color: rgb(207,118,238); }
td.TdClassName
{
border-color: #CF76EE;
}
.TagClassName
{
border-color: #CF76EE;
}
</style>