Shades of Heliotrope #CF79FF
Tints of Heliotrope #CF79FF
RGB
CMYK
RGB Variations
Color information
#CF79FF (or 0xCF79FF) is known color: Heliotrope. HEX triplet: CF, 79 and FF. RGB value is (207,121,255). Sum of RGB (Red+Green+Blue) = 207+121+255=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 121 (47.66% from 255 or 20.75% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF79FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF79FF is #308600. Grayscale: #A1A1A1. Windows color (decimal): -3180033 or 16742863. OLE color: 16742863.
HSL color Cylindrical-coordinate representation of color #CF79FF: hue angle of 278.51º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF79FF is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 121 | 255 | - |
| CMYK | 0.19 | 0.53 | 0 | 0 |
| HSL | 278.51º | 1% | 0.74% | - |
| HSV(B) | 278.51º | 0.53% | 1% | - |
| XYZ | 50.62 | 34.16 | 98.53 | - |
| YUV | 161.99 | 180.49 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 255 | 0.19 | 0.53 | 0 | 0 | 278.51 | 1 | 0.74 |
| Hex | CF | 79 | FF | 13 | 35 | 0 | 0 | 117 | 64 | 4A |
| Octal | 317 | 171 | 377 | 23 | 65 | 0 | 0 | 427 | 144 | 112 |
| Binary | 11001111 | 1111001 | 11111111 | 10011 | 110101 | 0 | 0 | 100010111 | 1100100 | 1001010 |
Color Harmonies of #CF79FF
Complementary color
Monochromatic Colors of #CF79FF
Black with #CF79FF
Text Example
Text Example
White with #CF79FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF79FF; }
p { color: rgb(207,121,255); }
H1.HeaderClassName
{
color: #CF79FF;
}
.AnyTagClassName
{
color: #CF79FF;
}
</style>
background-color css
<style>
a { background-color: #CF79FF; }
a { background-color: rgb(207,121,255); }
div.DivClassName
{
background-color: #CF79FF;
}
.BgClassName
{
background-color: #CF79FF;
}
</style>
border-color css
<style>
span { border-color: #CF79FF; }
span { border-color: rgb(207,121,255); }
td.TdClassName
{
border-color: #CF79FF;
}
.TagClassName
{
border-color: #CF79FF;
}
</style>