Shades of Hopbush #CD68A0
Tints of Hopbush #CD68A0
RGB
CMYK
RGB Variations
Color information
#CD68A0 (or 0xCD68A0) is known color: Hopbush. HEX triplet: CD, 68 and A0. RGB value is (205,104,160). Sum of RGB (Red+Green+Blue) = 205+104+160=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CD68A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD68A0 is #32975F. Grayscale: #8C8C8C. Windows color (decimal): -3315552 or 10512589. OLE color: 10512589.
HSL color Cylindrical-coordinate representation of color #CD68A0: hue angle of 326.73º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD68A0 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 104 | 160 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.20 |
| HSL | 326.73º | 0.5% | 0.61% | - |
| HSV(B) | 326.73º | 0.49% | 0.8% | - |
| XYZ | 36.47 | 25.42 | 36.24 | - |
| YUV | 140.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 160 | 0 | 0.49 | 0.22 | 0.20 | 326.73 | 0.5 | 0.61 |
| Hex | CD | 68 | A0 | 0 | 31 | 16 | 14 | 147 | 32 | 3D |
| Octal | 315 | 150 | 240 | 0 | 61 | 26 | 24 | 507 | 62 | 75 |
| Binary | 11001101 | 1101000 | 10100000 | 0 | 110001 | 10110 | 10100 | 101000111 | 110010 | 111101 |
Color Harmonies of #CD68A0
Complementary color
Monochromatic Colors of #CD68A0
Black with #CD68A0
Text Example
Text Example
White with #CD68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD68A0; }
p { color: rgb(205,104,160); }
H1.HeaderClassName
{
color: #CD68A0;
}
.AnyTagClassName
{
color: #CD68A0;
}
</style>
background-color css
<style>
a { background-color: #CD68A0; }
a { background-color: rgb(205,104,160); }
div.DivClassName
{
background-color: #CD68A0;
}
.BgClassName
{
background-color: #CD68A0;
}
</style>
border-color css
<style>
span { border-color: #CD68A0; }
span { border-color: rgb(205,104,160); }
td.TdClassName
{
border-color: #CD68A0;
}
.TagClassName
{
border-color: #CD68A0;
}
</style>