Shades of Perfume #C5A4E4
Tints of Perfume #C5A4E4
RGB
CMYK
RGB Variations
Color information
#C5A4E4 (or 0xC5A4E4) is known color: Perfume. HEX triplet: C5, A4 and E4. RGB value is (197,164,228). Sum of RGB (Red+Green+Blue) = 197+164+228=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #C5A4E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A4E4 is #3A5B1B. Grayscale: #B4B4B4. Windows color (decimal): -3824412 or 14984389. OLE color: 14984389.
HSL color Cylindrical-coordinate representation of color #C5A4E4: hue angle of 270.94º 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 #C5A4E4 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 164 | 228 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.11 |
| HSL | 270.94º | 0.54% | 0.77% | - |
| HSV(B) | 270.94º | 0.28% | 0.89% | - |
| XYZ | 50.31 | 44.02 | 79.24 | - |
| YUV | 181.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 228 | 0.14 | 0.28 | 0 | 0.11 | 270.94 | 0.54 | 0.77 |
| Hex | C5 | A4 | E4 | E | 1C | 0 | B | 10F | 36 | 4D |
| Octal | 305 | 244 | 344 | 16 | 34 | 0 | 13 | 417 | 66 | 115 |
| Binary | 11000101 | 10100100 | 11100100 | 1110 | 11100 | 0 | 1011 | 100001111 | 110110 | 1001101 |
Color Harmonies of #C5A4E4
Complementary color
Monochromatic Colors of #C5A4E4
Black with #C5A4E4
Text Example
Text Example
White with #C5A4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A4E4; }
p { color: rgb(197,164,228); }
H1.HeaderClassName
{
color: #C5A4E4;
}
.AnyTagClassName
{
color: #C5A4E4;
}
</style>
background-color css
<style>
a { background-color: #C5A4E4; }
a { background-color: rgb(197,164,228); }
div.DivClassName
{
background-color: #C5A4E4;
}
.BgClassName
{
background-color: #C5A4E4;
}
</style>
border-color css
<style>
span { border-color: #C5A4E4; }
span { border-color: rgb(197,164,228); }
td.TdClassName
{
border-color: #C5A4E4;
}
.TagClassName
{
border-color: #C5A4E4;
}
</style>