Shades of Bouquet #C27FA7
Tints of Bouquet #C27FA7
RGB
CMYK
RGB Variations
Color information
#C27FA7 (or 0xC27FA7) is known color: Bouquet. HEX triplet: C2, 7F and A7. RGB value is (194,127,167). Sum of RGB (Red+Green+Blue) = 194+127+167=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27FA7 is #3D8058. Grayscale: #979797. Windows color (decimal): -4030553 or 10977218. OLE color: 10977218.
HSL color Cylindrical-coordinate representation of color #C27FA7: hue angle of 324.18º 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 #C27FA7 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 167 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.24 |
| HSL | 324.18º | 0.35% | 0.63% | - |
| HSV(B) | 324.18º | 0.35% | 0.76% | - |
| XYZ | 36.81 | 29.44 | 40.3 | - |
| YUV | 151.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 167 | 0 | 0.35 | 0.14 | 0.24 | 324.18 | 0.35 | 0.63 |
| Hex | C2 | 7F | A7 | 0 | 23 | E | 18 | 144 | 23 | 3F |
| Octal | 302 | 177 | 247 | 0 | 43 | 16 | 30 | 504 | 43 | 77 |
| Binary | 11000010 | 1111111 | 10100111 | 0 | 100011 | 1110 | 11000 | 101000100 | 100011 | 111111 |
Color Harmonies of #C27FA7
Complementary color
Monochromatic Colors of #C27FA7
Black with #C27FA7
Text Example
Text Example
White with #C27FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27FA7; }
p { color: rgb(194,127,167); }
H1.HeaderClassName
{
color: #C27FA7;
}
.AnyTagClassName
{
color: #C27FA7;
}
</style>
background-color css
<style>
a { background-color: #C27FA7; }
a { background-color: rgb(194,127,167); }
div.DivClassName
{
background-color: #C27FA7;
}
.BgClassName
{
background-color: #C27FA7;
}
</style>
border-color css
<style>
span { border-color: #C27FA7; }
span { border-color: rgb(194,127,167); }
td.TdClassName
{
border-color: #C27FA7;
}
.TagClassName
{
border-color: #C27FA7;
}
</style>