Shades of Perfume #C29CE5
Tints of Perfume #C29CE5
RGB
CMYK
RGB Variations
Color information
#C29CE5 (or 0xC29CE5) is known color: Perfume. HEX triplet: C2, 9C and E5. RGB value is (194,156,229). Sum of RGB (Red+Green+Blue) = 194+156+229=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #C29CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CE5 is #3D631A. Grayscale: #AFAFAF. Windows color (decimal): -4023067 or 15047874. OLE color: 15047874.
HSL color Cylindrical-coordinate representation of color #C29CE5: hue angle of 271.23º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C29CE5 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 156 | 229 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.10 |
| HSL | 271.23º | 0.58% | 0.75% | - |
| HSV(B) | 271.23º | 0.32% | 0.9% | - |
| XYZ | 48.28 | 40.9 | 79.48 | - |
| YUV | 175.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 229 | 0.15 | 0.32 | 0 | 0.10 | 271.23 | 0.58 | 0.75 |
| Hex | C2 | 9C | E5 | F | 20 | 0 | A | 10F | 3A | 4B |
| Octal | 302 | 234 | 345 | 17 | 40 | 0 | 12 | 417 | 72 | 113 |
| Binary | 11000010 | 10011100 | 11100101 | 1111 | 100000 | 0 | 1010 | 100001111 | 111010 | 1001011 |
Color Harmonies of #C29CE5
Complementary color
Monochromatic Colors of #C29CE5
Black with #C29CE5
Text Example
Text Example
White with #C29CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CE5; }
p { color: rgb(194,156,229); }
H1.HeaderClassName
{
color: #C29CE5;
}
.AnyTagClassName
{
color: #C29CE5;
}
</style>
background-color css
<style>
a { background-color: #C29CE5; }
a { background-color: rgb(194,156,229); }
div.DivClassName
{
background-color: #C29CE5;
}
.BgClassName
{
background-color: #C29CE5;
}
</style>
border-color css
<style>
span { border-color: #C29CE5; }
span { border-color: rgb(194,156,229); }
td.TdClassName
{
border-color: #C29CE5;
}
.TagClassName
{
border-color: #C29CE5;
}
</style>