Shades of Heliotrope #CF77FF
Tints of Heliotrope #CF77FF
RGB
CMYK
RGB Variations
Color information
#CF77FF (or 0xCF77FF) is known color: Heliotrope. HEX triplet: CF, 77 and FF. RGB value is (207,119,255). Sum of RGB (Red+Green+Blue) = 207+119+255=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 119 (46.88% from 255 or 20.48% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF77FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF77FF is #308800. Grayscale: #A0A0A0. Windows color (decimal): -3180545 or 16742351. OLE color: 16742351.
HSL color Cylindrical-coordinate representation of color #CF77FF: hue angle of 278.82º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF77FF is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 119 | 255 | - |
| CMYK | 0.19 | 0.53 | 0 | 0 |
| HSL | 278.82º | 1% | 0.73% | - |
| HSV(B) | 278.82º | 0.53% | 1% | - |
| XYZ | 50.38 | 33.68 | 98.45 | - |
| YUV | 160.82 | 181.15 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 255 | 0.19 | 0.53 | 0 | 0 | 278.82 | 1 | 0.73 |
| Hex | CF | 77 | FF | 13 | 35 | 0 | 0 | 117 | 64 | 49 |
| Octal | 317 | 167 | 377 | 23 | 65 | 0 | 0 | 427 | 144 | 111 |
| Binary | 11001111 | 1110111 | 11111111 | 10011 | 110101 | 0 | 0 | 100010111 | 1100100 | 1001001 |
Color Harmonies of #CF77FF
Complementary color
Monochromatic Colors of #CF77FF
Black with #CF77FF
Text Example
Text Example
White with #CF77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77FF; }
p { color: rgb(207,119,255); }
H1.HeaderClassName
{
color: #CF77FF;
}
.AnyTagClassName
{
color: #CF77FF;
}
</style>
background-color css
<style>
a { background-color: #CF77FF; }
a { background-color: rgb(207,119,255); }
div.DivClassName
{
background-color: #CF77FF;
}
.BgClassName
{
background-color: #CF77FF;
}
</style>
border-color css
<style>
span { border-color: #CF77FF; }
span { border-color: rgb(207,119,255); }
td.TdClassName
{
border-color: #CF77FF;
}
.TagClassName
{
border-color: #CF77FF;
}
</style>