Shades of Heliotrope #CF77FE
Tints of Heliotrope #CF77FE
RGB
CMYK
RGB Variations
Color information
#CF77FE (or 0xCF77FE) is known color: Heliotrope. HEX triplet: CF, 77 and FE. RGB value is (207,119,254). Sum of RGB (Red+Green+Blue) = 207+119+254=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF77FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF77FE is #308801. Grayscale: #A0A0A0. Windows color (decimal): -3180546 or 16676815. OLE color: 16676815.
HSL color Cylindrical-coordinate representation of color #CF77FE: hue angle of 279.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF77FE is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 119 | 254 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.00 |
| HSL | 279.11º | 0.99% | 0.73% | - |
| HSV(B) | 279.11º | 0.53% | 1% | - |
| XYZ | 50.22 | 33.61 | 97.61 | - |
| YUV | 160.7 | 180.65 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 254 | 0.19 | 0.53 | 0 | 0.00 | 279.11 | 0.99 | 0.73 |
| Hex | CF | 77 | FE | 13 | 35 | 0 | 0 | 117 | 63 | 49 |
| Octal | 317 | 167 | 376 | 23 | 65 | 0 | 0 | 427 | 143 | 111 |
| Binary | 11001111 | 1110111 | 11111110 | 10011 | 110101 | 0 | 0 | 100010111 | 1100011 | 1001001 |
Color Harmonies of #CF77FE
Complementary color
Monochromatic Colors of #CF77FE
Black with #CF77FE
Text Example
Text Example
White with #CF77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77FE; }
p { color: rgb(207,119,254); }
H1.HeaderClassName
{
color: #CF77FE;
}
.AnyTagClassName
{
color: #CF77FE;
}
</style>
background-color css
<style>
a { background-color: #CF77FE; }
a { background-color: rgb(207,119,254); }
div.DivClassName
{
background-color: #CF77FE;
}
.BgClassName
{
background-color: #CF77FE;
}
</style>
border-color css
<style>
span { border-color: #CF77FE; }
span { border-color: rgb(207,119,254); }
td.TdClassName
{
border-color: #CF77FE;
}
.TagClassName
{
border-color: #CF77FE;
}
</style>