Shades of Hopbush #C363A4
Tints of Hopbush #C363A4
RGB
CMYK
RGB Variations
Color information
#C363A4 (or 0xC363A4) is known color: Hopbush. HEX triplet: C3, 63 and A4. RGB value is (195,99,164). Sum of RGB (Red+Green+Blue) = 195+99+164=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C363A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C363A4 is #3C9C5B. Grayscale: #868686. Windows color (decimal): -3972188 or 10773443. OLE color: 10773443.
HSL color Cylindrical-coordinate representation of color #C363A4: hue angle of 319.38º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C363A4 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 164 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.24 |
| HSL | 319.38º | 0.44% | 0.58% | - |
| HSV(B) | 319.38º | 0.49% | 0.76% | - |
| XYZ | 33.67 | 23.21 | 37.83 | - |
| YUV | 135.11 | 144.3 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 164 | 0 | 0.49 | 0.16 | 0.24 | 319.38 | 0.44 | 0.58 |
| Hex | C3 | 63 | A4 | 0 | 31 | 10 | 18 | 13F | 2C | 3A |
| Octal | 303 | 143 | 244 | 0 | 61 | 20 | 30 | 477 | 54 | 72 |
| Binary | 11000011 | 1100011 | 10100100 | 0 | 110001 | 10000 | 11000 | 100111111 | 101100 | 111010 |
Color Harmonies of #C363A4
Complementary color
Monochromatic Colors of #C363A4
Black with #C363A4
Text Example
Text Example
White with #C363A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363A4; }
p { color: rgb(195,99,164); }
H1.HeaderClassName
{
color: #C363A4;
}
.AnyTagClassName
{
color: #C363A4;
}
</style>
background-color css
<style>
a { background-color: #C363A4; }
a { background-color: rgb(195,99,164); }
div.DivClassName
{
background-color: #C363A4;
}
.BgClassName
{
background-color: #C363A4;
}
</style>
border-color css
<style>
span { border-color: #C363A4; }
span { border-color: rgb(195,99,164); }
td.TdClassName
{
border-color: #C363A4;
}
.TagClassName
{
border-color: #C363A4;
}
</style>