Shades of Perfume #C29FE5
Tints of Perfume #C29FE5
RGB
CMYK
RGB Variations
Color information
#C29FE5 (or 0xC29FE5) is known color: Perfume. HEX triplet: C2, 9F and E5. RGB value is (194,159,229). Sum of RGB (Red+Green+Blue) = 194+159+229=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #C29FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FE5 is #3D601A. Grayscale: #B1B1B1. Windows color (decimal): -4022299 or 15048642. OLE color: 15048642.
HSL color Cylindrical-coordinate representation of color #C29FE5: hue angle of 270º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C29FE5 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 159 | 229 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.10 |
| HSL | 270º | 0.57% | 0.76% | - |
| HSV(B) | 270º | 0.31% | 0.9% | - |
| XYZ | 48.79 | 41.92 | 79.65 | - |
| YUV | 177.45 | 157.1 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 229 | 0.15 | 0.31 | 0 | 0.10 | 270 | 0.57 | 0.76 |
| Hex | C2 | 9F | E5 | F | 1F | 0 | A | 10E | 39 | 4C |
| Octal | 302 | 237 | 345 | 17 | 37 | 0 | 12 | 416 | 71 | 114 |
| Binary | 11000010 | 10011111 | 11100101 | 1111 | 11111 | 0 | 1010 | 100001110 | 111001 | 1001100 |
Color Harmonies of #C29FE5
Complementary color
Monochromatic Colors of #C29FE5
Black with #C29FE5
Text Example
Text Example
White with #C29FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FE5; }
p { color: rgb(194,159,229); }
H1.HeaderClassName
{
color: #C29FE5;
}
.AnyTagClassName
{
color: #C29FE5;
}
</style>
background-color css
<style>
a { background-color: #C29FE5; }
a { background-color: rgb(194,159,229); }
div.DivClassName
{
background-color: #C29FE5;
}
.BgClassName
{
background-color: #C29FE5;
}
</style>
border-color css
<style>
span { border-color: #C29FE5; }
span { border-color: rgb(194,159,229); }
td.TdClassName
{
border-color: #C29FE5;
}
.TagClassName
{
border-color: #C29FE5;
}
</style>