Shades of Hopbush #C67DA8
Tints of Hopbush #C67DA8
RGB
CMYK
RGB Variations
Color information
#C67DA8 (or 0xC67DA8) is known color: Hopbush. HEX triplet: C6, 7D and A8. RGB value is (198,125,168). Sum of RGB (Red+Green+Blue) = 198+125+168=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C67DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67DA8 is #398257. Grayscale: #979797. Windows color (decimal): -3768920 or 11042246. OLE color: 11042246.
HSL color Cylindrical-coordinate representation of color #C67DA8: hue angle of 324.66º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67DA8 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 168 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.22 |
| HSL | 324.66º | 0.39% | 0.63% | - |
| HSV(B) | 324.66º | 0.37% | 0.78% | - |
| XYZ | 37.69 | 29.5 | 40.75 | - |
| YUV | 151.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 168 | 0 | 0.37 | 0.15 | 0.22 | 324.66 | 0.39 | 0.63 |
| Hex | C6 | 7D | A8 | 0 | 25 | F | 16 | 145 | 27 | 3F |
| Octal | 306 | 175 | 250 | 0 | 45 | 17 | 26 | 505 | 47 | 77 |
| Binary | 11000110 | 1111101 | 10101000 | 0 | 100101 | 1111 | 10110 | 101000101 | 100111 | 111111 |
Color Harmonies of #C67DA8
Complementary color
Monochromatic Colors of #C67DA8
Black with #C67DA8
Text Example
Text Example
White with #C67DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67DA8; }
p { color: rgb(198,125,168); }
H1.HeaderClassName
{
color: #C67DA8;
}
.AnyTagClassName
{
color: #C67DA8;
}
</style>
background-color css
<style>
a { background-color: #C67DA8; }
a { background-color: rgb(198,125,168); }
div.DivClassName
{
background-color: #C67DA8;
}
.BgClassName
{
background-color: #C67DA8;
}
</style>
border-color css
<style>
span { border-color: #C67DA8; }
span { border-color: rgb(198,125,168); }
td.TdClassName
{
border-color: #C67DA8;
}
.TagClassName
{
border-color: #C67DA8;
}
</style>