Shades of Bouquet #C27DA8
Tints of Bouquet #C27DA8
RGB
CMYK
RGB Variations
Color information
#C27DA8 (or 0xC27DA8) is known color: Bouquet. HEX triplet: C2, 7D and A8. RGB value is (194,125,168). Sum of RGB (Red+Green+Blue) = 194+125+168=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27DA8 is #3D8257. Grayscale: #969696. Windows color (decimal): -4031064 or 11042242. OLE color: 11042242.
HSL color Cylindrical-coordinate representation of color #C27DA8: hue angle of 322.61º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27DA8 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 168 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.24 |
| HSL | 322.61º | 0.36% | 0.63% | - |
| HSV(B) | 322.61º | 0.36% | 0.76% | - |
| XYZ | 36.65 | 28.96 | 40.7 | - |
| YUV | 150.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 168 | 0 | 0.36 | 0.13 | 0.24 | 322.61 | 0.36 | 0.63 |
| Hex | C2 | 7D | A8 | 0 | 24 | D | 18 | 143 | 24 | 3F |
| Octal | 302 | 175 | 250 | 0 | 44 | 15 | 30 | 503 | 44 | 77 |
| Binary | 11000010 | 1111101 | 10101000 | 0 | 100100 | 1101 | 11000 | 101000011 | 100100 | 111111 |
Color Harmonies of #C27DA8
Complementary color
Monochromatic Colors of #C27DA8
Black with #C27DA8
Text Example
Text Example
White with #C27DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27DA8; }
p { color: rgb(194,125,168); }
H1.HeaderClassName
{
color: #C27DA8;
}
.AnyTagClassName
{
color: #C27DA8;
}
</style>
background-color css
<style>
a { background-color: #C27DA8; }
a { background-color: rgb(194,125,168); }
div.DivClassName
{
background-color: #C27DA8;
}
.BgClassName
{
background-color: #C27DA8;
}
</style>
border-color css
<style>
span { border-color: #C27DA8; }
span { border-color: rgb(194,125,168); }
td.TdClassName
{
border-color: #C27DA8;
}
.TagClassName
{
border-color: #C27DA8;
}
</style>