Shades of Hopbush #CD75A5
Tints of Hopbush #CD75A5
RGB
CMYK
RGB Variations
Color information
#CD75A5 (or 0xCD75A5) is known color: Hopbush. HEX triplet: CD, 75 and A5. RGB value is (205,117,165). Sum of RGB (Red+Green+Blue) = 205+117+165=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD75A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD75A5 is #328A5A. Grayscale: #949494. Windows color (decimal): -3312219 or 10843597. OLE color: 10843597.
HSL color Cylindrical-coordinate representation of color #CD75A5: hue angle of 327.27º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD75A5 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 117 | 165 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.20 |
| HSL | 327.27º | 0.47% | 0.63% | - |
| HSV(B) | 327.27º | 0.43% | 0.8% | - |
| XYZ | 38.33 | 28.42 | 39.06 | - |
| YUV | 148.78 | 137.15 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 117 | 165 | 0 | 0.43 | 0.20 | 0.20 | 327.27 | 0.47 | 0.63 |
| Hex | CD | 75 | A5 | 0 | 2B | 14 | 14 | 147 | 2F | 3F |
| Octal | 315 | 165 | 245 | 0 | 53 | 24 | 24 | 507 | 57 | 77 |
| Binary | 11001101 | 1110101 | 10100101 | 0 | 101011 | 10100 | 10100 | 101000111 | 101111 | 111111 |
Color Harmonies of #CD75A5
Complementary color
Monochromatic Colors of #CD75A5
Black with #CD75A5
Text Example
Text Example
White with #CD75A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD75A5; }
p { color: rgb(205,117,165); }
H1.HeaderClassName
{
color: #CD75A5;
}
.AnyTagClassName
{
color: #CD75A5;
}
</style>
background-color css
<style>
a { background-color: #CD75A5; }
a { background-color: rgb(205,117,165); }
div.DivClassName
{
background-color: #CD75A5;
}
.BgClassName
{
background-color: #CD75A5;
}
</style>
border-color css
<style>
span { border-color: #CD75A5; }
span { border-color: rgb(205,117,165); }
td.TdClassName
{
border-color: #CD75A5;
}
.TagClassName
{
border-color: #CD75A5;
}
</style>