Shades of Heliotrope #CF77EA
Tints of Heliotrope #CF77EA
RGB
CMYK
RGB Variations
Color information
#CF77EA (or 0xCF77EA) is known color: Heliotrope. HEX triplet: CF, 77 and EA. RGB value is (207,119,234). Sum of RGB (Red+Green+Blue) = 207+119+234=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF77EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF77EA is #308815. Grayscale: #9E9E9E. Windows color (decimal): -3180566 or 15366095. OLE color: 15366095.
HSL color Cylindrical-coordinate representation of color #CF77EA: hue angle of 285.91º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF77EA is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 119 | 234 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.08 |
| HSL | 285.91º | 0.73% | 0.69% | - |
| HSV(B) | 285.91º | 0.49% | 0.92% | - |
| XYZ | 47.18 | 32.4 | 81.61 | - |
| YUV | 158.42 | 170.65 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 234 | 0.12 | 0.49 | 0 | 0.08 | 285.91 | 0.73 | 0.69 |
| Hex | CF | 77 | EA | C | 31 | 0 | 8 | 11E | 49 | 45 |
| Octal | 317 | 167 | 352 | 14 | 61 | 0 | 10 | 436 | 111 | 105 |
| Binary | 11001111 | 1110111 | 11101010 | 1100 | 110001 | 0 | 1000 | 100011110 | 1001001 | 1000101 |
Color Harmonies of #CF77EA
Complementary color
Monochromatic Colors of #CF77EA
Black with #CF77EA
Text Example
Text Example
White with #CF77EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77EA; }
p { color: rgb(207,119,234); }
H1.HeaderClassName
{
color: #CF77EA;
}
.AnyTagClassName
{
color: #CF77EA;
}
</style>
background-color css
<style>
a { background-color: #CF77EA; }
a { background-color: rgb(207,119,234); }
div.DivClassName
{
background-color: #CF77EA;
}
.BgClassName
{
background-color: #CF77EA;
}
</style>
border-color css
<style>
span { border-color: #CF77EA; }
span { border-color: rgb(207,119,234); }
td.TdClassName
{
border-color: #CF77EA;
}
.TagClassName
{
border-color: #CF77EA;
}
</style>