Shades of Hopbush #CD639D
Tints of Hopbush #CD639D
RGB
CMYK
RGB Variations
Color information
#CD639D (or 0xCD639D) is known color: Hopbush. HEX triplet: CD, 63 and 9D. RGB value is (205,99,157). Sum of RGB (Red+Green+Blue) = 205+99+157=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD639D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD639D is #329C62. Grayscale: #898989. Windows color (decimal): -3316835 or 10314701. OLE color: 10314701.
HSL color Cylindrical-coordinate representation of color #CD639D: hue angle of 327.17º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD639D is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 99 | 157 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.20 |
| HSL | 327.17º | 0.51% | 0.6% | - |
| HSV(B) | 327.17º | 0.52% | 0.8% | - |
| XYZ | 35.72 | 24.34 | 34.71 | - |
| YUV | 137.31 | 139.12 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 99 | 157 | 0 | 0.52 | 0.23 | 0.20 | 327.17 | 0.51 | 0.6 |
| Hex | CD | 63 | 9D | 0 | 34 | 17 | 14 | 147 | 33 | 3C |
| Octal | 315 | 143 | 235 | 0 | 64 | 27 | 24 | 507 | 63 | 74 |
| Binary | 11001101 | 1100011 | 10011101 | 0 | 110100 | 10111 | 10100 | 101000111 | 110011 | 111100 |
Color Harmonies of #CD639D
Complementary color
Monochromatic Colors of #CD639D
Black with #CD639D
Text Example
Text Example
White with #CD639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD639D; }
p { color: rgb(205,99,157); }
H1.HeaderClassName
{
color: #CD639D;
}
.AnyTagClassName
{
color: #CD639D;
}
</style>
background-color css
<style>
a { background-color: #CD639D; }
a { background-color: rgb(205,99,157); }
div.DivClassName
{
background-color: #CD639D;
}
.BgClassName
{
background-color: #CD639D;
}
</style>
border-color css
<style>
span { border-color: #CD639D; }
span { border-color: rgb(205,99,157); }
td.TdClassName
{
border-color: #CD639D;
}
.TagClassName
{
border-color: #CD639D;
}
</style>