Shades of Perfume #C5A5FA
Tints of Perfume #C5A5FA
RGB
CMYK
RGB Variations
Color information
#C5A5FA (or 0xC5A5FA) is known color: Perfume. HEX triplet: C5, A5 and FA. RGB value is (197,165,250). Sum of RGB (Red+Green+Blue) = 197+165+250=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5A5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A5FA is #3A5A05. Grayscale: #B7B7B7. Windows color (decimal): -3824134 or 16426437. OLE color: 16426437.
HSL color Cylindrical-coordinate representation of color #C5A5FA: hue angle of 262.59º degrees, saturation: 0.89, 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 #C5A5FA is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 165 | 250 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.02 |
| HSL | 262.59º | 0.89% | 0.81% | - |
| HSV(B) | 262.59º | 0.34% | 0.98% | - |
| XYZ | 53.74 | 45.68 | 96.43 | - |
| YUV | 184.26 | 165.1 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 250 | 0.21 | 0.34 | 0 | 0.02 | 262.59 | 0.89 | 0.81 |
| Hex | C5 | A5 | FA | 15 | 22 | 0 | 2 | 107 | 59 | 51 |
| Octal | 305 | 245 | 372 | 25 | 42 | 0 | 2 | 407 | 131 | 121 |
| Binary | 11000101 | 10100101 | 11111010 | 10101 | 100010 | 0 | 10 | 100000111 | 1011001 | 1010001 |
Color Harmonies of #C5A5FA
Complementary color
Monochromatic Colors of #C5A5FA
Black with #C5A5FA
Text Example
Text Example
White with #C5A5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A5FA; }
p { color: rgb(197,165,250); }
H1.HeaderClassName
{
color: #C5A5FA;
}
.AnyTagClassName
{
color: #C5A5FA;
}
</style>
background-color css
<style>
a { background-color: #C5A5FA; }
a { background-color: rgb(197,165,250); }
div.DivClassName
{
background-color: #C5A5FA;
}
.BgClassName
{
background-color: #C5A5FA;
}
</style>
border-color css
<style>
span { border-color: #C5A5FA; }
span { border-color: rgb(197,165,250); }
td.TdClassName
{
border-color: #C5A5FA;
}
.TagClassName
{
border-color: #C5A5FA;
}
</style>