Shades of Heliotrope #CF7AF5
Tints of Heliotrope #CF7AF5
RGB
CMYK
RGB Variations
Color information
#CF7AF5 (or 0xCF7AF5) is known color: Heliotrope. HEX triplet: CF, 7A and F5. RGB value is (207,122,245). Sum of RGB (Red+Green+Blue) = 207+122+245=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF7AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7AF5 is #30850A. Grayscale: #A1A1A1. Windows color (decimal): -3179787 or 16087759. OLE color: 16087759.
HSL color Cylindrical-coordinate representation of color #CF7AF5: hue angle of 281.46º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF7AF5 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 122 | 245 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.04 |
| HSL | 281.46º | 0.86% | 0.72% | - |
| HSV(B) | 281.46º | 0.5% | 0.96% | - |
| XYZ | 49.17 | 33.78 | 90.31 | - |
| YUV | 161.44 | 175.16 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 245 | 0.16 | 0.50 | 0 | 0.04 | 281.46 | 0.86 | 0.72 |
| Hex | CF | 7A | F5 | 10 | 32 | 0 | 4 | 119 | 56 | 48 |
| Octal | 317 | 172 | 365 | 20 | 62 | 0 | 4 | 431 | 126 | 110 |
| Binary | 11001111 | 1111010 | 11110101 | 10000 | 110010 | 0 | 100 | 100011001 | 1010110 | 1001000 |
Color Harmonies of #CF7AF5
Complementary color
Monochromatic Colors of #CF7AF5
Black with #CF7AF5
Text Example
Text Example
White with #CF7AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7AF5; }
p { color: rgb(207,122,245); }
H1.HeaderClassName
{
color: #CF7AF5;
}
.AnyTagClassName
{
color: #CF7AF5;
}
</style>
background-color css
<style>
a { background-color: #CF7AF5; }
a { background-color: rgb(207,122,245); }
div.DivClassName
{
background-color: #CF7AF5;
}
.BgClassName
{
background-color: #CF7AF5;
}
</style>
border-color css
<style>
span { border-color: #CF7AF5; }
span { border-color: rgb(207,122,245); }
td.TdClassName
{
border-color: #CF7AF5;
}
.TagClassName
{
border-color: #CF7AF5;
}
</style>