Shades of Bouquet #C575B0
Tints of Bouquet #C575B0
RGB
CMYK
RGB Variations
Color information
#C575B0 (or 0xC575B0) is known color: Bouquet. HEX triplet: C5, 75 and B0. RGB value is (197,117,176). Sum of RGB (Red+Green+Blue) = 197+117+176=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C575B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575B0 is #3A8A4F. Grayscale: #939393. Windows color (decimal): -3836496 or 11564485. OLE color: 11564485.
HSL color Cylindrical-coordinate representation of color #C575B0: hue angle of 315.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C575B0 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 176 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.23 |
| HSL | 315.75º | 0.41% | 0.62% | - |
| HSV(B) | 315.75º | 0.41% | 0.77% | - |
| XYZ | 37.22 | 27.73 | 44.46 | - |
| YUV | 147.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 176 | 0 | 0.41 | 0.11 | 0.23 | 315.75 | 0.41 | 0.62 |
| Hex | C5 | 75 | B0 | 0 | 29 | B | 17 | 13C | 29 | 3E |
| Octal | 305 | 165 | 260 | 0 | 51 | 13 | 27 | 474 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10110000 | 0 | 101001 | 1011 | 10111 | 100111100 | 101001 | 111110 |
Color Harmonies of #C575B0
Complementary color
Monochromatic Colors of #C575B0
Black with #C575B0
Text Example
Text Example
White with #C575B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575B0; }
p { color: rgb(197,117,176); }
H1.HeaderClassName
{
color: #C575B0;
}
.AnyTagClassName
{
color: #C575B0;
}
</style>
background-color css
<style>
a { background-color: #C575B0; }
a { background-color: rgb(197,117,176); }
div.DivClassName
{
background-color: #C575B0;
}
.BgClassName
{
background-color: #C575B0;
}
</style>
border-color css
<style>
span { border-color: #C575B0; }
span { border-color: rgb(197,117,176); }
td.TdClassName
{
border-color: #C575B0;
}
.TagClassName
{
border-color: #C575B0;
}
</style>