Shades of Heliotrope #C75BFF
Tints of Heliotrope #C75BFF
RGB
CMYK
RGB Variations
Color information
#C75BFF (or 0xC75BFF) is known color: Heliotrope. HEX triplet: C7, 5B and FF. RGB value is (199,91,255). Sum of RGB (Red+Green+Blue) = 199+91+255=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 91 (35.94% from 255 or 16.70% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #C75BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75BFF is #38A400. Grayscale: #8D8D8D. Windows color (decimal): -3712001 or 16735175. OLE color: 16735175.
HSL color Cylindrical-coordinate representation of color #C75BFF: hue angle of 279.51º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C75BFF is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 91 | 255 | - |
| CMYK | 0.22 | 0.64 | 0 | 0 |
| HSL | 279.51º | 1% | 0.68% | - |
| HSV(B) | 279.51º | 0.64% | 1% | - |
| XYZ | 45.34 | 26.84 | 97.4 | - |
| YUV | 141.99 | 191.78 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 255 | 0.22 | 0.64 | 0 | 0 | 279.51 | 1 | 0.68 |
| Hex | C7 | 5B | FF | 16 | 40 | 0 | 0 | 118 | 64 | 44 |
| Octal | 307 | 133 | 377 | 26 | 100 | 0 | 0 | 430 | 144 | 104 |
| Binary | 11000111 | 1011011 | 11111111 | 10110 | 1000000 | 0 | 0 | 100011000 | 1100100 | 1000100 |
Color Harmonies of #C75BFF
Complementary color
Monochromatic Colors of #C75BFF
Black with #C75BFF
Text Example
Text Example
White with #C75BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75BFF; }
p { color: rgb(199,91,255); }
H1.HeaderClassName
{
color: #C75BFF;
}
.AnyTagClassName
{
color: #C75BFF;
}
</style>
background-color css
<style>
a { background-color: #C75BFF; }
a { background-color: rgb(199,91,255); }
div.DivClassName
{
background-color: #C75BFF;
}
.BgClassName
{
background-color: #C75BFF;
}
</style>
border-color css
<style>
span { border-color: #C75BFF; }
span { border-color: rgb(199,91,255); }
td.TdClassName
{
border-color: #C75BFF;
}
.TagClassName
{
border-color: #C75BFF;
}
</style>