Shades of Hopbush #C06EA1
Tints of Hopbush #C06EA1
RGB
CMYK
RGB Variations
Color information
#C06EA1 (or 0xC06EA1) is known color: Hopbush. HEX triplet: C0, 6E and A1. RGB value is (192,110,161). Sum of RGB (Red+Green+Blue) = 192+110+161=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06EA1 is #3F915E. Grayscale: #8C8C8C. Windows color (decimal): -4165983 or 10579648. OLE color: 10579648.
HSL color Cylindrical-coordinate representation of color #C06EA1: hue angle of 322.68º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06EA1 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 161 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.25 |
| HSL | 322.68º | 0.39% | 0.59% | - |
| HSV(B) | 322.68º | 0.43% | 0.75% | - |
| XYZ | 33.75 | 24.93 | 36.75 | - |
| YUV | 140.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 161 | 0 | 0.43 | 0.16 | 0.25 | 322.68 | 0.39 | 0.59 |
| Hex | C0 | 6E | A1 | 0 | 2B | 10 | 19 | 143 | 27 | 3B |
| Octal | 300 | 156 | 241 | 0 | 53 | 20 | 31 | 503 | 47 | 73 |
| Binary | 11000000 | 1101110 | 10100001 | 0 | 101011 | 10000 | 11001 | 101000011 | 100111 | 111011 |
Color Harmonies of #C06EA1
Complementary color
Monochromatic Colors of #C06EA1
Black with #C06EA1
Text Example
Text Example
White with #C06EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EA1; }
p { color: rgb(192,110,161); }
H1.HeaderClassName
{
color: #C06EA1;
}
.AnyTagClassName
{
color: #C06EA1;
}
</style>
background-color css
<style>
a { background-color: #C06EA1; }
a { background-color: rgb(192,110,161); }
div.DivClassName
{
background-color: #C06EA1;
}
.BgClassName
{
background-color: #C06EA1;
}
</style>
border-color css
<style>
span { border-color: #C06EA1; }
span { border-color: rgb(192,110,161); }
td.TdClassName
{
border-color: #C06EA1;
}
.TagClassName
{
border-color: #C06EA1;
}
</style>