Shades of Heliotrope #C75AFC
Tints of Heliotrope #C75AFC
RGB
CMYK
RGB Variations
Color information
#C75AFC (or 0xC75AFC) is known color: Heliotrope. HEX triplet: C7, 5A and FC. RGB value is (199,90,252). Sum of RGB (Red+Green+Blue) = 199+90+252=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #C75AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75AFC is #38A503. Grayscale: #8C8C8C. Windows color (decimal): -3712260 or 16538311. OLE color: 16538311.
HSL color Cylindrical-coordinate representation of color #C75AFC: hue angle of 280.37º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C75AFC is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 90 | 252 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.01 |
| HSL | 280.37º | 0.96% | 0.67% | - |
| HSV(B) | 280.37º | 0.64% | 0.99% | - |
| XYZ | 44.78 | 26.48 | 94.85 | - |
| YUV | 141.06 | 190.61 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 252 | 0.21 | 0.64 | 0 | 0.01 | 280.37 | 0.96 | 0.67 |
| Hex | C7 | 5A | FC | 15 | 40 | 0 | 1 | 118 | 60 | 43 |
| Octal | 307 | 132 | 374 | 25 | 100 | 0 | 1 | 430 | 140 | 103 |
| Binary | 11000111 | 1011010 | 11111100 | 10101 | 1000000 | 0 | 1 | 100011000 | 1100000 | 1000011 |
Color Harmonies of #C75AFC
Complementary color
Monochromatic Colors of #C75AFC
Black with #C75AFC
Text Example
Text Example
White with #C75AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75AFC; }
p { color: rgb(199,90,252); }
H1.HeaderClassName
{
color: #C75AFC;
}
.AnyTagClassName
{
color: #C75AFC;
}
</style>
background-color css
<style>
a { background-color: #C75AFC; }
a { background-color: rgb(199,90,252); }
div.DivClassName
{
background-color: #C75AFC;
}
.BgClassName
{
background-color: #C75AFC;
}
</style>
border-color css
<style>
span { border-color: #C75AFC; }
span { border-color: rgb(199,90,252); }
td.TdClassName
{
border-color: #C75AFC;
}
.TagClassName
{
border-color: #C75AFC;
}
</style>