Shades of Hopbush #CD5CA1
Tints of Hopbush #CD5CA1
RGB
CMYK
RGB Variations
Color information
#CD5CA1 (or 0xCD5CA1) is known color: Hopbush. HEX triplet: CD, 5C and A1. RGB value is (205,92,161). Sum of RGB (Red+Green+Blue) = 205+92+161=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5CA1 is #32A35E. Grayscale: #858585. Windows color (decimal): -3318623 or 10575053. OLE color: 10575053.
HSL color Cylindrical-coordinate representation of color #CD5CA1: hue angle of 323.36º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD5CA1 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 92 | 161 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.20 |
| HSL | 323.36º | 0.53% | 0.58% | - |
| HSV(B) | 323.36º | 0.55% | 0.8% | - |
| XYZ | 35.44 | 23.21 | 36.33 | - |
| YUV | 133.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 92 | 161 | 0 | 0.55 | 0.21 | 0.20 | 323.36 | 0.53 | 0.58 |
| Hex | CD | 5C | A1 | 0 | 37 | 15 | 14 | 143 | 35 | 3A |
| Octal | 315 | 134 | 241 | 0 | 67 | 25 | 24 | 503 | 65 | 72 |
| Binary | 11001101 | 1011100 | 10100001 | 0 | 110111 | 10101 | 10100 | 101000011 | 110101 | 111010 |
Color Harmonies of #CD5CA1
Complementary color
Monochromatic Colors of #CD5CA1
Black with #CD5CA1
Text Example
Text Example
White with #CD5CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5CA1; }
p { color: rgb(205,92,161); }
H1.HeaderClassName
{
color: #CD5CA1;
}
.AnyTagClassName
{
color: #CD5CA1;
}
</style>
background-color css
<style>
a { background-color: #CD5CA1; }
a { background-color: rgb(205,92,161); }
div.DivClassName
{
background-color: #CD5CA1;
}
.BgClassName
{
background-color: #CD5CA1;
}
</style>
border-color css
<style>
span { border-color: #CD5CA1; }
span { border-color: rgb(205,92,161); }
td.TdClassName
{
border-color: #CD5CA1;
}
.TagClassName
{
border-color: #CD5CA1;
}
</style>