Shades of Perfume #C5A5E4
Tints of Perfume #C5A5E4
RGB
CMYK
RGB Variations
Color information
#C5A5E4 (or 0xC5A5E4) is known color: Perfume. HEX triplet: C5, A5 and E4. RGB value is (197,165,228). Sum of RGB (Red+Green+Blue) = 197+165+228=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 228 - color contains mainly: blue. Hex color #C5A5E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A5E4 is #3A5A1B. Grayscale: #B5B5B5. Windows color (decimal): -3824156 or 14984645. OLE color: 14984645.
HSL color Cylindrical-coordinate representation of color #C5A5E4: hue angle of 270.48º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5A5E4 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 165 | 228 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.11 |
| HSL | 270.48º | 0.54% | 0.77% | - |
| HSV(B) | 270.48º | 0.28% | 0.89% | - |
| XYZ | 50.48 | 44.38 | 79.3 | - |
| YUV | 181.75 | 154.1 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 228 | 0.14 | 0.28 | 0 | 0.11 | 270.48 | 0.54 | 0.77 |
| Hex | C5 | A5 | E4 | E | 1C | 0 | B | 10E | 36 | 4D |
| Octal | 305 | 245 | 344 | 16 | 34 | 0 | 13 | 416 | 66 | 115 |
| Binary | 11000101 | 10100101 | 11100100 | 1110 | 11100 | 0 | 1011 | 100001110 | 110110 | 1001101 |
Color Harmonies of #C5A5E4
Complementary color
Monochromatic Colors of #C5A5E4
Black with #C5A5E4
Text Example
Text Example
White with #C5A5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A5E4; }
p { color: rgb(197,165,228); }
H1.HeaderClassName
{
color: #C5A5E4;
}
.AnyTagClassName
{
color: #C5A5E4;
}
</style>
background-color css
<style>
a { background-color: #C5A5E4; }
a { background-color: rgb(197,165,228); }
div.DivClassName
{
background-color: #C5A5E4;
}
.BgClassName
{
background-color: #C5A5E4;
}
</style>
border-color css
<style>
span { border-color: #C5A5E4; }
span { border-color: rgb(197,165,228); }
td.TdClassName
{
border-color: #C5A5E4;
}
.TagClassName
{
border-color: #C5A5E4;
}
</style>