Shades of Perfume #C5A3E3
Tints of Perfume #C5A3E3
RGB
CMYK
RGB Variations
Color information
#C5A3E3 (or 0xC5A3E3) is known color: Perfume. HEX triplet: C5, A3 and E3. RGB value is (197,163,227). Sum of RGB (Red+Green+Blue) = 197+163+227=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 163 (64.06% from 255 or 27.77% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #C5A3E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A3E3 is #3A5C1C. Grayscale: #B4B4B4. Windows color (decimal): -3824669 or 14918597. OLE color: 14918597.
HSL color Cylindrical-coordinate representation of color #C5A3E3: hue angle of 271.88º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5A3E3 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 163 | 227 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.11 |
| HSL | 271.88º | 0.53% | 0.76% | - |
| HSV(B) | 271.88º | 0.28% | 0.89% | - |
| XYZ | 49.99 | 43.61 | 78.46 | - |
| YUV | 180.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 227 | 0.13 | 0.28 | 0 | 0.11 | 271.88 | 0.53 | 0.76 |
| Hex | C5 | A3 | E3 | D | 1C | 0 | B | 110 | 35 | 4C |
| Octal | 305 | 243 | 343 | 15 | 34 | 0 | 13 | 420 | 65 | 114 |
| Binary | 11000101 | 10100011 | 11100011 | 1101 | 11100 | 0 | 1011 | 100010000 | 110101 | 1001100 |
Color Harmonies of #C5A3E3
Complementary color
Monochromatic Colors of #C5A3E3
Black with #C5A3E3
Text Example
Text Example
White with #C5A3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A3E3; }
p { color: rgb(197,163,227); }
H1.HeaderClassName
{
color: #C5A3E3;
}
.AnyTagClassName
{
color: #C5A3E3;
}
</style>
background-color css
<style>
a { background-color: #C5A3E3; }
a { background-color: rgb(197,163,227); }
div.DivClassName
{
background-color: #C5A3E3;
}
.BgClassName
{
background-color: #C5A3E3;
}
</style>
border-color css
<style>
span { border-color: #C5A3E3; }
span { border-color: rgb(197,163,227); }
td.TdClassName
{
border-color: #C5A3E3;
}
.TagClassName
{
border-color: #C5A3E3;
}
</style>