Shades of Perfume #C5A4FA
Tints of Perfume #C5A4FA
RGB
CMYK
RGB Variations
Color information
#C5A4FA (or 0xC5A4FA) is known color: Perfume. HEX triplet: C5, A4 and FA. RGB value is (197,164,250). Sum of RGB (Red+Green+Blue) = 197+164+250=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A4FA is #3A5B05. Grayscale: #B7B7B7. Windows color (decimal): -3824390 or 16426181. OLE color: 16426181.
HSL color Cylindrical-coordinate representation of color #C5A4FA: hue angle of 263.02º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5A4FA is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 164 | 250 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.02 |
| HSL | 263.02º | 0.9% | 0.81% | - |
| HSV(B) | 263.02º | 0.34% | 0.98% | - |
| XYZ | 53.56 | 45.32 | 96.37 | - |
| YUV | 183.67 | 165.43 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 250 | 0.21 | 0.34 | 0 | 0.02 | 263.02 | 0.9 | 0.81 |
| Hex | C5 | A4 | FA | 15 | 22 | 0 | 2 | 107 | 5A | 51 |
| Octal | 305 | 244 | 372 | 25 | 42 | 0 | 2 | 407 | 132 | 121 |
| Binary | 11000101 | 10100100 | 11111010 | 10101 | 100010 | 0 | 10 | 100000111 | 1011010 | 1010001 |
Color Harmonies of #C5A4FA
Complementary color
Monochromatic Colors of #C5A4FA
Black with #C5A4FA
Text Example
Text Example
White with #C5A4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A4FA; }
p { color: rgb(197,164,250); }
H1.HeaderClassName
{
color: #C5A4FA;
}
.AnyTagClassName
{
color: #C5A4FA;
}
</style>
background-color css
<style>
a { background-color: #C5A4FA; }
a { background-color: rgb(197,164,250); }
div.DivClassName
{
background-color: #C5A4FA;
}
.BgClassName
{
background-color: #C5A4FA;
}
</style>
border-color css
<style>
span { border-color: #C5A4FA; }
span { border-color: rgb(197,164,250); }
td.TdClassName
{
border-color: #C5A4FA;
}
.TagClassName
{
border-color: #C5A4FA;
}
</style>