Shades of Perfume #C5A6FA
Tints of Perfume #C5A6FA
RGB
CMYK
RGB Variations
Color information
#C5A6FA (or 0xC5A6FA) is known color: Perfume. HEX triplet: C5, A6 and FA. RGB value is (197,166,250). Sum of RGB (Red+Green+Blue) = 197+166+250=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A6FA is #3A5905. Grayscale: #B8B8B8. Windows color (decimal): -3823878 or 16426693. OLE color: 16426693.
HSL color Cylindrical-coordinate representation of color #C5A6FA: hue angle of 262.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5A6FA is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 166 | 250 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.02 |
| HSL | 262.14º | 0.89% | 0.82% | - |
| HSV(B) | 262.14º | 0.34% | 0.98% | - |
| XYZ | 53.92 | 46.04 | 96.49 | - |
| YUV | 184.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 250 | 0.21 | 0.34 | 0 | 0.02 | 262.14 | 0.89 | 0.82 |
| Hex | C5 | A6 | FA | 15 | 22 | 0 | 2 | 106 | 59 | 52 |
| Octal | 305 | 246 | 372 | 25 | 42 | 0 | 2 | 406 | 131 | 122 |
| Binary | 11000101 | 10100110 | 11111010 | 10101 | 100010 | 0 | 10 | 100000110 | 1011001 | 1010010 |
Color Harmonies of #C5A6FA
Complementary color
Monochromatic Colors of #C5A6FA
Black with #C5A6FA
Text Example
Text Example
White with #C5A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A6FA; }
p { color: rgb(197,166,250); }
H1.HeaderClassName
{
color: #C5A6FA;
}
.AnyTagClassName
{
color: #C5A6FA;
}
</style>
background-color css
<style>
a { background-color: #C5A6FA; }
a { background-color: rgb(197,166,250); }
div.DivClassName
{
background-color: #C5A6FA;
}
.BgClassName
{
background-color: #C5A6FA;
}
</style>
border-color css
<style>
span { border-color: #C5A6FA; }
span { border-color: rgb(197,166,250); }
td.TdClassName
{
border-color: #C5A6FA;
}
.TagClassName
{
border-color: #C5A6FA;
}
</style>