Shades of Hopbush #CD5D8D
Tints of Hopbush #CD5D8D
RGB
CMYK
RGB Variations
Color information
#CD5D8D (or 0xCD5D8D) is known color: Hopbush. HEX triplet: CD, 5D and 8D. RGB value is (205,93,141). Sum of RGB (Red+Green+Blue) = 205+93+141=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5D8D is #32A272. Grayscale: #838383. Windows color (decimal): -3318387 or 9264589. OLE color: 9264589.
HSL color Cylindrical-coordinate representation of color #CD5D8D: hue angle of 334.29º 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 #CD5D8D is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 93 | 141 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.20 |
| HSL | 334.29º | 0.53% | 0.58% | - |
| HSV(B) | 334.29º | 0.55% | 0.8% | - |
| XYZ | 33.9 | 22.73 | 27.8 | - |
| YUV | 131.96 | 133.11 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 141 | 0 | 0.55 | 0.31 | 0.20 | 334.29 | 0.53 | 0.58 |
| Hex | CD | 5D | 8D | 0 | 37 | 1F | 14 | 14E | 35 | 3A |
| Octal | 315 | 135 | 215 | 0 | 67 | 37 | 24 | 516 | 65 | 72 |
| Binary | 11001101 | 1011101 | 10001101 | 0 | 110111 | 11111 | 10100 | 101001110 | 110101 | 111010 |
Color Harmonies of #CD5D8D
Complementary color
Monochromatic Colors of #CD5D8D
Black with #CD5D8D
Text Example
Text Example
White with #CD5D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5D8D; }
p { color: rgb(205,93,141); }
H1.HeaderClassName
{
color: #CD5D8D;
}
.AnyTagClassName
{
color: #CD5D8D;
}
</style>
background-color css
<style>
a { background-color: #CD5D8D; }
a { background-color: rgb(205,93,141); }
div.DivClassName
{
background-color: #CD5D8D;
}
.BgClassName
{
background-color: #CD5D8D;
}
</style>
border-color css
<style>
span { border-color: #CD5D8D; }
span { border-color: rgb(205,93,141); }
td.TdClassName
{
border-color: #CD5D8D;
}
.TagClassName
{
border-color: #CD5D8D;
}
</style>