Shades of Perfume #C29EE1
Tints of Perfume #C29EE1
RGB
CMYK
RGB Variations
Color information
#C29EE1 (or 0xC29EE1) is known color: Perfume. HEX triplet: C2, 9E and E1. RGB value is (194,158,225). Sum of RGB (Red+Green+Blue) = 194+158+225=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #C29EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EE1 is #3D611E. Grayscale: #B0B0B0. Windows color (decimal): -4022559 or 14786242. OLE color: 14786242.
HSL color Cylindrical-coordinate representation of color #C29EE1: hue angle of 272.24º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29EE1 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 158 | 225 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.12 |
| HSL | 272.24º | 0.53% | 0.75% | - |
| HSV(B) | 272.24º | 0.3% | 0.88% | - |
| XYZ | 48.07 | 41.36 | 76.68 | - |
| YUV | 176.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 225 | 0.14 | 0.30 | 0 | 0.12 | 272.24 | 0.53 | 0.75 |
| Hex | C2 | 9E | E1 | E | 1E | 0 | C | 110 | 35 | 4B |
| Octal | 302 | 236 | 341 | 16 | 36 | 0 | 14 | 420 | 65 | 113 |
| Binary | 11000010 | 10011110 | 11100001 | 1110 | 11110 | 0 | 1100 | 100010000 | 110101 | 1001011 |
Color Harmonies of #C29EE1
Complementary color
Monochromatic Colors of #C29EE1
Black with #C29EE1
Text Example
Text Example
White with #C29EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29EE1; }
p { color: rgb(194,158,225); }
H1.HeaderClassName
{
color: #C29EE1;
}
.AnyTagClassName
{
color: #C29EE1;
}
</style>
background-color css
<style>
a { background-color: #C29EE1; }
a { background-color: rgb(194,158,225); }
div.DivClassName
{
background-color: #C29EE1;
}
.BgClassName
{
background-color: #C29EE1;
}
</style>
border-color css
<style>
span { border-color: #C29EE1; }
span { border-color: rgb(194,158,225); }
td.TdClassName
{
border-color: #C29EE1;
}
.TagClassName
{
border-color: #C29EE1;
}
</style>