Shades of Perfume #C5A4F8
Tints of Perfume #C5A4F8
RGB
CMYK
RGB Variations
Color information
#C5A4F8 (or 0xC5A4F8) is known color: Perfume. HEX triplet: C5, A4 and F8. RGB value is (197,164,248). Sum of RGB (Red+Green+Blue) = 197+164+248=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 164 (64.45% from 255 or 26.93% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #C5A4F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A4F8 is #3A5B07. Grayscale: #B7B7B7. Windows color (decimal): -3824392 or 16295109. OLE color: 16295109.
HSL color Cylindrical-coordinate representation of color #C5A4F8: hue angle of 263.57º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5A4F8 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 164 | 248 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.03 |
| HSL | 263.57º | 0.86% | 0.81% | - |
| HSV(B) | 263.57º | 0.34% | 0.97% | - |
| XYZ | 53.24 | 45.2 | 94.72 | - |
| YUV | 183.44 | 164.43 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 248 | 0.21 | 0.34 | 0 | 0.03 | 263.57 | 0.86 | 0.81 |
| Hex | C5 | A4 | F8 | 15 | 22 | 0 | 3 | 108 | 56 | 51 |
| Octal | 305 | 244 | 370 | 25 | 42 | 0 | 3 | 410 | 126 | 121 |
| Binary | 11000101 | 10100100 | 11111000 | 10101 | 100010 | 0 | 11 | 100001000 | 1010110 | 1010001 |
Color Harmonies of #C5A4F8
Complementary color
Monochromatic Colors of #C5A4F8
Black with #C5A4F8
Text Example
Text Example
White with #C5A4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A4F8; }
p { color: rgb(197,164,248); }
H1.HeaderClassName
{
color: #C5A4F8;
}
.AnyTagClassName
{
color: #C5A4F8;
}
</style>
background-color css
<style>
a { background-color: #C5A4F8; }
a { background-color: rgb(197,164,248); }
div.DivClassName
{
background-color: #C5A4F8;
}
.BgClassName
{
background-color: #C5A4F8;
}
</style>
border-color css
<style>
span { border-color: #C5A4F8; }
span { border-color: rgb(197,164,248); }
td.TdClassName
{
border-color: #C5A4F8;
}
.TagClassName
{
border-color: #C5A4F8;
}
</style>