Shades of Hopbush #C463A4
Tints of Hopbush #C463A4
RGB
CMYK
RGB Variations
Color information
#C463A4 (or 0xC463A4) is known color: Hopbush. HEX triplet: C4, 63 and A4. RGB value is (196,99,164). Sum of RGB (Red+Green+Blue) = 196+99+164=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C463A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C463A4 is #3B9C5B. Grayscale: #878787. Windows color (decimal): -3906652 or 10773444. OLE color: 10773444.
HSL color Cylindrical-coordinate representation of color #C463A4: hue angle of 319.79º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C463A4 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 164 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.23 |
| HSL | 319.79º | 0.45% | 0.58% | - |
| HSV(B) | 319.79º | 0.49% | 0.77% | - |
| XYZ | 33.93 | 23.34 | 37.84 | - |
| YUV | 135.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 164 | 0 | 0.49 | 0.16 | 0.23 | 319.79 | 0.45 | 0.58 |
| Hex | C4 | 63 | A4 | 0 | 31 | 10 | 17 | 140 | 2D | 3A |
| Octal | 304 | 143 | 244 | 0 | 61 | 20 | 27 | 500 | 55 | 72 |
| Binary | 11000100 | 1100011 | 10100100 | 0 | 110001 | 10000 | 10111 | 101000000 | 101101 | 111010 |
Color Harmonies of #C463A4
Complementary color
Monochromatic Colors of #C463A4
Black with #C463A4
Text Example
Text Example
White with #C463A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C463A4; }
p { color: rgb(196,99,164); }
H1.HeaderClassName
{
color: #C463A4;
}
.AnyTagClassName
{
color: #C463A4;
}
</style>
background-color css
<style>
a { background-color: #C463A4; }
a { background-color: rgb(196,99,164); }
div.DivClassName
{
background-color: #C463A4;
}
.BgClassName
{
background-color: #C463A4;
}
</style>
border-color css
<style>
span { border-color: #C463A4; }
span { border-color: rgb(196,99,164); }
td.TdClassName
{
border-color: #C463A4;
}
.TagClassName
{
border-color: #C463A4;
}
</style>