Shades of Bouquet #C47BAD
Tints of Bouquet #C47BAD
RGB
CMYK
RGB Variations
Color information
#C47BAD (or 0xC47BAD) is known color: Bouquet. HEX triplet: C4, 7B and AD. RGB value is (196,123,173). Sum of RGB (Red+Green+Blue) = 196+123+173=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47BAD is #3B8452. Grayscale: #969696. Windows color (decimal): -3900499 or 11369412. OLE color: 11369412.
HSL color Cylindrical-coordinate representation of color #C47BAD: hue angle of 318.9º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47BAD is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 173 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.23 |
| HSL | 318.9º | 0.38% | 0.63% | - |
| HSV(B) | 318.9º | 0.37% | 0.77% | - |
| XYZ | 37.39 | 28.92 | 43.15 | - |
| YUV | 150.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 173 | 0 | 0.37 | 0.12 | 0.23 | 318.9 | 0.38 | 0.63 |
| Hex | C4 | 7B | AD | 0 | 25 | C | 17 | 13F | 26 | 3F |
| Octal | 304 | 173 | 255 | 0 | 45 | 14 | 27 | 477 | 46 | 77 |
| Binary | 11000100 | 1111011 | 10101101 | 0 | 100101 | 1100 | 10111 | 100111111 | 100110 | 111111 |
Color Harmonies of #C47BAD
Complementary color
Monochromatic Colors of #C47BAD
Black with #C47BAD
Text Example
Text Example
White with #C47BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BAD; }
p { color: rgb(196,123,173); }
H1.HeaderClassName
{
color: #C47BAD;
}
.AnyTagClassName
{
color: #C47BAD;
}
</style>
background-color css
<style>
a { background-color: #C47BAD; }
a { background-color: rgb(196,123,173); }
div.DivClassName
{
background-color: #C47BAD;
}
.BgClassName
{
background-color: #C47BAD;
}
</style>
border-color css
<style>
span { border-color: #C47BAD; }
span { border-color: rgb(196,123,173); }
td.TdClassName
{
border-color: #C47BAD;
}
.TagClassName
{
border-color: #C47BAD;
}
</style>