Shades of Perfume #C5A5E0
Tints of Perfume #C5A5E0
RGB
CMYK
RGB Variations
Color information
#C5A5E0 (or 0xC5A5E0) is known color: Perfume. HEX triplet: C5, A5 and E0. RGB value is (197,165,224). Sum of RGB (Red+Green+Blue) = 197+165+224=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5A5E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A5E0 is #3A5A1F. Grayscale: #B5B5B5. Windows color (decimal): -3824160 or 14722501. OLE color: 14722501.
HSL color Cylindrical-coordinate representation of color #C5A5E0: hue angle of 272.54º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5A5E0 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 165 | 224 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.12 |
| HSL | 272.54º | 0.49% | 0.76% | - |
| HSV(B) | 272.54º | 0.26% | 0.88% | - |
| XYZ | 49.94 | 44.16 | 76.41 | - |
| YUV | 181.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 224 | 0.12 | 0.26 | 0 | 0.12 | 272.54 | 0.49 | 0.76 |
| Hex | C5 | A5 | E0 | C | 1A | 0 | C | 111 | 31 | 4C |
| Octal | 305 | 245 | 340 | 14 | 32 | 0 | 14 | 421 | 61 | 114 |
| Binary | 11000101 | 10100101 | 11100000 | 1100 | 11010 | 0 | 1100 | 100010001 | 110001 | 1001100 |
Color Harmonies of #C5A5E0
Complementary color
Monochromatic Colors of #C5A5E0
Black with #C5A5E0
Text Example
Text Example
White with #C5A5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A5E0; }
p { color: rgb(197,165,224); }
H1.HeaderClassName
{
color: #C5A5E0;
}
.AnyTagClassName
{
color: #C5A5E0;
}
</style>
background-color css
<style>
a { background-color: #C5A5E0; }
a { background-color: rgb(197,165,224); }
div.DivClassName
{
background-color: #C5A5E0;
}
.BgClassName
{
background-color: #C5A5E0;
}
</style>
border-color css
<style>
span { border-color: #C5A5E0; }
span { border-color: rgb(197,165,224); }
td.TdClassName
{
border-color: #C5A5E0;
}
.TagClassName
{
border-color: #C5A5E0;
}
</style>