Shades of Perfume #C29AE7
Tints of Perfume #C29AE7
RGB
CMYK
RGB Variations
Color information
#C29AE7 (or 0xC29AE7) is known color: Perfume. HEX triplet: C2, 9A and E7. RGB value is (194,154,231). Sum of RGB (Red+Green+Blue) = 194+154+231=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #C29AE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29AE7 is #3D6518. Grayscale: #AEAEAE. Windows color (decimal): -4023577 or 15178434. OLE color: 15178434.
HSL color Cylindrical-coordinate representation of color #C29AE7: hue angle of 271.17º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C29AE7 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 154 | 231 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.09 |
| HSL | 271.17º | 0.62% | 0.75% | - |
| HSV(B) | 271.17º | 0.33% | 0.91% | - |
| XYZ | 48.23 | 40.35 | 80.85 | - |
| YUV | 174.74 | 159.75 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 231 | 0.16 | 0.33 | 0 | 0.09 | 271.17 | 0.62 | 0.75 |
| Hex | C2 | 9A | E7 | 10 | 21 | 0 | 9 | 10F | 3E | 4B |
| Octal | 302 | 232 | 347 | 20 | 41 | 0 | 11 | 417 | 76 | 113 |
| Binary | 11000010 | 10011010 | 11100111 | 10000 | 100001 | 0 | 1001 | 100001111 | 111110 | 1001011 |
Color Harmonies of #C29AE7
Complementary color
Monochromatic Colors of #C29AE7
Black with #C29AE7
Text Example
Text Example
White with #C29AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29AE7; }
p { color: rgb(194,154,231); }
H1.HeaderClassName
{
color: #C29AE7;
}
.AnyTagClassName
{
color: #C29AE7;
}
</style>
background-color css
<style>
a { background-color: #C29AE7; }
a { background-color: rgb(194,154,231); }
div.DivClassName
{
background-color: #C29AE7;
}
.BgClassName
{
background-color: #C29AE7;
}
</style>
border-color css
<style>
span { border-color: #C29AE7; }
span { border-color: rgb(194,154,231); }
td.TdClassName
{
border-color: #C29AE7;
}
.TagClassName
{
border-color: #C29AE7;
}
</style>