Shades of Perfume #C5A1E5
Tints of Perfume #C5A1E5
RGB
CMYK
RGB Variations
Color information
#C5A1E5 (or 0xC5A1E5) is known color: Perfume. HEX triplet: C5, A1 and E5. RGB value is (197,161,229). Sum of RGB (Red+Green+Blue) = 197+161+229=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #C5A1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A1E5 is #3A5E1A. Grayscale: #B3B3B3. Windows color (decimal): -3825179 or 15049157. OLE color: 15049157.
HSL color Cylindrical-coordinate representation of color #C5A1E5: hue angle of 271.76º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5A1E5 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 161 | 229 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.10 |
| HSL | 271.76º | 0.57% | 0.76% | - |
| HSV(B) | 271.76º | 0.3% | 0.9% | - |
| XYZ | 49.91 | 43.02 | 79.8 | - |
| YUV | 179.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 229 | 0.14 | 0.30 | 0 | 0.10 | 271.76 | 0.57 | 0.76 |
| Hex | C5 | A1 | E5 | E | 1E | 0 | A | 110 | 39 | 4C |
| Octal | 305 | 241 | 345 | 16 | 36 | 0 | 12 | 420 | 71 | 114 |
| Binary | 11000101 | 10100001 | 11100101 | 1110 | 11110 | 0 | 1010 | 100010000 | 111001 | 1001100 |
Color Harmonies of #C5A1E5
Complementary color
Monochromatic Colors of #C5A1E5
Black with #C5A1E5
Text Example
Text Example
White with #C5A1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A1E5; }
p { color: rgb(197,161,229); }
H1.HeaderClassName
{
color: #C5A1E5;
}
.AnyTagClassName
{
color: #C5A1E5;
}
</style>
background-color css
<style>
a { background-color: #C5A1E5; }
a { background-color: rgb(197,161,229); }
div.DivClassName
{
background-color: #C5A1E5;
}
.BgClassName
{
background-color: #C5A1E5;
}
</style>
border-color css
<style>
span { border-color: #C5A1E5; }
span { border-color: rgb(197,161,229); }
td.TdClassName
{
border-color: #C5A1E5;
}
.TagClassName
{
border-color: #C5A1E5;
}
</style>