Shades of Hopbush #C85FA5
Tints of Hopbush #C85FA5
RGB
CMYK
RGB Variations
Color information
#C85FA5 (or 0xC85FA5) is known color: Hopbush. HEX triplet: C8, 5F and A5. RGB value is (200,95,165). Sum of RGB (Red+Green+Blue) = 200+95+165=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85FA5 is #37A05A. Grayscale: #868686. Windows color (decimal): -3645531 or 10837960. OLE color: 10837960.
HSL color Cylindrical-coordinate representation of color #C85FA5: hue angle of 320º degrees, saturation: 0.49, 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 #C85FA5 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 165 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.22 |
| HSL | 320º | 0.49% | 0.58% | - |
| HSV(B) | 320º | 0.53% | 0.78% | - |
| XYZ | 34.7 | 23.18 | 38.24 | - |
| YUV | 134.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 165 | 0 | 0.52 | 0.18 | 0.22 | 320 | 0.49 | 0.58 |
| Hex | C8 | 5F | A5 | 0 | 34 | 12 | 16 | 140 | 31 | 3A |
| Octal | 310 | 137 | 245 | 0 | 64 | 22 | 26 | 500 | 61 | 72 |
| Binary | 11001000 | 1011111 | 10100101 | 0 | 110100 | 10010 | 10110 | 101000000 | 110001 | 111010 |
Color Harmonies of #C85FA5
Complementary color
Monochromatic Colors of #C85FA5
Black with #C85FA5
Text Example
Text Example
White with #C85FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FA5; }
p { color: rgb(200,95,165); }
H1.HeaderClassName
{
color: #C85FA5;
}
.AnyTagClassName
{
color: #C85FA5;
}
</style>
background-color css
<style>
a { background-color: #C85FA5; }
a { background-color: rgb(200,95,165); }
div.DivClassName
{
background-color: #C85FA5;
}
.BgClassName
{
background-color: #C85FA5;
}
</style>
border-color css
<style>
span { border-color: #C85FA5; }
span { border-color: rgb(200,95,165); }
td.TdClassName
{
border-color: #C85FA5;
}
.TagClassName
{
border-color: #C85FA5;
}
</style>