Shades of Heliotrope #C75AF6
Tints of Heliotrope #C75AF6
RGB
CMYK
RGB Variations
Color information
#C75AF6 (or 0xC75AF6) is known color: Heliotrope. HEX triplet: C7, 5A and F6. RGB value is (199,90,246). Sum of RGB (Red+Green+Blue) = 199+90+246=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #C75AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75AF6 is #38A509. Grayscale: #8B8B8B. Windows color (decimal): -3712266 or 16145095. OLE color: 16145095.
HSL color Cylindrical-coordinate representation of color #C75AF6: hue angle of 281.92º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C75AF6 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 90 | 246 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.04 |
| HSL | 281.92º | 0.9% | 0.66% | - |
| HSV(B) | 281.92º | 0.63% | 0.96% | - |
| XYZ | 43.84 | 26.11 | 89.92 | - |
| YUV | 140.38 | 187.61 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 246 | 0.19 | 0.63 | 0 | 0.04 | 281.92 | 0.9 | 0.66 |
| Hex | C7 | 5A | F6 | 13 | 3F | 0 | 4 | 11A | 5A | 42 |
| Octal | 307 | 132 | 366 | 23 | 77 | 0 | 4 | 432 | 132 | 102 |
| Binary | 11000111 | 1011010 | 11110110 | 10011 | 111111 | 0 | 100 | 100011010 | 1011010 | 1000010 |
Color Harmonies of #C75AF6
Complementary color
Monochromatic Colors of #C75AF6
Black with #C75AF6
Text Example
Text Example
White with #C75AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75AF6; }
p { color: rgb(199,90,246); }
H1.HeaderClassName
{
color: #C75AF6;
}
.AnyTagClassName
{
color: #C75AF6;
}
</style>
background-color css
<style>
a { background-color: #C75AF6; }
a { background-color: rgb(199,90,246); }
div.DivClassName
{
background-color: #C75AF6;
}
.BgClassName
{
background-color: #C75AF6;
}
</style>
border-color css
<style>
span { border-color: #C75AF6; }
span { border-color: rgb(199,90,246); }
td.TdClassName
{
border-color: #C75AF6;
}
.TagClassName
{
border-color: #C75AF6;
}
</style>