Shades of Heliotrope #CF77F2
Tints of Heliotrope #CF77F2
RGB
CMYK
RGB Variations
Color information
#CF77F2 (or 0xCF77F2) is known color: Heliotrope. HEX triplet: CF, 77 and F2. RGB value is (207,119,242). Sum of RGB (Red+Green+Blue) = 207+119+242=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF77F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF77F2 is #30880D. Grayscale: #9E9E9E. Windows color (decimal): -3180558 or 15890383. OLE color: 15890383.
HSL color Cylindrical-coordinate representation of color #CF77F2: hue angle of 282.93º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF77F2 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 119 | 242 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.05 |
| HSL | 282.93º | 0.83% | 0.71% | - |
| HSV(B) | 282.93º | 0.51% | 0.95% | - |
| XYZ | 48.36 | 32.87 | 87.8 | - |
| YUV | 159.33 | 174.65 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 242 | 0.14 | 0.51 | 0 | 0.05 | 282.93 | 0.83 | 0.71 |
| Hex | CF | 77 | F2 | E | 33 | 0 | 5 | 11B | 53 | 47 |
| Octal | 317 | 167 | 362 | 16 | 63 | 0 | 5 | 433 | 123 | 107 |
| Binary | 11001111 | 1110111 | 11110010 | 1110 | 110011 | 0 | 101 | 100011011 | 1010011 | 1000111 |
Color Harmonies of #CF77F2
Complementary color
Monochromatic Colors of #CF77F2
Black with #CF77F2
Text Example
Text Example
White with #CF77F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77F2; }
p { color: rgb(207,119,242); }
H1.HeaderClassName
{
color: #CF77F2;
}
.AnyTagClassName
{
color: #CF77F2;
}
</style>
background-color css
<style>
a { background-color: #CF77F2; }
a { background-color: rgb(207,119,242); }
div.DivClassName
{
background-color: #CF77F2;
}
.BgClassName
{
background-color: #CF77F2;
}
</style>
border-color css
<style>
span { border-color: #CF77F2; }
span { border-color: rgb(207,119,242); }
td.TdClassName
{
border-color: #CF77F2;
}
.TagClassName
{
border-color: #CF77F2;
}
</style>