Shades of Hopbush #C95EA8
Tints of Hopbush #C95EA8
RGB
CMYK
RGB Variations
Color information
#C95EA8 (or 0xC95EA8) is known color: Hopbush. HEX triplet: C9, 5E and A8. RGB value is (201,94,168). Sum of RGB (Red+Green+Blue) = 201+94+168=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95EA8 is #36A157. Grayscale: #868686. Windows color (decimal): -3580248 or 11034313. OLE color: 11034313.
HSL color Cylindrical-coordinate representation of color #C95EA8: hue angle of 318.5º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95EA8 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 168 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.21 |
| HSL | 318.5º | 0.5% | 0.58% | - |
| HSV(B) | 318.5º | 0.53% | 0.79% | - |
| XYZ | 35.16 | 23.25 | 39.68 | - |
| YUV | 134.43 | 146.95 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 168 | 0 | 0.53 | 0.16 | 0.21 | 318.5 | 0.5 | 0.58 |
| Hex | C9 | 5E | A8 | 0 | 35 | 10 | 15 | 13F | 32 | 3A |
| Octal | 311 | 136 | 250 | 0 | 65 | 20 | 25 | 477 | 62 | 72 |
| Binary | 11001001 | 1011110 | 10101000 | 0 | 110101 | 10000 | 10101 | 100111111 | 110010 | 111010 |
Color Harmonies of #C95EA8
Complementary color
Monochromatic Colors of #C95EA8
Black with #C95EA8
Text Example
Text Example
White with #C95EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95EA8; }
p { color: rgb(201,94,168); }
H1.HeaderClassName
{
color: #C95EA8;
}
.AnyTagClassName
{
color: #C95EA8;
}
</style>
background-color css
<style>
a { background-color: #C95EA8; }
a { background-color: rgb(201,94,168); }
div.DivClassName
{
background-color: #C95EA8;
}
.BgClassName
{
background-color: #C95EA8;
}
</style>
border-color css
<style>
span { border-color: #C95EA8; }
span { border-color: rgb(201,94,168); }
td.TdClassName
{
border-color: #C95EA8;
}
.TagClassName
{
border-color: #C95EA8;
}
</style>