Shades of Hopbush #C6789D
Tints of Hopbush #C6789D
RGB
CMYK
RGB Variations
Color information
#C6789D (or 0xC6789D) is known color: Hopbush. HEX triplet: C6, 78 and 9D. RGB value is (198,120,157). Sum of RGB (Red+Green+Blue) = 198+120+157=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C6789D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6789D is #398762. Grayscale: #939393. Windows color (decimal): -3770211 or 10320070. OLE color: 10320070.
HSL color Cylindrical-coordinate representation of color #C6789D: hue angle of 331.54º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C6789D is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 157 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.22 |
| HSL | 331.54º | 0.41% | 0.62% | - |
| HSV(B) | 331.54º | 0.39% | 0.78% | - |
| XYZ | 36.09 | 27.87 | 35.38 | - |
| YUV | 147.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 157 | 0 | 0.39 | 0.21 | 0.22 | 331.54 | 0.41 | 0.62 |
| Hex | C6 | 78 | 9D | 0 | 27 | 15 | 16 | 14C | 29 | 3E |
| Octal | 306 | 170 | 235 | 0 | 47 | 25 | 26 | 514 | 51 | 76 |
| Binary | 11000110 | 1111000 | 10011101 | 0 | 100111 | 10101 | 10110 | 101001100 | 101001 | 111110 |
Color Harmonies of #C6789D
Complementary color
Monochromatic Colors of #C6789D
Black with #C6789D
Text Example
Text Example
White with #C6789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6789D; }
p { color: rgb(198,120,157); }
H1.HeaderClassName
{
color: #C6789D;
}
.AnyTagClassName
{
color: #C6789D;
}
</style>
background-color css
<style>
a { background-color: #C6789D; }
a { background-color: rgb(198,120,157); }
div.DivClassName
{
background-color: #C6789D;
}
.BgClassName
{
background-color: #C6789D;
}
</style>
border-color css
<style>
span { border-color: #C6789D; }
span { border-color: rgb(198,120,157); }
td.TdClassName
{
border-color: #C6789D;
}
.TagClassName
{
border-color: #C6789D;
}
</style>