Shades of Heliotrope #C75FFA
Tints of Heliotrope #C75FFA
RGB
CMYK
RGB Variations
Color information
#C75FFA (or 0xC75FFA) is known color: Heliotrope. HEX triplet: C7, 5F and FA. RGB value is (199,95,250). Sum of RGB (Red+Green+Blue) = 199+95+250=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 95 (37.5% from 255 or 17.46% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #C75FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75FFA is #38A005. Grayscale: #8F8F8F. Windows color (decimal): -3710982 or 16408519. OLE color: 16408519.
HSL color Cylindrical-coordinate representation of color #C75FFA: hue angle of 280.26º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C75FFA is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 95 | 250 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.02 |
| HSL | 280.26º | 0.94% | 0.68% | - |
| HSV(B) | 280.26º | 0.62% | 0.98% | - |
| XYZ | 44.9 | 27.23 | 93.33 | - |
| YUV | 143.77 | 187.96 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 250 | 0.20 | 0.62 | 0 | 0.02 | 280.26 | 0.94 | 0.68 |
| Hex | C7 | 5F | FA | 14 | 3E | 0 | 2 | 118 | 5E | 44 |
| Octal | 307 | 137 | 372 | 24 | 76 | 0 | 2 | 430 | 136 | 104 |
| Binary | 11000111 | 1011111 | 11111010 | 10100 | 111110 | 0 | 10 | 100011000 | 1011110 | 1000100 |
Color Harmonies of #C75FFA
Complementary color
Monochromatic Colors of #C75FFA
Black with #C75FFA
Text Example
Text Example
White with #C75FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75FFA; }
p { color: rgb(199,95,250); }
H1.HeaderClassName
{
color: #C75FFA;
}
.AnyTagClassName
{
color: #C75FFA;
}
</style>
background-color css
<style>
a { background-color: #C75FFA; }
a { background-color: rgb(199,95,250); }
div.DivClassName
{
background-color: #C75FFA;
}
.BgClassName
{
background-color: #C75FFA;
}
</style>
border-color css
<style>
span { border-color: #C75FFA; }
span { border-color: rgb(199,95,250); }
td.TdClassName
{
border-color: #C75FFA;
}
.TagClassName
{
border-color: #C75FFA;
}
</style>