Shades of Heliotrope #C75CF7
Tints of Heliotrope #C75CF7
RGB
CMYK
RGB Variations
Color information
#C75CF7 (or 0xC75CF7) is known color: Heliotrope. HEX triplet: C7, 5C and F7. RGB value is (199,92,247). Sum of RGB (Red+Green+Blue) = 199+92+247=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 92 (36.33% from 255 or 17.10% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #C75CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75CF7 is #38A308. Grayscale: #8D8D8D. Windows color (decimal): -3711753 or 16211143. OLE color: 16211143.
HSL color Cylindrical-coordinate representation of color #C75CF7: hue angle of 281.42º 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 #C75CF7 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 92 | 247 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.03 |
| HSL | 281.42º | 0.91% | 0.66% | - |
| HSV(B) | 281.42º | 0.63% | 0.97% | - |
| XYZ | 44.17 | 26.51 | 90.79 | - |
| YUV | 141.66 | 187.45 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 247 | 0.19 | 0.63 | 0 | 0.03 | 281.42 | 0.91 | 0.66 |
| Hex | C7 | 5C | F7 | 13 | 3F | 0 | 3 | 119 | 5B | 42 |
| Octal | 307 | 134 | 367 | 23 | 77 | 0 | 3 | 431 | 133 | 102 |
| Binary | 11000111 | 1011100 | 11110111 | 10011 | 111111 | 0 | 11 | 100011001 | 1011011 | 1000010 |
Color Harmonies of #C75CF7
Complementary color
Monochromatic Colors of #C75CF7
Black with #C75CF7
Text Example
Text Example
White with #C75CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75CF7; }
p { color: rgb(199,92,247); }
H1.HeaderClassName
{
color: #C75CF7;
}
.AnyTagClassName
{
color: #C75CF7;
}
</style>
background-color css
<style>
a { background-color: #C75CF7; }
a { background-color: rgb(199,92,247); }
div.DivClassName
{
background-color: #C75CF7;
}
.BgClassName
{
background-color: #C75CF7;
}
</style>
border-color css
<style>
span { border-color: #C75CF7; }
span { border-color: rgb(199,92,247); }
td.TdClassName
{
border-color: #C75CF7;
}
.TagClassName
{
border-color: #C75CF7;
}
</style>