Shades of Heliotrope #C75FFF
Tints of Heliotrope #C75FFF
RGB
CMYK
RGB Variations
Color information
#C75FFF (or 0xC75FFF) is known color: Heliotrope. HEX triplet: C7, 5F and FF. RGB value is (199,95,255). Sum of RGB (Red+Green+Blue) = 199+95+255=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 95 (37.5% from 255 or 17.30% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #C75FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75FFF is #38A000. Grayscale: #8F8F8F. Windows color (decimal): -3710977 or 16736199. OLE color: 16736199.
HSL color Cylindrical-coordinate representation of color #C75FFF: hue angle of 279º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C75FFF is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 95 | 255 | - |
| CMYK | 0.22 | 0.63 | 0 | 0 |
| HSL | 279º | 1% | 0.69% | - |
| HSV(B) | 279º | 0.63% | 1% | - |
| XYZ | 45.7 | 27.55 | 97.52 | - |
| YUV | 144.34 | 190.46 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 255 | 0.22 | 0.63 | 0 | 0 | 279 | 1 | 0.69 |
| Hex | C7 | 5F | FF | 16 | 3F | 0 | 0 | 117 | 64 | 45 |
| Octal | 307 | 137 | 377 | 26 | 77 | 0 | 0 | 427 | 144 | 105 |
| Binary | 11000111 | 1011111 | 11111111 | 10110 | 111111 | 0 | 0 | 100010111 | 1100100 | 1000101 |
Color Harmonies of #C75FFF
Complementary color
Monochromatic Colors of #C75FFF
Black with #C75FFF
Text Example
Text Example
White with #C75FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75FFF; }
p { color: rgb(199,95,255); }
H1.HeaderClassName
{
color: #C75FFF;
}
.AnyTagClassName
{
color: #C75FFF;
}
</style>
background-color css
<style>
a { background-color: #C75FFF; }
a { background-color: rgb(199,95,255); }
div.DivClassName
{
background-color: #C75FFF;
}
.BgClassName
{
background-color: #C75FFF;
}
</style>
border-color css
<style>
span { border-color: #C75FFF; }
span { border-color: rgb(199,95,255); }
td.TdClassName
{
border-color: #C75FFF;
}
.TagClassName
{
border-color: #C75FFF;
}
</style>