Shades of Perfume #C5A1F8
Tints of Perfume #C5A1F8
RGB
CMYK
RGB Variations
Color information
#C5A1F8 (or 0xC5A1F8) is known color: Perfume. HEX triplet: C5, A1 and F8. RGB value is (197,161,248). Sum of RGB (Red+Green+Blue) = 197+161+248=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 248 (97.27% from 255 or 40.92% from 606); Max value from RGB is 248 - color contains mainly: blue. Hex color #C5A1F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A1F8 is #3A5E07. Grayscale: #B5B5B5. Windows color (decimal): -3825160 or 16294341. OLE color: 16294341.
HSL color Cylindrical-coordinate representation of color #C5A1F8: hue angle of 264.83º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5A1F8 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 161 | 248 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.03 |
| HSL | 264.83º | 0.86% | 0.8% | - |
| HSV(B) | 264.83º | 0.35% | 0.97% | - |
| XYZ | 52.71 | 44.14 | 94.55 | - |
| YUV | 181.68 | 165.43 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 248 | 0.21 | 0.35 | 0 | 0.03 | 264.83 | 0.86 | 0.8 |
| Hex | C5 | A1 | F8 | 15 | 23 | 0 | 3 | 109 | 56 | 50 |
| Octal | 305 | 241 | 370 | 25 | 43 | 0 | 3 | 411 | 126 | 120 |
| Binary | 11000101 | 10100001 | 11111000 | 10101 | 100011 | 0 | 11 | 100001001 | 1010110 | 1010000 |
Color Harmonies of #C5A1F8
Complementary color
Monochromatic Colors of #C5A1F8
Black with #C5A1F8
Text Example
Text Example
White with #C5A1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A1F8; }
p { color: rgb(197,161,248); }
H1.HeaderClassName
{
color: #C5A1F8;
}
.AnyTagClassName
{
color: #C5A1F8;
}
</style>
background-color css
<style>
a { background-color: #C5A1F8; }
a { background-color: rgb(197,161,248); }
div.DivClassName
{
background-color: #C5A1F8;
}
.BgClassName
{
background-color: #C5A1F8;
}
</style>
border-color css
<style>
span { border-color: #C5A1F8; }
span { border-color: rgb(197,161,248); }
td.TdClassName
{
border-color: #C5A1F8;
}
.TagClassName
{
border-color: #C5A1F8;
}
</style>