Shades of Heliotrope #CF77EE
Tints of Heliotrope #CF77EE
RGB
CMYK
RGB Variations
Color information
#CF77EE (or 0xCF77EE) is known color: Heliotrope. HEX triplet: CF, 77 and EE. RGB value is (207,119,238). Sum of RGB (Red+Green+Blue) = 207+119+238=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF77EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF77EE is #308811. Grayscale: #9E9E9E. Windows color (decimal): -3180562 or 15628239. OLE color: 15628239.
HSL color Cylindrical-coordinate representation of color #CF77EE: hue angle of 284.37º 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 #CF77EE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 119 | 238 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.07 |
| HSL | 284.37º | 0.78% | 0.7% | - |
| HSV(B) | 284.37º | 0.5% | 0.93% | - |
| XYZ | 47.76 | 32.63 | 84.67 | - |
| YUV | 158.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 238 | 0.13 | 0.50 | 0 | 0.07 | 284.37 | 0.78 | 0.7 |
| Hex | CF | 77 | EE | D | 32 | 0 | 7 | 11C | 4E | 46 |
| Octal | 317 | 167 | 356 | 15 | 62 | 0 | 7 | 434 | 116 | 106 |
| Binary | 11001111 | 1110111 | 11101110 | 1101 | 110010 | 0 | 111 | 100011100 | 1001110 | 1000110 |
Color Harmonies of #CF77EE
Complementary color
Monochromatic Colors of #CF77EE
Black with #CF77EE
Text Example
Text Example
White with #CF77EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77EE; }
p { color: rgb(207,119,238); }
H1.HeaderClassName
{
color: #CF77EE;
}
.AnyTagClassName
{
color: #CF77EE;
}
</style>
background-color css
<style>
a { background-color: #CF77EE; }
a { background-color: rgb(207,119,238); }
div.DivClassName
{
background-color: #CF77EE;
}
.BgClassName
{
background-color: #CF77EE;
}
</style>
border-color css
<style>
span { border-color: #CF77EE; }
span { border-color: rgb(207,119,238); }
td.TdClassName
{
border-color: #CF77EE;
}
.TagClassName
{
border-color: #CF77EE;
}
</style>