Shades of Heliotrope #CF5EF7
Tints of Heliotrope #CF5EF7
RGB
CMYK
RGB Variations
Color information
#CF5EF7 (or 0xCF5EF7) is known color: Heliotrope. HEX triplet: CF, 5E and F7. RGB value is (207,94,247). Sum of RGB (Red+Green+Blue) = 207+94+247=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 247 (96.88% from 255 or 45.07% from 548); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF5EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5EF7 is #30A108. Grayscale: #909090. Windows color (decimal): -3186953 or 16211663. OLE color: 16211663.
HSL color Cylindrical-coordinate representation of color #CF5EF7: hue angle of 284.31º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF5EF7 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 94 | 247 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.03 |
| HSL | 284.31º | 0.91% | 0.67% | - |
| HSV(B) | 284.31º | 0.62% | 0.97% | - |
| XYZ | 46.52 | 27.99 | 90.95 | - |
| YUV | 145.23 | 185.44 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 247 | 0.16 | 0.62 | 0 | 0.03 | 284.31 | 0.91 | 0.67 |
| Hex | CF | 5E | F7 | 10 | 3E | 0 | 3 | 11C | 5B | 43 |
| Octal | 317 | 136 | 367 | 20 | 76 | 0 | 3 | 434 | 133 | 103 |
| Binary | 11001111 | 1011110 | 11110111 | 10000 | 111110 | 0 | 11 | 100011100 | 1011011 | 1000011 |
Color Harmonies of #CF5EF7
Complementary color
Monochromatic Colors of #CF5EF7
Black with #CF5EF7
Text Example
Text Example
White with #CF5EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5EF7; }
p { color: rgb(207,94,247); }
H1.HeaderClassName
{
color: #CF5EF7;
}
.AnyTagClassName
{
color: #CF5EF7;
}
</style>
background-color css
<style>
a { background-color: #CF5EF7; }
a { background-color: rgb(207,94,247); }
div.DivClassName
{
background-color: #CF5EF7;
}
.BgClassName
{
background-color: #CF5EF7;
}
</style>
border-color css
<style>
span { border-color: #CF5EF7; }
span { border-color: rgb(207,94,247); }
td.TdClassName
{
border-color: #CF5EF7;
}
.TagClassName
{
border-color: #CF5EF7;
}
</style>