Shades of Hopbush #C27D9E
Tints of Hopbush #C27D9E
RGB
CMYK
RGB Variations
Color information
#C27D9E (or 0xC27D9E) is known color: Hopbush. HEX triplet: C2, 7D and 9E. RGB value is (194,125,158). Sum of RGB (Red+Green+Blue) = 194+125+158=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D9E is #3D8261. Grayscale: #959595. Windows color (decimal): -4031074 or 10386882. OLE color: 10386882.
HSL color Cylindrical-coordinate representation of color #C27D9E: hue angle of 331.3º 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 #C27D9E is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 158 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.24 |
| HSL | 331.3º | 0.36% | 0.63% | - |
| HSV(B) | 331.3º | 0.36% | 0.76% | - |
| XYZ | 35.75 | 28.61 | 35.98 | - |
| YUV | 149.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 158 | 0 | 0.36 | 0.19 | 0.24 | 331.3 | 0.36 | 0.63 |
| Hex | C2 | 7D | 9E | 0 | 24 | 13 | 18 | 14B | 24 | 3F |
| Octal | 302 | 175 | 236 | 0 | 44 | 23 | 30 | 513 | 44 | 77 |
| Binary | 11000010 | 1111101 | 10011110 | 0 | 100100 | 10011 | 11000 | 101001011 | 100100 | 111111 |
Color Harmonies of #C27D9E
Complementary color
Monochromatic Colors of #C27D9E
Black with #C27D9E
Text Example
Text Example
White with #C27D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D9E; }
p { color: rgb(194,125,158); }
H1.HeaderClassName
{
color: #C27D9E;
}
.AnyTagClassName
{
color: #C27D9E;
}
</style>
background-color css
<style>
a { background-color: #C27D9E; }
a { background-color: rgb(194,125,158); }
div.DivClassName
{
background-color: #C27D9E;
}
.BgClassName
{
background-color: #C27D9E;
}
</style>
border-color css
<style>
span { border-color: #C27D9E; }
span { border-color: rgb(194,125,158); }
td.TdClassName
{
border-color: #C27D9E;
}
.TagClassName
{
border-color: #C27D9E;
}
</style>