Shades of Hopbush #C65FA2
Tints of Hopbush #C65FA2
RGB
CMYK
RGB Variations
Color information
#C65FA2 (or 0xC65FA2) is known color: Hopbush. HEX triplet: C6, 5F and A2. RGB value is (198,95,162). Sum of RGB (Red+Green+Blue) = 198+95+162=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65FA2 is #39A05D. Grayscale: #858585. Windows color (decimal): -3776606 or 10641350. OLE color: 10641350.
HSL color Cylindrical-coordinate representation of color #C65FA2: hue angle of 320.97º 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 #C65FA2 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 162 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.22 |
| HSL | 320.97º | 0.47% | 0.57% | - |
| HSV(B) | 320.97º | 0.52% | 0.78% | - |
| XYZ | 33.9 | 22.8 | 36.8 | - |
| YUV | 133.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 162 | 0 | 0.52 | 0.18 | 0.22 | 320.97 | 0.47 | 0.57 |
| Hex | C6 | 5F | A2 | 0 | 34 | 12 | 16 | 141 | 2F | 39 |
| Octal | 306 | 137 | 242 | 0 | 64 | 22 | 26 | 501 | 57 | 71 |
| Binary | 11000110 | 1011111 | 10100010 | 0 | 110100 | 10010 | 10110 | 101000001 | 101111 | 111001 |
Color Harmonies of #C65FA2
Complementary color
Monochromatic Colors of #C65FA2
Black with #C65FA2
Text Example
Text Example
White with #C65FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FA2; }
p { color: rgb(198,95,162); }
H1.HeaderClassName
{
color: #C65FA2;
}
.AnyTagClassName
{
color: #C65FA2;
}
</style>
background-color css
<style>
a { background-color: #C65FA2; }
a { background-color: rgb(198,95,162); }
div.DivClassName
{
background-color: #C65FA2;
}
.BgClassName
{
background-color: #C65FA2;
}
</style>
border-color css
<style>
span { border-color: #C65FA2; }
span { border-color: rgb(198,95,162); }
td.TdClassName
{
border-color: #C65FA2;
}
.TagClassName
{
border-color: #C65FA2;
}
</style>