Shades of Heliotrope #CF5CF7
Tints of Heliotrope #CF5CF7
RGB
CMYK
RGB Variations
Color information
#CF5CF7 (or 0xCF5CF7) is known color: Heliotrope. HEX triplet: CF, 5C and F7. RGB value is (207,92,247). Sum of RGB (Red+Green+Blue) = 207+92+247=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 92 (36.33% from 255 or 16.85% from 546); Blue value is 247 (96.88% from 255 or 45.24% from 546); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF5CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5CF7 is #30A308. Grayscale: #8F8F8F. Windows color (decimal): -3187465 or 16211151. OLE color: 16211151.
HSL color Cylindrical-coordinate representation of color #CF5CF7: hue angle of 284.52º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF5CF7 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 92 | 247 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.03 |
| HSL | 284.52º | 0.91% | 0.66% | - |
| HSV(B) | 284.52º | 0.63% | 0.97% | - |
| XYZ | 46.35 | 27.64 | 90.89 | - |
| YUV | 144.06 | 186.1 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 247 | 0.16 | 0.63 | 0 | 0.03 | 284.52 | 0.91 | 0.66 |
| Hex | CF | 5C | F7 | 10 | 3F | 0 | 3 | 11D | 5B | 42 |
| Octal | 317 | 134 | 367 | 20 | 77 | 0 | 3 | 435 | 133 | 102 |
| Binary | 11001111 | 1011100 | 11110111 | 10000 | 111111 | 0 | 11 | 100011101 | 1011011 | 1000010 |
Color Harmonies of #CF5CF7
Complementary color
Monochromatic Colors of #CF5CF7
Black with #CF5CF7
Text Example
Text Example
White with #CF5CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5CF7; }
p { color: rgb(207,92,247); }
H1.HeaderClassName
{
color: #CF5CF7;
}
.AnyTagClassName
{
color: #CF5CF7;
}
</style>
background-color css
<style>
a { background-color: #CF5CF7; }
a { background-color: rgb(207,92,247); }
div.DivClassName
{
background-color: #CF5CF7;
}
.BgClassName
{
background-color: #CF5CF7;
}
</style>
border-color css
<style>
span { border-color: #CF5CF7; }
span { border-color: rgb(207,92,247); }
td.TdClassName
{
border-color: #CF5CF7;
}
.TagClassName
{
border-color: #CF5CF7;
}
</style>