Shades of Heliotrope #CF7AFB
Tints of Heliotrope #CF7AFB
RGB
CMYK
RGB Variations
Color information
#CF7AFB (or 0xCF7AFB) is known color: Heliotrope. HEX triplet: CF, 7A and FB. RGB value is (207,122,251). Sum of RGB (Red+Green+Blue) = 207+122+251=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF7AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7AFB is #308504. Grayscale: #A1A1A1. Windows color (decimal): -3179781 or 16480975. OLE color: 16480975.
HSL color Cylindrical-coordinate representation of color #CF7AFB: hue angle of 279.53º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF7AFB is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 122 | 251 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.02 |
| HSL | 279.53º | 0.94% | 0.73% | - |
| HSV(B) | 279.53º | 0.51% | 0.98% | - |
| XYZ | 50.1 | 34.15 | 95.22 | - |
| YUV | 162.12 | 178.16 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 251 | 0.18 | 0.51 | 0 | 0.02 | 279.53 | 0.94 | 0.73 |
| Hex | CF | 7A | FB | 12 | 33 | 0 | 2 | 118 | 5E | 49 |
| Octal | 317 | 172 | 373 | 22 | 63 | 0 | 2 | 430 | 136 | 111 |
| Binary | 11001111 | 1111010 | 11111011 | 10010 | 110011 | 0 | 10 | 100011000 | 1011110 | 1001001 |
Color Harmonies of #CF7AFB
Complementary color
Monochromatic Colors of #CF7AFB
Black with #CF7AFB
Text Example
Text Example
White with #CF7AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7AFB; }
p { color: rgb(207,122,251); }
H1.HeaderClassName
{
color: #CF7AFB;
}
.AnyTagClassName
{
color: #CF7AFB;
}
</style>
background-color css
<style>
a { background-color: #CF7AFB; }
a { background-color: rgb(207,122,251); }
div.DivClassName
{
background-color: #CF7AFB;
}
.BgClassName
{
background-color: #CF7AFB;
}
</style>
border-color css
<style>
span { border-color: #CF7AFB; }
span { border-color: rgb(207,122,251); }
td.TdClassName
{
border-color: #CF7AFB;
}
.TagClassName
{
border-color: #CF7AFB;
}
</style>