Shades of Hopbush #C66DAC
Tints of Hopbush #C66DAC
RGB
CMYK
RGB Variations
Color information
#C66DAC (or 0xC66DAC) is known color: Hopbush. HEX triplet: C6, 6D and AC. RGB value is (198,109,172). Sum of RGB (Red+Green+Blue) = 198+109+172=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C66DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66DAC is #399253. Grayscale: #8E8E8E. Windows color (decimal): -3773012 or 11300294. OLE color: 11300294.
HSL color Cylindrical-coordinate representation of color #C66DAC: hue angle of 317.53º 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 #C66DAC is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 172 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.22 |
| HSL | 317.53º | 0.44% | 0.6% | - |
| HSV(B) | 317.53º | 0.45% | 0.78% | - |
| XYZ | 36.2 | 25.92 | 42.12 | - |
| YUV | 142.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 172 | 0 | 0.45 | 0.13 | 0.22 | 317.53 | 0.44 | 0.6 |
| Hex | C6 | 6D | AC | 0 | 2D | D | 16 | 13E | 2C | 3C |
| Octal | 306 | 155 | 254 | 0 | 55 | 15 | 26 | 476 | 54 | 74 |
| Binary | 11000110 | 1101101 | 10101100 | 0 | 101101 | 1101 | 10110 | 100111110 | 101100 | 111100 |
Color Harmonies of #C66DAC
Complementary color
Monochromatic Colors of #C66DAC
Black with #C66DAC
Text Example
Text Example
White with #C66DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66DAC; }
p { color: rgb(198,109,172); }
H1.HeaderClassName
{
color: #C66DAC;
}
.AnyTagClassName
{
color: #C66DAC;
}
</style>
background-color css
<style>
a { background-color: #C66DAC; }
a { background-color: rgb(198,109,172); }
div.DivClassName
{
background-color: #C66DAC;
}
.BgClassName
{
background-color: #C66DAC;
}
</style>
border-color css
<style>
span { border-color: #C66DAC; }
span { border-color: rgb(198,109,172); }
td.TdClassName
{
border-color: #C66DAC;
}
.TagClassName
{
border-color: #C66DAC;
}
</style>