Shades of Hopbush #C363A6
Tints of Hopbush #C363A6
RGB
CMYK
RGB Variations
Color information
#C363A6 (or 0xC363A6) is known color: Hopbush. HEX triplet: C3, 63 and A6. RGB value is (195,99,166). Sum of RGB (Red+Green+Blue) = 195+99+166=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C363A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C363A6 is #3C9C59. Grayscale: #878787. Windows color (decimal): -3972186 or 10904515. OLE color: 10904515.
HSL color Cylindrical-coordinate representation of color #C363A6: hue angle of 318.12º 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 #C363A6 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 166 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.24 |
| HSL | 318.13º | 0.44% | 0.58% | - |
| HSV(B) | 318.13º | 0.49% | 0.76% | - |
| XYZ | 33.85 | 23.28 | 38.79 | - |
| YUV | 135.34 | 145.3 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 166 | 0 | 0.49 | 0.15 | 0.24 | 318.13 | 0.44 | 0.58 |
| Hex | C3 | 63 | A6 | 0 | 31 | F | 18 | 13E | 2C | 3A |
| Octal | 303 | 143 | 246 | 0 | 61 | 17 | 30 | 476 | 54 | 72 |
| Binary | 11000011 | 1100011 | 10100110 | 0 | 110001 | 1111 | 11000 | 100111110 | 101100 | 111010 |
Color Harmonies of #C363A6
Complementary color
Monochromatic Colors of #C363A6
Black with #C363A6
Text Example
Text Example
White with #C363A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363A6; }
p { color: rgb(195,99,166); }
H1.HeaderClassName
{
color: #C363A6;
}
.AnyTagClassName
{
color: #C363A6;
}
</style>
background-color css
<style>
a { background-color: #C363A6; }
a { background-color: rgb(195,99,166); }
div.DivClassName
{
background-color: #C363A6;
}
.BgClassName
{
background-color: #C363A6;
}
</style>
border-color css
<style>
span { border-color: #C363A6; }
span { border-color: rgb(195,99,166); }
td.TdClassName
{
border-color: #C363A6;
}
.TagClassName
{
border-color: #C363A6;
}
</style>