Shades of Heliotrope #CF5AFA
Tints of Heliotrope #CF5AFA
RGB
CMYK
RGB Variations
Color information
#CF5AFA (or 0xCF5AFA) is known color: Heliotrope. HEX triplet: CF, 5A and FA. RGB value is (207,90,250). Sum of RGB (Red+Green+Blue) = 207+90+250=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 90 (35.55% from 255 or 16.45% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF5AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5AFA is #30A505. Grayscale: #8E8E8E. Windows color (decimal): -3187974 or 16407247. OLE color: 16407247.
HSL color Cylindrical-coordinate representation of color #CF5AFA: hue angle of 283.88º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF5AFA is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 90 | 250 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.02 |
| HSL | 283.88º | 0.94% | 0.67% | - |
| HSV(B) | 283.88º | 0.64% | 0.98% | - |
| XYZ | 46.64 | 27.48 | 93.29 | - |
| YUV | 143.22 | 188.26 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 250 | 0.17 | 0.64 | 0 | 0.02 | 283.88 | 0.94 | 0.67 |
| Hex | CF | 5A | FA | 11 | 40 | 0 | 2 | 11C | 5E | 43 |
| Octal | 317 | 132 | 372 | 21 | 100 | 0 | 2 | 434 | 136 | 103 |
| Binary | 11001111 | 1011010 | 11111010 | 10001 | 1000000 | 0 | 10 | 100011100 | 1011110 | 1000011 |
Color Harmonies of #CF5AFA
Complementary color
Monochromatic Colors of #CF5AFA
Black with #CF5AFA
Text Example
Text Example
White with #CF5AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AFA; }
p { color: rgb(207,90,250); }
H1.HeaderClassName
{
color: #CF5AFA;
}
.AnyTagClassName
{
color: #CF5AFA;
}
</style>
background-color css
<style>
a { background-color: #CF5AFA; }
a { background-color: rgb(207,90,250); }
div.DivClassName
{
background-color: #CF5AFA;
}
.BgClassName
{
background-color: #CF5AFA;
}
</style>
border-color css
<style>
span { border-color: #CF5AFA; }
span { border-color: rgb(207,90,250); }
td.TdClassName
{
border-color: #CF5AFA;
}
.TagClassName
{
border-color: #CF5AFA;
}
</style>