Shades of Heliotrope #CF4DFA
Tints of Heliotrope #CF4DFA
RGB
CMYK
RGB Variations
Color information
#CF4DFA (or 0xCF4DFA) is known color: Heliotrope. HEX triplet: CF, 4D and FA. RGB value is (207,77,250). Sum of RGB (Red+Green+Blue) = 207+77+250=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 77 (30.47% from 255 or 14.42% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF4DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4DFA is #30B205. Grayscale: #878787. Windows color (decimal): -3191302 or 16403919. OLE color: 16403919.
HSL color Cylindrical-coordinate representation of color #CF4DFA: hue angle of 285.09º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4DFA is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 77 | 250 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.02 |
| HSL | 285.09º | 0.95% | 0.64% | - |
| HSV(B) | 285.09º | 0.69% | 0.98% | - |
| XYZ | 45.64 | 25.48 | 92.95 | - |
| YUV | 135.59 | 192.57 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 250 | 0.17 | 0.69 | 0 | 0.02 | 285.09 | 0.95 | 0.64 |
| Hex | CF | 4D | FA | 11 | 45 | 0 | 2 | 11D | 5F | 40 |
| Octal | 317 | 115 | 372 | 21 | 105 | 0 | 2 | 435 | 137 | 100 |
| Binary | 11001111 | 1001101 | 11111010 | 10001 | 1000101 | 0 | 10 | 100011101 | 1011111 | 1000000 |
Color Harmonies of #CF4DFA
Complementary color
Monochromatic Colors of #CF4DFA
Black with #CF4DFA
Text Example
Text Example
White with #CF4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4DFA; }
p { color: rgb(207,77,250); }
H1.HeaderClassName
{
color: #CF4DFA;
}
.AnyTagClassName
{
color: #CF4DFA;
}
</style>
background-color css
<style>
a { background-color: #CF4DFA; }
a { background-color: rgb(207,77,250); }
div.DivClassName
{
background-color: #CF4DFA;
}
.BgClassName
{
background-color: #CF4DFA;
}
</style>
border-color css
<style>
span { border-color: #CF4DFA; }
span { border-color: rgb(207,77,250); }
td.TdClassName
{
border-color: #CF4DFA;
}
.TagClassName
{
border-color: #CF4DFA;
}
</style>