Shades of Hopbush #C75FA6
Tints of Hopbush #C75FA6
RGB
CMYK
RGB Variations
Color information
#C75FA6 (or 0xC75FA6) is known color: Hopbush. HEX triplet: C7, 5F and A6. RGB value is (199,95,166). Sum of RGB (Red+Green+Blue) = 199+95+166=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C75FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75FA6 is #38A059. Grayscale: #868686. Windows color (decimal): -3711066 or 10903495. OLE color: 10903495.
HSL color Cylindrical-coordinate representation of color #C75FA6: hue angle of 319.04º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C75FA6 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 95 | 166 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.22 |
| HSL | 319.04º | 0.48% | 0.58% | - |
| HSV(B) | 319.04º | 0.52% | 0.78% | - |
| XYZ | 34.53 | 23.08 | 38.71 | - |
| YUV | 134.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 166 | 0 | 0.52 | 0.17 | 0.22 | 319.04 | 0.48 | 0.58 |
| Hex | C7 | 5F | A6 | 0 | 34 | 11 | 16 | 13F | 30 | 3A |
| Octal | 307 | 137 | 246 | 0 | 64 | 21 | 26 | 477 | 60 | 72 |
| Binary | 11000111 | 1011111 | 10100110 | 0 | 110100 | 10001 | 10110 | 100111111 | 110000 | 111010 |
Color Harmonies of #C75FA6
Complementary color
Monochromatic Colors of #C75FA6
Black with #C75FA6
Text Example
Text Example
White with #C75FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75FA6; }
p { color: rgb(199,95,166); }
H1.HeaderClassName
{
color: #C75FA6;
}
.AnyTagClassName
{
color: #C75FA6;
}
</style>
background-color css
<style>
a { background-color: #C75FA6; }
a { background-color: rgb(199,95,166); }
div.DivClassName
{
background-color: #C75FA6;
}
.BgClassName
{
background-color: #C75FA6;
}
</style>
border-color css
<style>
span { border-color: #C75FA6; }
span { border-color: rgb(199,95,166); }
td.TdClassName
{
border-color: #C75FA6;
}
.TagClassName
{
border-color: #C75FA6;
}
</style>