Shades of Hopbush #C66FA5
Tints of Hopbush #C66FA5
RGB
CMYK
RGB Variations
Color information
#C66FA5 (or 0xC66FA5) is known color: Hopbush. HEX triplet: C6, 6F and A5. RGB value is (198,111,165). Sum of RGB (Red+Green+Blue) = 198+111+165=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C66FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66FA5 is #39905A. Grayscale: #8F8F8F. Windows color (decimal): -3772507 or 10842054. OLE color: 10842054.
HSL color Cylindrical-coordinate representation of color #C66FA5: hue angle of 322.76º 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 #C66FA5 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 165 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.22 |
| HSL | 322.76º | 0.43% | 0.61% | - |
| HSV(B) | 322.76º | 0.44% | 0.78% | - |
| XYZ | 35.76 | 26.09 | 38.75 | - |
| YUV | 143.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 165 | 0 | 0.44 | 0.17 | 0.22 | 322.76 | 0.43 | 0.61 |
| Hex | C6 | 6F | A5 | 0 | 2C | 11 | 16 | 143 | 2B | 3D |
| Octal | 306 | 157 | 245 | 0 | 54 | 21 | 26 | 503 | 53 | 75 |
| Binary | 11000110 | 1101111 | 10100101 | 0 | 101100 | 10001 | 10110 | 101000011 | 101011 | 111101 |
Color Harmonies of #C66FA5
Complementary color
Monochromatic Colors of #C66FA5
Black with #C66FA5
Text Example
Text Example
White with #C66FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66FA5; }
p { color: rgb(198,111,165); }
H1.HeaderClassName
{
color: #C66FA5;
}
.AnyTagClassName
{
color: #C66FA5;
}
</style>
background-color css
<style>
a { background-color: #C66FA5; }
a { background-color: rgb(198,111,165); }
div.DivClassName
{
background-color: #C66FA5;
}
.BgClassName
{
background-color: #C66FA5;
}
</style>
border-color css
<style>
span { border-color: #C66FA5; }
span { border-color: rgb(198,111,165); }
td.TdClassName
{
border-color: #C66FA5;
}
.TagClassName
{
border-color: #C66FA5;
}
</style>