Shades of Heliotrope #CF76EA
Tints of Heliotrope #CF76EA
RGB
CMYK
RGB Variations
Color information
#CF76EA (or 0xCF76EA) is known color: Heliotrope. HEX triplet: CF, 76 and EA. RGB value is (207,118,234). Sum of RGB (Red+Green+Blue) = 207+118+234=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF76EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF76EA is #308915. Grayscale: #9D9D9D. Windows color (decimal): -3180822 or 15365839. OLE color: 15365839.
HSL color Cylindrical-coordinate representation of color #CF76EA: hue angle of 286.03º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF76EA is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 118 | 234 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.08 |
| HSL | 286.03º | 0.73% | 0.69% | - |
| HSV(B) | 286.03º | 0.5% | 0.92% | - |
| XYZ | 47.06 | 32.16 | 81.57 | - |
| YUV | 157.84 | 170.99 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 234 | 0.12 | 0.50 | 0 | 0.08 | 286.03 | 0.73 | 0.69 |
| Hex | CF | 76 | EA | C | 32 | 0 | 8 | 11E | 49 | 45 |
| Octal | 317 | 166 | 352 | 14 | 62 | 0 | 10 | 436 | 111 | 105 |
| Binary | 11001111 | 1110110 | 11101010 | 1100 | 110010 | 0 | 1000 | 100011110 | 1001001 | 1000101 |
Color Harmonies of #CF76EA
Complementary color
Monochromatic Colors of #CF76EA
Black with #CF76EA
Text Example
Text Example
White with #CF76EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76EA; }
p { color: rgb(207,118,234); }
H1.HeaderClassName
{
color: #CF76EA;
}
.AnyTagClassName
{
color: #CF76EA;
}
</style>
background-color css
<style>
a { background-color: #CF76EA; }
a { background-color: rgb(207,118,234); }
div.DivClassName
{
background-color: #CF76EA;
}
.BgClassName
{
background-color: #CF76EA;
}
</style>
border-color css
<style>
span { border-color: #CF76EA; }
span { border-color: rgb(207,118,234); }
td.TdClassName
{
border-color: #CF76EA;
}
.TagClassName
{
border-color: #CF76EA;
}
</style>