Shades of Hopbush #C65F9E
Tints of Hopbush #C65F9E
RGB
CMYK
RGB Variations
Color information
#C65F9E (or 0xC65F9E) is known color: Hopbush. HEX triplet: C6, 5F and 9E. RGB value is (198,95,158). Sum of RGB (Red+Green+Blue) = 198+95+158=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65F9E is #39A061. Grayscale: #848484. Windows color (decimal): -3776610 or 10379206. OLE color: 10379206.
HSL color Cylindrical-coordinate representation of color #C65F9E: hue angle of 323.3º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65F9E is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 158 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.22 |
| HSL | 323.3º | 0.47% | 0.57% | - |
| HSV(B) | 323.3º | 0.52% | 0.78% | - |
| XYZ | 33.55 | 22.66 | 34.95 | - |
| YUV | 132.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 158 | 0 | 0.52 | 0.20 | 0.22 | 323.3 | 0.47 | 0.57 |
| Hex | C6 | 5F | 9E | 0 | 34 | 14 | 16 | 143 | 2F | 39 |
| Octal | 306 | 137 | 236 | 0 | 64 | 24 | 26 | 503 | 57 | 71 |
| Binary | 11000110 | 1011111 | 10011110 | 0 | 110100 | 10100 | 10110 | 101000011 | 101111 | 111001 |
Color Harmonies of #C65F9E
Complementary color
Monochromatic Colors of #C65F9E
Black with #C65F9E
Text Example
Text Example
White with #C65F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F9E; }
p { color: rgb(198,95,158); }
H1.HeaderClassName
{
color: #C65F9E;
}
.AnyTagClassName
{
color: #C65F9E;
}
</style>
background-color css
<style>
a { background-color: #C65F9E; }
a { background-color: rgb(198,95,158); }
div.DivClassName
{
background-color: #C65F9E;
}
.BgClassName
{
background-color: #C65F9E;
}
</style>
border-color css
<style>
span { border-color: #C65F9E; }
span { border-color: rgb(198,95,158); }
td.TdClassName
{
border-color: #C65F9E;
}
.TagClassName
{
border-color: #C65F9E;
}
</style>