Shades of Hopbush #C27B9D
Tints of Hopbush #C27B9D
RGB
CMYK
RGB Variations
Color information
#C27B9D (or 0xC27B9D) is known color: Hopbush. HEX triplet: C2, 7B and 9D. RGB value is (194,123,157). Sum of RGB (Red+Green+Blue) = 194+123+157=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27B9D is #3D8462. Grayscale: #949494. Windows color (decimal): -4031587 or 10320834. OLE color: 10320834.
HSL color Cylindrical-coordinate representation of color #C27B9D: hue angle of 331.27º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27B9D is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 157 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.24 |
| HSL | 331.27º | 0.37% | 0.62% | - |
| HSV(B) | 331.27º | 0.37% | 0.76% | - |
| XYZ | 35.42 | 28.07 | 35.45 | - |
| YUV | 148.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 157 | 0 | 0.37 | 0.19 | 0.24 | 331.27 | 0.37 | 0.62 |
| Hex | C2 | 7B | 9D | 0 | 25 | 13 | 18 | 14B | 25 | 3E |
| Octal | 302 | 173 | 235 | 0 | 45 | 23 | 30 | 513 | 45 | 76 |
| Binary | 11000010 | 1111011 | 10011101 | 0 | 100101 | 10011 | 11000 | 101001011 | 100101 | 111110 |
Color Harmonies of #C27B9D
Complementary color
Monochromatic Colors of #C27B9D
Black with #C27B9D
Text Example
Text Example
White with #C27B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B9D; }
p { color: rgb(194,123,157); }
H1.HeaderClassName
{
color: #C27B9D;
}
.AnyTagClassName
{
color: #C27B9D;
}
</style>
background-color css
<style>
a { background-color: #C27B9D; }
a { background-color: rgb(194,123,157); }
div.DivClassName
{
background-color: #C27B9D;
}
.BgClassName
{
background-color: #C27B9D;
}
</style>
border-color css
<style>
span { border-color: #C27B9D; }
span { border-color: rgb(194,123,157); }
td.TdClassName
{
border-color: #C27B9D;
}
.TagClassName
{
border-color: #C27B9D;
}
</style>