Shades of Heliotrope #CF76EF
Tints of Heliotrope #CF76EF
RGB
CMYK
RGB Variations
Color information
#CF76EF (or 0xCF76EF) is known color: Heliotrope. HEX triplet: CF, 76 and EF. RGB value is (207,118,239). Sum of RGB (Red+Green+Blue) = 207+118+239=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF76EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF76EF is #308910. Grayscale: #9E9E9E. Windows color (decimal): -3180817 or 15693519. OLE color: 15693519.
HSL color Cylindrical-coordinate representation of color #CF76EF: hue angle of 284.13º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF76EF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 118 | 239 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.06 |
| HSL | 284.13º | 0.79% | 0.7% | - |
| HSV(B) | 284.13º | 0.51% | 0.94% | - |
| XYZ | 47.79 | 32.45 | 85.41 | - |
| YUV | 158.41 | 173.49 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 239 | 0.13 | 0.51 | 0 | 0.06 | 284.13 | 0.79 | 0.7 |
| Hex | CF | 76 | EF | D | 33 | 0 | 6 | 11C | 4F | 46 |
| Octal | 317 | 166 | 357 | 15 | 63 | 0 | 6 | 434 | 117 | 106 |
| Binary | 11001111 | 1110110 | 11101111 | 1101 | 110011 | 0 | 110 | 100011100 | 1001111 | 1000110 |
Color Harmonies of #CF76EF
Complementary color
Monochromatic Colors of #CF76EF
Black with #CF76EF
Text Example
Text Example
White with #CF76EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76EF; }
p { color: rgb(207,118,239); }
H1.HeaderClassName
{
color: #CF76EF;
}
.AnyTagClassName
{
color: #CF76EF;
}
</style>
background-color css
<style>
a { background-color: #CF76EF; }
a { background-color: rgb(207,118,239); }
div.DivClassName
{
background-color: #CF76EF;
}
.BgClassName
{
background-color: #CF76EF;
}
</style>
border-color css
<style>
span { border-color: #CF76EF; }
span { border-color: rgb(207,118,239); }
td.TdClassName
{
border-color: #CF76EF;
}
.TagClassName
{
border-color: #CF76EF;
}
</style>