Shades of Hopbush #CA63A6
Tints of Hopbush #CA63A6
RGB
CMYK
RGB Variations
Color information
#CA63A6 (or 0xCA63A6) is known color: Hopbush. HEX triplet: CA, 63 and A6. RGB value is (202,99,166). Sum of RGB (Red+Green+Blue) = 202+99+166=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA63A6 is #359C59. Grayscale: #898989. Windows color (decimal): -3513434 or 10904522. OLE color: 10904522.
HSL color Cylindrical-coordinate representation of color #CA63A6: hue angle of 320.97º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA63A6 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 166 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.21 |
| HSL | 320.97º | 0.49% | 0.59% | - |
| HSV(B) | 320.97º | 0.51% | 0.79% | - |
| XYZ | 35.7 | 24.23 | 38.87 | - |
| YUV | 137.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 166 | 0 | 0.51 | 0.18 | 0.21 | 320.97 | 0.49 | 0.59 |
| Hex | CA | 63 | A6 | 0 | 33 | 12 | 15 | 141 | 31 | 3B |
| Octal | 312 | 143 | 246 | 0 | 63 | 22 | 25 | 501 | 61 | 73 |
| Binary | 11001010 | 1100011 | 10100110 | 0 | 110011 | 10010 | 10101 | 101000001 | 110001 | 111011 |
Color Harmonies of #CA63A6
Complementary color
Monochromatic Colors of #CA63A6
Black with #CA63A6
Text Example
Text Example
White with #CA63A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63A6; }
p { color: rgb(202,99,166); }
H1.HeaderClassName
{
color: #CA63A6;
}
.AnyTagClassName
{
color: #CA63A6;
}
</style>
background-color css
<style>
a { background-color: #CA63A6; }
a { background-color: rgb(202,99,166); }
div.DivClassName
{
background-color: #CA63A6;
}
.BgClassName
{
background-color: #CA63A6;
}
</style>
border-color css
<style>
span { border-color: #CA63A6; }
span { border-color: rgb(202,99,166); }
td.TdClassName
{
border-color: #CA63A6;
}
.TagClassName
{
border-color: #CA63A6;
}
</style>