Shades of Hopbush #CD74B2
Tints of Hopbush #CD74B2
RGB
CMYK
RGB Variations
Color information
#CD74B2 (or 0xCD74B2) is known color: Hopbush. HEX triplet: CD, 74 and B2. RGB value is (205,116,178). Sum of RGB (Red+Green+Blue) = 205+116+178=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CD74B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD74B2 is #328B4D. Grayscale: #959595. Windows color (decimal): -3312462 or 11695309. OLE color: 11695309.
HSL color Cylindrical-coordinate representation of color #CD74B2: hue angle of 318.2º 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 #CD74B2 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 178 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.20 |
| HSL | 318.2º | 0.47% | 0.63% | - |
| HSV(B) | 318.2º | 0.43% | 0.8% | - |
| XYZ | 39.46 | 28.68 | 45.58 | - |
| YUV | 149.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 178 | 0 | 0.43 | 0.13 | 0.20 | 318.2 | 0.47 | 0.63 |
| Hex | CD | 74 | B2 | 0 | 2B | D | 14 | 13E | 2F | 3F |
| Octal | 315 | 164 | 262 | 0 | 53 | 15 | 24 | 476 | 57 | 77 |
| Binary | 11001101 | 1110100 | 10110010 | 0 | 101011 | 1101 | 10100 | 100111110 | 101111 | 111111 |
Color Harmonies of #CD74B2
Complementary color
Monochromatic Colors of #CD74B2
Black with #CD74B2
Text Example
Text Example
White with #CD74B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD74B2; }
p { color: rgb(205,116,178); }
H1.HeaderClassName
{
color: #CD74B2;
}
.AnyTagClassName
{
color: #CD74B2;
}
</style>
background-color css
<style>
a { background-color: #CD74B2; }
a { background-color: rgb(205,116,178); }
div.DivClassName
{
background-color: #CD74B2;
}
.BgClassName
{
background-color: #CD74B2;
}
</style>
border-color css
<style>
span { border-color: #CD74B2; }
span { border-color: rgb(205,116,178); }
td.TdClassName
{
border-color: #CD74B2;
}
.TagClassName
{
border-color: #CD74B2;
}
</style>