Shades of Bouquet #C271AD
Tints of Bouquet #C271AD
RGB
CMYK
RGB Variations
Color information
#C271AD (or 0xC271AD) is known color: Bouquet. HEX triplet: C2, 71 and AD. RGB value is (194,113,173). Sum of RGB (Red+Green+Blue) = 194+113+173=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C271AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C271AD is #3D8E52. Grayscale: #8F8F8F. Windows color (decimal): -4034131 or 11366850. OLE color: 11366850.
HSL color Cylindrical-coordinate representation of color #C271AD: hue angle of 315.56º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C271AD is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 173 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.24 |
| HSL | 315.56º | 0.4% | 0.6% | - |
| HSV(B) | 315.56º | 0.42% | 0.76% | - |
| XYZ | 35.7 | 26.3 | 42.73 | - |
| YUV | 144.06 | 144.34 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 173 | 0 | 0.42 | 0.11 | 0.24 | 315.56 | 0.4 | 0.6 |
| Hex | C2 | 71 | AD | 0 | 2A | B | 18 | 13C | 28 | 3C |
| Octal | 302 | 161 | 255 | 0 | 52 | 13 | 30 | 474 | 50 | 74 |
| Binary | 11000010 | 1110001 | 10101101 | 0 | 101010 | 1011 | 11000 | 100111100 | 101000 | 111100 |
Color Harmonies of #C271AD
Complementary color
Monochromatic Colors of #C271AD
Black with #C271AD
Text Example
Text Example
White with #C271AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271AD; }
p { color: rgb(194,113,173); }
H1.HeaderClassName
{
color: #C271AD;
}
.AnyTagClassName
{
color: #C271AD;
}
</style>
background-color css
<style>
a { background-color: #C271AD; }
a { background-color: rgb(194,113,173); }
div.DivClassName
{
background-color: #C271AD;
}
.BgClassName
{
background-color: #C271AD;
}
</style>
border-color css
<style>
span { border-color: #C271AD; }
span { border-color: rgb(194,113,173); }
td.TdClassName
{
border-color: #C271AD;
}
.TagClassName
{
border-color: #C271AD;
}
</style>