Shades of Hopbush #C27CA1
Tints of Hopbush #C27CA1
RGB
CMYK
RGB Variations
Color information
#C27CA1 (or 0xC27CA1) is known color: Hopbush. HEX triplet: C2, 7C and A1. RGB value is (194,124,161). Sum of RGB (Red+Green+Blue) = 194+124+161=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C27CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27CA1 is #3D835E. Grayscale: #959595. Windows color (decimal): -4031327 or 10583234. OLE color: 10583234.
HSL color Cylindrical-coordinate representation of color #C27CA1: hue angle of 328.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27CA1 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 161 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.24 |
| HSL | 328.29º | 0.36% | 0.62% | - |
| HSV(B) | 328.29º | 0.36% | 0.76% | - |
| XYZ | 35.89 | 28.46 | 37.32 | - |
| YUV | 149.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 161 | 0 | 0.36 | 0.17 | 0.24 | 328.29 | 0.36 | 0.62 |
| Hex | C2 | 7C | A1 | 0 | 24 | 11 | 18 | 148 | 24 | 3E |
| Octal | 302 | 174 | 241 | 0 | 44 | 21 | 30 | 510 | 44 | 76 |
| Binary | 11000010 | 1111100 | 10100001 | 0 | 100100 | 10001 | 11000 | 101001000 | 100100 | 111110 |
Color Harmonies of #C27CA1
Complementary color
Monochromatic Colors of #C27CA1
Black with #C27CA1
Text Example
Text Example
White with #C27CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CA1; }
p { color: rgb(194,124,161); }
H1.HeaderClassName
{
color: #C27CA1;
}
.AnyTagClassName
{
color: #C27CA1;
}
</style>
background-color css
<style>
a { background-color: #C27CA1; }
a { background-color: rgb(194,124,161); }
div.DivClassName
{
background-color: #C27CA1;
}
.BgClassName
{
background-color: #C27CA1;
}
</style>
border-color css
<style>
span { border-color: #C27CA1; }
span { border-color: rgb(194,124,161); }
td.TdClassName
{
border-color: #C27CA1;
}
.TagClassName
{
border-color: #C27CA1;
}
</style>