Shades of Heliotrope #C75EFF
Tints of Heliotrope #C75EFF
RGB
CMYK
RGB Variations
Color information
#C75EFF (or 0xC75EFF) is known color: Heliotrope. HEX triplet: C7, 5E and FF. RGB value is (199,94,255). Sum of RGB (Red+Green+Blue) = 199+94+255=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #C75EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75EFF is #38A100. Grayscale: #8F8F8F. Windows color (decimal): -3711233 or 16735943. OLE color: 16735943.
HSL color Cylindrical-coordinate representation of color #C75EFF: hue angle of 279.13º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C75EFF is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 94 | 255 | - |
| CMYK | 0.22 | 0.63 | 0 | 0 |
| HSL | 279.13º | 1% | 0.68% | - |
| HSV(B) | 279.13º | 0.63% | 1% | - |
| XYZ | 45.61 | 27.37 | 97.49 | - |
| YUV | 143.75 | 190.79 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 255 | 0.22 | 0.63 | 0 | 0 | 279.13 | 1 | 0.68 |
| Hex | C7 | 5E | FF | 16 | 3F | 0 | 0 | 117 | 64 | 44 |
| Octal | 307 | 136 | 377 | 26 | 77 | 0 | 0 | 427 | 144 | 104 |
| Binary | 11000111 | 1011110 | 11111111 | 10110 | 111111 | 0 | 0 | 100010111 | 1100100 | 1000100 |
Color Harmonies of #C75EFF
Complementary color
Monochromatic Colors of #C75EFF
Black with #C75EFF
Text Example
Text Example
White with #C75EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75EFF; }
p { color: rgb(199,94,255); }
H1.HeaderClassName
{
color: #C75EFF;
}
.AnyTagClassName
{
color: #C75EFF;
}
</style>
background-color css
<style>
a { background-color: #C75EFF; }
a { background-color: rgb(199,94,255); }
div.DivClassName
{
background-color: #C75EFF;
}
.BgClassName
{
background-color: #C75EFF;
}
</style>
border-color css
<style>
span { border-color: #C75EFF; }
span { border-color: rgb(199,94,255); }
td.TdClassName
{
border-color: #C75EFF;
}
.TagClassName
{
border-color: #C75EFF;
}
</style>