Shades of Hopbush #C266A8
Tints of Hopbush #C266A8
RGB
CMYK
RGB Variations
Color information
#C266A8 (or 0xC266A8) is known color: Hopbush. HEX triplet: C2, 66 and A8. RGB value is (194,102,168). Sum of RGB (Red+Green+Blue) = 194+102+168=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C266A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C266A8 is #3D9957. Grayscale: #888888. Windows color (decimal): -4036952 or 11036354. OLE color: 11036354.
HSL color Cylindrical-coordinate representation of color #C266A8: hue angle of 316.96º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C266A8 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 102 | 168 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.24 |
| HSL | 316.96º | 0.43% | 0.58% | - |
| HSV(B) | 316.96º | 0.47% | 0.76% | - |
| XYZ | 34.07 | 23.8 | 39.84 | - |
| YUV | 137.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 168 | 0 | 0.47 | 0.13 | 0.24 | 316.96 | 0.43 | 0.58 |
| Hex | C2 | 66 | A8 | 0 | 2F | D | 18 | 13D | 2B | 3A |
| Octal | 302 | 146 | 250 | 0 | 57 | 15 | 30 | 475 | 53 | 72 |
| Binary | 11000010 | 1100110 | 10101000 | 0 | 101111 | 1101 | 11000 | 100111101 | 101011 | 111010 |
Color Harmonies of #C266A8
Complementary color
Monochromatic Colors of #C266A8
Black with #C266A8
Text Example
Text Example
White with #C266A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266A8; }
p { color: rgb(194,102,168); }
H1.HeaderClassName
{
color: #C266A8;
}
.AnyTagClassName
{
color: #C266A8;
}
</style>
background-color css
<style>
a { background-color: #C266A8; }
a { background-color: rgb(194,102,168); }
div.DivClassName
{
background-color: #C266A8;
}
.BgClassName
{
background-color: #C266A8;
}
</style>
border-color css
<style>
span { border-color: #C266A8; }
span { border-color: rgb(194,102,168); }
td.TdClassName
{
border-color: #C266A8;
}
.TagClassName
{
border-color: #C266A8;
}
</style>