Shades of Perfume #C5A4E0
Tints of Perfume #C5A4E0
RGB
CMYK
RGB Variations
Color information
#C5A4E0 (or 0xC5A4E0) is known color: Perfume. HEX triplet: C5, A4 and E0. RGB value is (197,164,224). Sum of RGB (Red+Green+Blue) = 197+164+224=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5A4E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A4E0 is #3A5B1F. Grayscale: #B4B4B4. Windows color (decimal): -3824416 or 14722245. OLE color: 14722245.
HSL color Cylindrical-coordinate representation of color #C5A4E0: hue angle of 273º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5A4E0 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 164 | 224 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.12 |
| HSL | 273º | 0.49% | 0.76% | - |
| HSV(B) | 273º | 0.27% | 0.88% | - |
| XYZ | 49.76 | 43.8 | 76.35 | - |
| YUV | 180.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 224 | 0.12 | 0.27 | 0 | 0.12 | 273 | 0.49 | 0.76 |
| Hex | C5 | A4 | E0 | C | 1B | 0 | C | 111 | 31 | 4C |
| Octal | 305 | 244 | 340 | 14 | 33 | 0 | 14 | 421 | 61 | 114 |
| Binary | 11000101 | 10100100 | 11100000 | 1100 | 11011 | 0 | 1100 | 100010001 | 110001 | 1001100 |
Color Harmonies of #C5A4E0
Complementary color
Monochromatic Colors of #C5A4E0
Black with #C5A4E0
Text Example
Text Example
White with #C5A4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A4E0; }
p { color: rgb(197,164,224); }
H1.HeaderClassName
{
color: #C5A4E0;
}
.AnyTagClassName
{
color: #C5A4E0;
}
</style>
background-color css
<style>
a { background-color: #C5A4E0; }
a { background-color: rgb(197,164,224); }
div.DivClassName
{
background-color: #C5A4E0;
}
.BgClassName
{
background-color: #C5A4E0;
}
</style>
border-color css
<style>
span { border-color: #C5A4E0; }
span { border-color: rgb(197,164,224); }
td.TdClassName
{
border-color: #C5A4E0;
}
.TagClassName
{
border-color: #C5A4E0;
}
</style>