Shades of Hopbush #C66D9E
Tints of Hopbush #C66D9E
RGB
CMYK
RGB Variations
Color information
#C66D9E (or 0xC66D9E) is known color: Hopbush. HEX triplet: C6, 6D and 9E. RGB value is (198,109,158). Sum of RGB (Red+Green+Blue) = 198+109+158=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66D9E is #399261. Grayscale: #8D8D8D. Windows color (decimal): -3773026 or 10382790. OLE color: 10382790.
HSL color Cylindrical-coordinate representation of color #C66D9E: hue angle of 326.97º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66D9E is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 158 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.22 |
| HSL | 326.97º | 0.44% | 0.6% | - |
| HSV(B) | 326.97º | 0.45% | 0.78% | - |
| XYZ | 34.93 | 25.41 | 35.41 | - |
| YUV | 141.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 158 | 0 | 0.45 | 0.20 | 0.22 | 326.97 | 0.44 | 0.6 |
| Hex | C6 | 6D | 9E | 0 | 2D | 14 | 16 | 147 | 2C | 3C |
| Octal | 306 | 155 | 236 | 0 | 55 | 24 | 26 | 507 | 54 | 74 |
| Binary | 11000110 | 1101101 | 10011110 | 0 | 101101 | 10100 | 10110 | 101000111 | 101100 | 111100 |
Color Harmonies of #C66D9E
Complementary color
Monochromatic Colors of #C66D9E
Black with #C66D9E
Text Example
Text Example
White with #C66D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D9E; }
p { color: rgb(198,109,158); }
H1.HeaderClassName
{
color: #C66D9E;
}
.AnyTagClassName
{
color: #C66D9E;
}
</style>
background-color css
<style>
a { background-color: #C66D9E; }
a { background-color: rgb(198,109,158); }
div.DivClassName
{
background-color: #C66D9E;
}
.BgClassName
{
background-color: #C66D9E;
}
</style>
border-color css
<style>
span { border-color: #C66D9E; }
span { border-color: rgb(198,109,158); }
td.TdClassName
{
border-color: #C66D9E;
}
.TagClassName
{
border-color: #C66D9E;
}
</style>