Shades of Heliotrope #CF7CFA
Tints of Heliotrope #CF7CFA
RGB
CMYK
RGB Variations
Color information
#CF7CFA (or 0xCF7CFA) is known color: Heliotrope. HEX triplet: CF, 7C and FA. RGB value is (207,124,250). Sum of RGB (Red+Green+Blue) = 207+124+250=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF7CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7CFA is #308305. Grayscale: #A2A2A2. Windows color (decimal): -3179270 or 16415951. OLE color: 16415951.
HSL color Cylindrical-coordinate representation of color #CF7CFA: hue angle of 279.52º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF7CFA is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 124 | 250 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.02 |
| HSL | 279.52º | 0.93% | 0.73% | - |
| HSV(B) | 279.52º | 0.5% | 0.98% | - |
| XYZ | 50.2 | 34.58 | 94.47 | - |
| YUV | 163.18 | 177 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 250 | 0.17 | 0.50 | 0 | 0.02 | 279.52 | 0.93 | 0.73 |
| Hex | CF | 7C | FA | 11 | 32 | 0 | 2 | 118 | 5D | 49 |
| Octal | 317 | 174 | 372 | 21 | 62 | 0 | 2 | 430 | 135 | 111 |
| Binary | 11001111 | 1111100 | 11111010 | 10001 | 110010 | 0 | 10 | 100011000 | 1011101 | 1001001 |
Color Harmonies of #CF7CFA
Complementary color
Monochromatic Colors of #CF7CFA
Black with #CF7CFA
Text Example
Text Example
White with #CF7CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7CFA; }
p { color: rgb(207,124,250); }
H1.HeaderClassName
{
color: #CF7CFA;
}
.AnyTagClassName
{
color: #CF7CFA;
}
</style>
background-color css
<style>
a { background-color: #CF7CFA; }
a { background-color: rgb(207,124,250); }
div.DivClassName
{
background-color: #CF7CFA;
}
.BgClassName
{
background-color: #CF7CFA;
}
</style>
border-color css
<style>
span { border-color: #CF7CFA; }
span { border-color: rgb(207,124,250); }
td.TdClassName
{
border-color: #CF7CFA;
}
.TagClassName
{
border-color: #CF7CFA;
}
</style>