Shades of Hopbush #C265A4
Tints of Hopbush #C265A4
RGB
CMYK
RGB Variations
Color information
#C265A4 (or 0xC265A4) is known color: Hopbush. HEX triplet: C2, 65 and A4. RGB value is (194,101,164). Sum of RGB (Red+Green+Blue) = 194+101+164=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C265A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C265A4 is #3D9A5B. Grayscale: #878787. Windows color (decimal): -4037212 or 10773954. OLE color: 10773954.
HSL color Cylindrical-coordinate representation of color #C265A4: hue angle of 319.35º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C265A4 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 164 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.24 |
| HSL | 319.35º | 0.43% | 0.58% | - |
| HSV(B) | 319.35º | 0.48% | 0.76% | - |
| XYZ | 33.6 | 23.46 | 37.88 | - |
| YUV | 135.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 164 | 0 | 0.48 | 0.15 | 0.24 | 319.35 | 0.43 | 0.58 |
| Hex | C2 | 65 | A4 | 0 | 30 | F | 18 | 13F | 2B | 3A |
| Octal | 302 | 145 | 244 | 0 | 60 | 17 | 30 | 477 | 53 | 72 |
| Binary | 11000010 | 1100101 | 10100100 | 0 | 110000 | 1111 | 11000 | 100111111 | 101011 | 111010 |
Color Harmonies of #C265A4
Complementary color
Monochromatic Colors of #C265A4
Black with #C265A4
Text Example
Text Example
White with #C265A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265A4; }
p { color: rgb(194,101,164); }
H1.HeaderClassName
{
color: #C265A4;
}
.AnyTagClassName
{
color: #C265A4;
}
</style>
background-color css
<style>
a { background-color: #C265A4; }
a { background-color: rgb(194,101,164); }
div.DivClassName
{
background-color: #C265A4;
}
.BgClassName
{
background-color: #C265A4;
}
</style>
border-color css
<style>
span { border-color: #C265A4; }
span { border-color: rgb(194,101,164); }
td.TdClassName
{
border-color: #C265A4;
}
.TagClassName
{
border-color: #C265A4;
}
</style>