Shades of Hopbush #C27DA1
Tints of Hopbush #C27DA1
RGB
CMYK
RGB Variations
Color information
#C27DA1 (or 0xC27DA1) is known color: Hopbush. HEX triplet: C2, 7D and A1. RGB value is (194,125,161). Sum of RGB (Red+Green+Blue) = 194+125+161=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27DA1 is #3D825E. Grayscale: #959595. Windows color (decimal): -4031071 or 10583490. OLE color: 10583490.
HSL color Cylindrical-coordinate representation of color #C27DA1: hue angle of 328.7º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27DA1 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 161 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.24 |
| HSL | 328.7º | 0.36% | 0.63% | - |
| HSV(B) | 328.7º | 0.36% | 0.76% | - |
| XYZ | 36.01 | 28.71 | 37.36 | - |
| YUV | 149.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 161 | 0 | 0.36 | 0.17 | 0.24 | 328.7 | 0.36 | 0.63 |
| Hex | C2 | 7D | A1 | 0 | 24 | 11 | 18 | 149 | 24 | 3F |
| Octal | 302 | 175 | 241 | 0 | 44 | 21 | 30 | 511 | 44 | 77 |
| Binary | 11000010 | 1111101 | 10100001 | 0 | 100100 | 10001 | 11000 | 101001001 | 100100 | 111111 |
Color Harmonies of #C27DA1
Complementary color
Monochromatic Colors of #C27DA1
Black with #C27DA1
Text Example
Text Example
White with #C27DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27DA1; }
p { color: rgb(194,125,161); }
H1.HeaderClassName
{
color: #C27DA1;
}
.AnyTagClassName
{
color: #C27DA1;
}
</style>
background-color css
<style>
a { background-color: #C27DA1; }
a { background-color: rgb(194,125,161); }
div.DivClassName
{
background-color: #C27DA1;
}
.BgClassName
{
background-color: #C27DA1;
}
</style>
border-color css
<style>
span { border-color: #C27DA1; }
span { border-color: rgb(194,125,161); }
td.TdClassName
{
border-color: #C27DA1;
}
.TagClassName
{
border-color: #C27DA1;
}
</style>