Shades of Heliotrope #C75AFF
Tints of Heliotrope #C75AFF
RGB
CMYK
RGB Variations
Color information
#C75AFF (or 0xC75AFF) is known color: Heliotrope. HEX triplet: C7, 5A and FF. RGB value is (199,90,255). Sum of RGB (Red+Green+Blue) = 199+90+255=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 90 (35.55% from 255 or 16.54% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #C75AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75AFF is #38A500. Grayscale: #8C8C8C. Windows color (decimal): -3712257 or 16734919. OLE color: 16734919.
HSL color Cylindrical-coordinate representation of color #C75AFF: hue angle of 279.64º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C75AFF is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 90 | 255 | - |
| CMYK | 0.22 | 0.65 | 0 | 0 |
| HSL | 279.64º | 1% | 0.68% | - |
| HSV(B) | 279.64º | 0.65% | 1% | - |
| XYZ | 45.26 | 26.67 | 97.37 | - |
| YUV | 141.4 | 192.11 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 255 | 0.22 | 0.65 | 0 | 0 | 279.64 | 1 | 0.68 |
| Hex | C7 | 5A | FF | 16 | 41 | 0 | 0 | 118 | 64 | 44 |
| Octal | 307 | 132 | 377 | 26 | 101 | 0 | 0 | 430 | 144 | 104 |
| Binary | 11000111 | 1011010 | 11111111 | 10110 | 1000001 | 0 | 0 | 100011000 | 1100100 | 1000100 |
Color Harmonies of #C75AFF
Complementary color
Monochromatic Colors of #C75AFF
Black with #C75AFF
Text Example
Text Example
White with #C75AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75AFF; }
p { color: rgb(199,90,255); }
H1.HeaderClassName
{
color: #C75AFF;
}
.AnyTagClassName
{
color: #C75AFF;
}
</style>
background-color css
<style>
a { background-color: #C75AFF; }
a { background-color: rgb(199,90,255); }
div.DivClassName
{
background-color: #C75AFF;
}
.BgClassName
{
background-color: #C75AFF;
}
</style>
border-color css
<style>
span { border-color: #C75AFF; }
span { border-color: rgb(199,90,255); }
td.TdClassName
{
border-color: #C75AFF;
}
.TagClassName
{
border-color: #C75AFF;
}
</style>