Shades of Heliotrope #CF5DF7
Tints of Heliotrope #CF5DF7
RGB
CMYK
RGB Variations
Color information
#CF5DF7 (or 0xCF5DF7) is known color: Heliotrope. HEX triplet: CF, 5D and F7. RGB value is (207,93,247). Sum of RGB (Red+Green+Blue) = 207+93+247=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 93 (36.72% from 255 or 17.00% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF5DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5DF7 is #30A208. Grayscale: #909090. Windows color (decimal): -3187209 or 16211407. OLE color: 16211407.
HSL color Cylindrical-coordinate representation of color #CF5DF7: hue angle of 284.42º 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 #CF5DF7 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 93 | 247 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.03 |
| HSL | 284.42º | 0.91% | 0.67% | - |
| HSV(B) | 284.42º | 0.62% | 0.97% | - |
| XYZ | 46.43 | 27.81 | 90.92 | - |
| YUV | 144.64 | 185.77 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 247 | 0.16 | 0.62 | 0 | 0.03 | 284.42 | 0.91 | 0.67 |
| Hex | CF | 5D | F7 | 10 | 3E | 0 | 3 | 11C | 5B | 43 |
| Octal | 317 | 135 | 367 | 20 | 76 | 0 | 3 | 434 | 133 | 103 |
| Binary | 11001111 | 1011101 | 11110111 | 10000 | 111110 | 0 | 11 | 100011100 | 1011011 | 1000011 |
Color Harmonies of #CF5DF7
Complementary color
Monochromatic Colors of #CF5DF7
Black with #CF5DF7
Text Example
Text Example
White with #CF5DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5DF7; }
p { color: rgb(207,93,247); }
H1.HeaderClassName
{
color: #CF5DF7;
}
.AnyTagClassName
{
color: #CF5DF7;
}
</style>
background-color css
<style>
a { background-color: #CF5DF7; }
a { background-color: rgb(207,93,247); }
div.DivClassName
{
background-color: #CF5DF7;
}
.BgClassName
{
background-color: #CF5DF7;
}
</style>
border-color css
<style>
span { border-color: #CF5DF7; }
span { border-color: rgb(207,93,247); }
td.TdClassName
{
border-color: #CF5DF7;
}
.TagClassName
{
border-color: #CF5DF7;
}
</style>