Shades of Hopbush #CC6DB0
Tints of Hopbush #CC6DB0
RGB
CMYK
RGB Variations
Color information
#CC6DB0 (or 0xCC6DB0) is known color: Hopbush. HEX triplet: CC, 6D and B0. RGB value is (204,109,176). Sum of RGB (Red+Green+Blue) = 204+109+176=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6DB0 is #33924F. Grayscale: #909090. Windows color (decimal): -3379792 or 11562444. OLE color: 11562444.
HSL color Cylindrical-coordinate representation of color #CC6DB0: hue angle of 317.68º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6DB0 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 176 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.2 |
| HSL | 317.68º | 0.48% | 0.61% | - |
| HSV(B) | 317.68º | 0.47% | 0.8% | - |
| XYZ | 38.21 | 26.91 | 44.25 | - |
| YUV | 145.04 | 145.47 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 176 | 0 | 0.47 | 0.14 | 0.2 | 317.68 | 0.48 | 0.61 |
| Hex | CC | 6D | B0 | 0 | 2F | E | 14 | 13E | 30 | 3D |
| Octal | 314 | 155 | 260 | 0 | 57 | 16 | 24 | 476 | 60 | 75 |
| Binary | 11001100 | 1101101 | 10110000 | 0 | 101111 | 1110 | 10100 | 100111110 | 110000 | 111101 |
Color Harmonies of #CC6DB0
Complementary color
Monochromatic Colors of #CC6DB0
Black with #CC6DB0
Text Example
Text Example
White with #CC6DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DB0; }
p { color: rgb(204,109,176); }
H1.HeaderClassName
{
color: #CC6DB0;
}
.AnyTagClassName
{
color: #CC6DB0;
}
</style>
background-color css
<style>
a { background-color: #CC6DB0; }
a { background-color: rgb(204,109,176); }
div.DivClassName
{
background-color: #CC6DB0;
}
.BgClassName
{
background-color: #CC6DB0;
}
</style>
border-color css
<style>
span { border-color: #CC6DB0; }
span { border-color: rgb(204,109,176); }
td.TdClassName
{
border-color: #CC6DB0;
}
.TagClassName
{
border-color: #CC6DB0;
}
</style>