Shades of Perfume #C5A0F9
Tints of Perfume #C5A0F9
RGB
CMYK
RGB Variations
Color information
#C5A0F9 (or 0xC5A0F9) is known color: Perfume. HEX triplet: C5, A0 and F9. RGB value is (197,160,249). Sum of RGB (Red+Green+Blue) = 197+160+249=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #C5A0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A0F9 is #3A5F06. Grayscale: #B4B4B4. Windows color (decimal): -3825415 or 16359621. OLE color: 16359621.
HSL color Cylindrical-coordinate representation of color #C5A0F9: hue angle of 264.94º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5A0F9 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 160 | 249 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.02 |
| HSL | 264.94º | 0.88% | 0.8% | - |
| HSV(B) | 264.94º | 0.36% | 0.98% | - |
| XYZ | 52.7 | 43.85 | 95.31 | - |
| YUV | 181.21 | 166.26 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 249 | 0.21 | 0.36 | 0 | 0.02 | 264.94 | 0.88 | 0.8 |
| Hex | C5 | A0 | F9 | 15 | 24 | 0 | 2 | 109 | 58 | 50 |
| Octal | 305 | 240 | 371 | 25 | 44 | 0 | 2 | 411 | 130 | 120 |
| Binary | 11000101 | 10100000 | 11111001 | 10101 | 100100 | 0 | 10 | 100001001 | 1011000 | 1010000 |
Color Harmonies of #C5A0F9
Complementary color
Monochromatic Colors of #C5A0F9
Black with #C5A0F9
Text Example
Text Example
White with #C5A0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A0F9; }
p { color: rgb(197,160,249); }
H1.HeaderClassName
{
color: #C5A0F9;
}
.AnyTagClassName
{
color: #C5A0F9;
}
</style>
background-color css
<style>
a { background-color: #C5A0F9; }
a { background-color: rgb(197,160,249); }
div.DivClassName
{
background-color: #C5A0F9;
}
.BgClassName
{
background-color: #C5A0F9;
}
</style>
border-color css
<style>
span { border-color: #C5A0F9; }
span { border-color: rgb(197,160,249); }
td.TdClassName
{
border-color: #C5A0F9;
}
.TagClassName
{
border-color: #C5A0F9;
}
</style>