Shades of Bouquet #C27FAC
Tints of Bouquet #C27FAC
RGB
CMYK
RGB Variations
Color information
#C27FAC (or 0xC27FAC) is known color: Bouquet. HEX triplet: C2, 7F and AC. RGB value is (194,127,172). Sum of RGB (Red+Green+Blue) = 194+127+172=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27FAC is #3D8053. Grayscale: #989898. Windows color (decimal): -4030548 or 11304898. OLE color: 11304898.
HSL color Cylindrical-coordinate representation of color #C27FAC: hue angle of 319.7º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C27FAC is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 172 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.24 |
| HSL | 319.7º | 0.35% | 0.63% | - |
| HSV(B) | 319.7º | 0.35% | 0.76% | - |
| XYZ | 37.28 | 29.63 | 42.78 | - |
| YUV | 152.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 172 | 0 | 0.35 | 0.11 | 0.24 | 319.7 | 0.35 | 0.63 |
| Hex | C2 | 7F | AC | 0 | 23 | B | 18 | 140 | 23 | 3F |
| Octal | 302 | 177 | 254 | 0 | 43 | 13 | 30 | 500 | 43 | 77 |
| Binary | 11000010 | 1111111 | 10101100 | 0 | 100011 | 1011 | 11000 | 101000000 | 100011 | 111111 |
Color Harmonies of #C27FAC
Complementary color
Monochromatic Colors of #C27FAC
Black with #C27FAC
Text Example
Text Example
White with #C27FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27FAC; }
p { color: rgb(194,127,172); }
H1.HeaderClassName
{
color: #C27FAC;
}
.AnyTagClassName
{
color: #C27FAC;
}
</style>
background-color css
<style>
a { background-color: #C27FAC; }
a { background-color: rgb(194,127,172); }
div.DivClassName
{
background-color: #C27FAC;
}
.BgClassName
{
background-color: #C27FAC;
}
</style>
border-color css
<style>
span { border-color: #C27FAC; }
span { border-color: rgb(194,127,172); }
td.TdClassName
{
border-color: #C27FAC;
}
.TagClassName
{
border-color: #C27FAC;
}
</style>