Shades of Hopbush #C66CA1
Tints of Hopbush #C66CA1
RGB
CMYK
RGB Variations
Color information
#C66CA1 (or 0xC66CA1) is known color: Hopbush. HEX triplet: C6, 6C and A1. RGB value is (198,108,161). Sum of RGB (Red+Green+Blue) = 198+108+161=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C66CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66CA1 is #39935E. Grayscale: #8C8C8C. Windows color (decimal): -3773279 or 10579142. OLE color: 10579142.
HSL color Cylindrical-coordinate representation of color #C66CA1: hue angle of 324.67º 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 #C66CA1 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 161 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.22 |
| HSL | 324.67º | 0.44% | 0.6% | - |
| HSV(B) | 324.67º | 0.45% | 0.78% | - |
| XYZ | 35.08 | 25.3 | 36.75 | - |
| YUV | 140.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 161 | 0 | 0.45 | 0.19 | 0.22 | 324.67 | 0.44 | 0.6 |
| Hex | C6 | 6C | A1 | 0 | 2D | 13 | 16 | 145 | 2C | 3C |
| Octal | 306 | 154 | 241 | 0 | 55 | 23 | 26 | 505 | 54 | 74 |
| Binary | 11000110 | 1101100 | 10100001 | 0 | 101101 | 10011 | 10110 | 101000101 | 101100 | 111100 |
Color Harmonies of #C66CA1
Complementary color
Monochromatic Colors of #C66CA1
Black with #C66CA1
Text Example
Text Example
White with #C66CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66CA1; }
p { color: rgb(198,108,161); }
H1.HeaderClassName
{
color: #C66CA1;
}
.AnyTagClassName
{
color: #C66CA1;
}
</style>
background-color css
<style>
a { background-color: #C66CA1; }
a { background-color: rgb(198,108,161); }
div.DivClassName
{
background-color: #C66CA1;
}
.BgClassName
{
background-color: #C66CA1;
}
</style>
border-color css
<style>
span { border-color: #C66CA1; }
span { border-color: rgb(198,108,161); }
td.TdClassName
{
border-color: #C66CA1;
}
.TagClassName
{
border-color: #C66CA1;
}
</style>