Shades of Hopbush #CD629D
Tints of Hopbush #CD629D
RGB
CMYK
RGB Variations
Color information
#CD629D (or 0xCD629D) is known color: Hopbush. HEX triplet: CD, 62 and 9D. RGB value is (205,98,157). Sum of RGB (Red+Green+Blue) = 205+98+157=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD629D is #329D62. Grayscale: #888888. Windows color (decimal): -3317091 or 10314445. OLE color: 10314445.
HSL color Cylindrical-coordinate representation of color #CD629D: hue angle of 326.92º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD629D is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 98 | 157 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.20 |
| HSL | 326.92º | 0.52% | 0.59% | - |
| HSV(B) | 326.92º | 0.52% | 0.8% | - |
| XYZ | 35.63 | 24.15 | 34.68 | - |
| YUV | 136.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 98 | 157 | 0 | 0.52 | 0.23 | 0.20 | 326.92 | 0.52 | 0.59 |
| Hex | CD | 62 | 9D | 0 | 34 | 17 | 14 | 147 | 34 | 3B |
| Octal | 315 | 142 | 235 | 0 | 64 | 27 | 24 | 507 | 64 | 73 |
| Binary | 11001101 | 1100010 | 10011101 | 0 | 110100 | 10111 | 10100 | 101000111 | 110100 | 111011 |
Color Harmonies of #CD629D
Complementary color
Monochromatic Colors of #CD629D
Black with #CD629D
Text Example
Text Example
White with #CD629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD629D; }
p { color: rgb(205,98,157); }
H1.HeaderClassName
{
color: #CD629D;
}
.AnyTagClassName
{
color: #CD629D;
}
</style>
background-color css
<style>
a { background-color: #CD629D; }
a { background-color: rgb(205,98,157); }
div.DivClassName
{
background-color: #CD629D;
}
.BgClassName
{
background-color: #CD629D;
}
</style>
border-color css
<style>
span { border-color: #CD629D; }
span { border-color: rgb(205,98,157); }
td.TdClassName
{
border-color: #CD629D;
}
.TagClassName
{
border-color: #CD629D;
}
</style>