Shades of Heliotrope #C75BFA
Tints of Heliotrope #C75BFA
RGB
CMYK
RGB Variations
Color information
#C75BFA (or 0xC75BFA) is known color: Heliotrope. HEX triplet: C7, 5B and FA. RGB value is (199,91,250). Sum of RGB (Red+Green+Blue) = 199+91+250=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 91 (35.94% from 255 or 16.85% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #C75BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75BFA is #38A405. Grayscale: #8C8C8C. Windows color (decimal): -3712006 or 16407495. OLE color: 16407495.
HSL color Cylindrical-coordinate representation of color #C75BFA: hue angle of 280.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C75BFA is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 91 | 250 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.02 |
| HSL | 280.75º | 0.94% | 0.67% | - |
| HSV(B) | 280.75º | 0.64% | 0.98% | - |
| XYZ | 44.55 | 26.53 | 93.21 | - |
| YUV | 141.42 | 189.28 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 250 | 0.20 | 0.64 | 0 | 0.02 | 280.75 | 0.94 | 0.67 |
| Hex | C7 | 5B | FA | 14 | 40 | 0 | 2 | 119 | 5E | 43 |
| Octal | 307 | 133 | 372 | 24 | 100 | 0 | 2 | 431 | 136 | 103 |
| Binary | 11000111 | 1011011 | 11111010 | 10100 | 1000000 | 0 | 10 | 100011001 | 1011110 | 1000011 |
Color Harmonies of #C75BFA
Complementary color
Monochromatic Colors of #C75BFA
Black with #C75BFA
Text Example
Text Example
White with #C75BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75BFA; }
p { color: rgb(199,91,250); }
H1.HeaderClassName
{
color: #C75BFA;
}
.AnyTagClassName
{
color: #C75BFA;
}
</style>
background-color css
<style>
a { background-color: #C75BFA; }
a { background-color: rgb(199,91,250); }
div.DivClassName
{
background-color: #C75BFA;
}
.BgClassName
{
background-color: #C75BFA;
}
</style>
border-color css
<style>
span { border-color: #C75BFA; }
span { border-color: rgb(199,91,250); }
td.TdClassName
{
border-color: #C75BFA;
}
.TagClassName
{
border-color: #C75BFA;
}
</style>