Shades of Perfume #C5A0E5
Tints of Perfume #C5A0E5
RGB
CMYK
RGB Variations
Color information
#C5A0E5 (or 0xC5A0E5) is known color: Perfume. HEX triplet: C5, A0 and E5. RGB value is (197,160,229). Sum of RGB (Red+Green+Blue) = 197+160+229=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #C5A0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A0E5 is #3A5F1A. Grayscale: #B2B2B2. Windows color (decimal): -3825435 or 15048901. OLE color: 15048901.
HSL color Cylindrical-coordinate representation of color #C5A0E5: hue angle of 272.17º 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 #C5A0E5 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 197 | 160 | 229 | - |
CMYK | 0.14 | 0.30 | 0 | 0.10 |
HSL | 272.17º | 0.57% | 0.76% | - |
HSV(B) | 272.17º | 0.3% | 0.9% | - |
XYZ | 49.74 | 42.67 | 79.74 | - |
YUV | 178.93 | 156.26 | 140.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 160 | 229 | 0.14 | 0.30 | 0 | 0.10 | 272.17 | 0.57 | 0.76 |
Hex | C5 | A0 | E5 | E | 1E | 0 | A | 110 | 39 | 4C |
Octal | 305 | 240 | 345 | 16 | 36 | 0 | 12 | 420 | 71 | 114 |
Binary | 11000101 | 10100000 | 11100101 | 1110 | 11110 | 0 | 1010 | 100010000 | 111001 | 1001100 |
Color Harmonies of #C5A0E5
Complementary color
Monochromatic Colors of #C5A0E5
Black with #C5A0E5
Text Example
Text Example
White with #C5A0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A0E5; }
p { color: rgb(197,160,229); }
H1.HeaderClassName
{
color: #C5A0E5;
}
.AnyTagClassName
{
color: #C5A0E5;
}
</style>
background-color css
<style>
a { background-color: #C5A0E5; }
a { background-color: rgb(197,160,229); }
div.DivClassName
{
background-color: #C5A0E5;
}
.BgClassName
{
background-color: #C5A0E5;
}
</style>
border-color css
<style>
span { border-color: #C5A0E5; }
span { border-color: rgb(197,160,229); }
td.TdClassName
{
border-color: #C5A0E5;
}
.TagClassName
{
border-color: #C5A0E5;
}
</style>