Shades of Hopbush #C36CA1
Tints of Hopbush #C36CA1
RGB
CMYK
RGB Variations
Color information
#C36CA1 (or 0xC36CA1) is known color: Hopbush. HEX triplet: C3, 6C and A1. RGB value is (195,108,161). Sum of RGB (Red+Green+Blue) = 195+108+161=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C36CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36CA1 is #3C935E. Grayscale: #8B8B8B. Windows color (decimal): -3969887 or 10579139. OLE color: 10579139.
HSL color Cylindrical-coordinate representation of color #C36CA1: hue angle of 323.45º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36CA1 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 161 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.24 |
| HSL | 323.45º | 0.42% | 0.59% | - |
| HSV(B) | 323.45º | 0.45% | 0.76% | - |
| XYZ | 34.3 | 24.9 | 36.72 | - |
| YUV | 140.06 | 139.82 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 161 | 0 | 0.45 | 0.17 | 0.24 | 323.45 | 0.42 | 0.59 |
| Hex | C3 | 6C | A1 | 0 | 2D | 11 | 18 | 143 | 2A | 3B |
| Octal | 303 | 154 | 241 | 0 | 55 | 21 | 30 | 503 | 52 | 73 |
| Binary | 11000011 | 1101100 | 10100001 | 0 | 101101 | 10001 | 11000 | 101000011 | 101010 | 111011 |
Color Harmonies of #C36CA1
Complementary color
Monochromatic Colors of #C36CA1
Black with #C36CA1
Text Example
Text Example
White with #C36CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36CA1; }
p { color: rgb(195,108,161); }
H1.HeaderClassName
{
color: #C36CA1;
}
.AnyTagClassName
{
color: #C36CA1;
}
</style>
background-color css
<style>
a { background-color: #C36CA1; }
a { background-color: rgb(195,108,161); }
div.DivClassName
{
background-color: #C36CA1;
}
.BgClassName
{
background-color: #C36CA1;
}
</style>
border-color css
<style>
span { border-color: #C36CA1; }
span { border-color: rgb(195,108,161); }
td.TdClassName
{
border-color: #C36CA1;
}
.TagClassName
{
border-color: #C36CA1;
}
</style>