Shades of Bouquet #C27BAD
Tints of Bouquet #C27BAD
RGB
CMYK
RGB Variations
Color information
#C27BAD (or 0xC27BAD) is known color: Bouquet. HEX triplet: C2, 7B and AD. RGB value is (194,123,173). Sum of RGB (Red+Green+Blue) = 194+123+173=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C27BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27BAD is #3D8452. Grayscale: #959595. Windows color (decimal): -4031571 or 11369410. OLE color: 11369410.
HSL color Cylindrical-coordinate representation of color #C27BAD: hue angle of 317.75º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27BAD is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 173 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.24 |
| HSL | 317.75º | 0.37% | 0.62% | - |
| HSV(B) | 317.75º | 0.37% | 0.76% | - |
| XYZ | 36.87 | 28.65 | 43.12 | - |
| YUV | 149.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 173 | 0 | 0.37 | 0.11 | 0.24 | 317.75 | 0.37 | 0.62 |
| Hex | C2 | 7B | AD | 0 | 25 | B | 18 | 13E | 25 | 3E |
| Octal | 302 | 173 | 255 | 0 | 45 | 13 | 30 | 476 | 45 | 76 |
| Binary | 11000010 | 1111011 | 10101101 | 0 | 100101 | 1011 | 11000 | 100111110 | 100101 | 111110 |
Color Harmonies of #C27BAD
Complementary color
Monochromatic Colors of #C27BAD
Black with #C27BAD
Text Example
Text Example
White with #C27BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27BAD; }
p { color: rgb(194,123,173); }
H1.HeaderClassName
{
color: #C27BAD;
}
.AnyTagClassName
{
color: #C27BAD;
}
</style>
background-color css
<style>
a { background-color: #C27BAD; }
a { background-color: rgb(194,123,173); }
div.DivClassName
{
background-color: #C27BAD;
}
.BgClassName
{
background-color: #C27BAD;
}
</style>
border-color css
<style>
span { border-color: #C27BAD; }
span { border-color: rgb(194,123,173); }
td.TdClassName
{
border-color: #C27BAD;
}
.TagClassName
{
border-color: #C27BAD;
}
</style>