Shades of Perfume #C5A0E6
Tints of Perfume #C5A0E6
RGB
CMYK
RGB Variations
Color information
#C5A0E6 (or 0xC5A0E6) is known color: Perfume. HEX triplet: C5, A0 and E6. RGB value is (197,160,230). Sum of RGB (Red+Green+Blue) = 197+160+230=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #C5A0E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A0E6 is #3A5F19. Grayscale: #B2B2B2. Windows color (decimal): -3825434 or 15114437. OLE color: 15114437.
HSL color Cylindrical-coordinate representation of color #C5A0E6: hue angle of 271.71º degrees, saturation: 0.58, 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 #C5A0E6 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 160 | 230 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.10 |
| HSL | 271.71º | 0.58% | 0.76% | - |
| HSV(B) | 271.71º | 0.3% | 0.9% | - |
| XYZ | 49.88 | 42.73 | 80.48 | - |
| YUV | 179.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 230 | 0.14 | 0.30 | 0 | 0.10 | 271.71 | 0.58 | 0.76 |
| Hex | C5 | A0 | E6 | E | 1E | 0 | A | 110 | 3A | 4C |
| Octal | 305 | 240 | 346 | 16 | 36 | 0 | 12 | 420 | 72 | 114 |
| Binary | 11000101 | 10100000 | 11100110 | 1110 | 11110 | 0 | 1010 | 100010000 | 111010 | 1001100 |
Color Harmonies of #C5A0E6
Complementary color
Monochromatic Colors of #C5A0E6
Black with #C5A0E6
Text Example
Text Example
White with #C5A0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A0E6; }
p { color: rgb(197,160,230); }
H1.HeaderClassName
{
color: #C5A0E6;
}
.AnyTagClassName
{
color: #C5A0E6;
}
</style>
background-color css
<style>
a { background-color: #C5A0E6; }
a { background-color: rgb(197,160,230); }
div.DivClassName
{
background-color: #C5A0E6;
}
.BgClassName
{
background-color: #C5A0E6;
}
</style>
border-color css
<style>
span { border-color: #C5A0E6; }
span { border-color: rgb(197,160,230); }
td.TdClassName
{
border-color: #C5A0E6;
}
.TagClassName
{
border-color: #C5A0E6;
}
</style>