Shades of Hopbush #C66FA8
Tints of Hopbush #C66FA8
RGB
CMYK
RGB Variations
Color information
#C66FA8 (or 0xC66FA8) is known color: Hopbush. HEX triplet: C6, 6F and A8. RGB value is (198,111,168). Sum of RGB (Red+Green+Blue) = 198+111+168=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C66FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66FA8 is #399057. Grayscale: #8F8F8F. Windows color (decimal): -3772504 or 11038662. OLE color: 11038662.
HSL color Cylindrical-coordinate representation of color #C66FA8: hue angle of 320.69º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66FA8 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 168 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.22 |
| HSL | 320.69º | 0.43% | 0.61% | - |
| HSV(B) | 320.69º | 0.44% | 0.78% | - |
| XYZ | 36.04 | 26.2 | 40.2 | - |
| YUV | 143.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 168 | 0 | 0.44 | 0.15 | 0.22 | 320.69 | 0.43 | 0.61 |
| Hex | C6 | 6F | A8 | 0 | 2C | F | 16 | 141 | 2B | 3D |
| Octal | 306 | 157 | 250 | 0 | 54 | 17 | 26 | 501 | 53 | 75 |
| Binary | 11000110 | 1101111 | 10101000 | 0 | 101100 | 1111 | 10110 | 101000001 | 101011 | 111101 |
Color Harmonies of #C66FA8
Complementary color
Monochromatic Colors of #C66FA8
Black with #C66FA8
Text Example
Text Example
White with #C66FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66FA8; }
p { color: rgb(198,111,168); }
H1.HeaderClassName
{
color: #C66FA8;
}
.AnyTagClassName
{
color: #C66FA8;
}
</style>
background-color css
<style>
a { background-color: #C66FA8; }
a { background-color: rgb(198,111,168); }
div.DivClassName
{
background-color: #C66FA8;
}
.BgClassName
{
background-color: #C66FA8;
}
</style>
border-color css
<style>
span { border-color: #C66FA8; }
span { border-color: rgb(198,111,168); }
td.TdClassName
{
border-color: #C66FA8;
}
.TagClassName
{
border-color: #C66FA8;
}
</style>