Shades of Perfume #C29FE9
Tints of Perfume #C29FE9
RGB
CMYK
RGB Variations
Color information
#C29FE9 (or 0xC29FE9) is known color: Perfume. HEX triplet: C2, 9F and E9. RGB value is (194,159,233). Sum of RGB (Red+Green+Blue) = 194+159+233=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #C29FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29FE9 is #3D6016. Grayscale: #B1B1B1. Windows color (decimal): -4022295 or 15310786. OLE color: 15310786.
HSL color Cylindrical-coordinate representation of color #C29FE9: hue angle of 268.38º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C29FE9 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 159 | 233 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.09 |
| HSL | 268.38º | 0.63% | 0.77% | - |
| HSV(B) | 268.38º | 0.32% | 0.91% | - |
| XYZ | 49.35 | 42.15 | 82.63 | - |
| YUV | 177.9 | 159.1 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 233 | 0.17 | 0.32 | 0 | 0.09 | 268.38 | 0.63 | 0.77 |
| Hex | C2 | 9F | E9 | 11 | 20 | 0 | 9 | 10C | 3F | 4D |
| Octal | 302 | 237 | 351 | 21 | 40 | 0 | 11 | 414 | 77 | 115 |
| Binary | 11000010 | 10011111 | 11101001 | 10001 | 100000 | 0 | 1001 | 100001100 | 111111 | 1001101 |
Color Harmonies of #C29FE9
Complementary color
Monochromatic Colors of #C29FE9
Black with #C29FE9
Text Example
Text Example
White with #C29FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FE9; }
p { color: rgb(194,159,233); }
H1.HeaderClassName
{
color: #C29FE9;
}
.AnyTagClassName
{
color: #C29FE9;
}
</style>
background-color css
<style>
a { background-color: #C29FE9; }
a { background-color: rgb(194,159,233); }
div.DivClassName
{
background-color: #C29FE9;
}
.BgClassName
{
background-color: #C29FE9;
}
</style>
border-color css
<style>
span { border-color: #C29FE9; }
span { border-color: rgb(194,159,233); }
td.TdClassName
{
border-color: #C29FE9;
}
.TagClassName
{
border-color: #C29FE9;
}
</style>