Shades of Perfume #C5A0E4
Tints of Perfume #C5A0E4
RGB
CMYK
RGB Variations
Color information
#C5A0E4 (or 0xC5A0E4) is known color: Perfume. HEX triplet: C5, A0 and E4. RGB value is (197,160,228). Sum of RGB (Red+Green+Blue) = 197+160+228=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 228 - color contains mainly: blue. Hex color #C5A0E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A0E4 is #3A5F1B. Grayscale: #B2B2B2. Windows color (decimal): -3825436 or 14983365. OLE color: 14983365.
HSL color Cylindrical-coordinate representation of color #C5A0E4: hue angle of 272.65º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5A0E4 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 160 | 228 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.11 |
| HSL | 272.65º | 0.56% | 0.76% | - |
| HSV(B) | 272.65º | 0.3% | 0.89% | - |
| XYZ | 49.6 | 42.61 | 79.01 | - |
| YUV | 178.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 228 | 0.14 | 0.30 | 0 | 0.11 | 272.65 | 0.56 | 0.76 |
| Hex | C5 | A0 | E4 | E | 1E | 0 | B | 111 | 38 | 4C |
| Octal | 305 | 240 | 344 | 16 | 36 | 0 | 13 | 421 | 70 | 114 |
| Binary | 11000101 | 10100000 | 11100100 | 1110 | 11110 | 0 | 1011 | 100010001 | 111000 | 1001100 |
Color Harmonies of #C5A0E4
Complementary color
Monochromatic Colors of #C5A0E4
Black with #C5A0E4
Text Example
Text Example
White with #C5A0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A0E4; }
p { color: rgb(197,160,228); }
H1.HeaderClassName
{
color: #C5A0E4;
}
.AnyTagClassName
{
color: #C5A0E4;
}
</style>
background-color css
<style>
a { background-color: #C5A0E4; }
a { background-color: rgb(197,160,228); }
div.DivClassName
{
background-color: #C5A0E4;
}
.BgClassName
{
background-color: #C5A0E4;
}
</style>
border-color css
<style>
span { border-color: #C5A0E4; }
span { border-color: rgb(197,160,228); }
td.TdClassName
{
border-color: #C5A0E4;
}
.TagClassName
{
border-color: #C5A0E4;
}
</style>