Shades of Heliotrope #CF77EF
Tints of Heliotrope #CF77EF
RGB
CMYK
RGB Variations
Color information
#CF77EF (or 0xCF77EF) is known color: Heliotrope. HEX triplet: CF, 77 and EF. RGB value is (207,119,239). Sum of RGB (Red+Green+Blue) = 207+119+239=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF77EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF77EF is #308810. Grayscale: #9E9E9E. Windows color (decimal): -3180561 or 15693775. OLE color: 15693775.
HSL color Cylindrical-coordinate representation of color #CF77EF: hue angle of 284º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF77EF is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 119 | 239 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.06 |
| HSL | 284º | 0.79% | 0.7% | - |
| HSV(B) | 284º | 0.5% | 0.94% | - |
| XYZ | 47.91 | 32.69 | 85.45 | - |
| YUV | 158.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 239 | 0.13 | 0.50 | 0 | 0.06 | 284 | 0.79 | 0.7 |
| Hex | CF | 77 | EF | D | 32 | 0 | 6 | 11C | 4F | 46 |
| Octal | 317 | 167 | 357 | 15 | 62 | 0 | 6 | 434 | 117 | 106 |
| Binary | 11001111 | 1110111 | 11101111 | 1101 | 110010 | 0 | 110 | 100011100 | 1001111 | 1000110 |
Color Harmonies of #CF77EF
Complementary color
Monochromatic Colors of #CF77EF
Black with #CF77EF
Text Example
Text Example
White with #CF77EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77EF; }
p { color: rgb(207,119,239); }
H1.HeaderClassName
{
color: #CF77EF;
}
.AnyTagClassName
{
color: #CF77EF;
}
</style>
background-color css
<style>
a { background-color: #CF77EF; }
a { background-color: rgb(207,119,239); }
div.DivClassName
{
background-color: #CF77EF;
}
.BgClassName
{
background-color: #CF77EF;
}
</style>
border-color css
<style>
span { border-color: #CF77EF; }
span { border-color: rgb(207,119,239); }
td.TdClassName
{
border-color: #CF77EF;
}
.TagClassName
{
border-color: #CF77EF;
}
</style>