Shades of Perfume #C5A7DD
Tints of Perfume #C5A7DD
RGB
CMYK
RGB Variations
Color information
#C5A7DD (or 0xC5A7DD) is known color: Perfume. HEX triplet: C5, A7 and DD. RGB value is (197,167,221). Sum of RGB (Red+Green+Blue) = 197+167+221=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 167 (65.62% from 255 or 28.55% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5A7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A7DD is #3A5822. Grayscale: #B5B5B5. Windows color (decimal): -3823651 or 14526405. OLE color: 14526405.
HSL color Cylindrical-coordinate representation of color #C5A7DD: hue angle of 273.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5A7DD is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 167 | 221 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.13 |
| HSL | 273.33º | 0.44% | 0.76% | - |
| HSV(B) | 273.33º | 0.24% | 0.87% | - |
| XYZ | 49.9 | 44.73 | 74.41 | - |
| YUV | 182.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 221 | 0.11 | 0.24 | 0 | 0.13 | 273.33 | 0.44 | 0.76 |
| Hex | C5 | A7 | DD | B | 18 | 0 | D | 111 | 2C | 4C |
| Octal | 305 | 247 | 335 | 13 | 30 | 0 | 15 | 421 | 54 | 114 |
| Binary | 11000101 | 10100111 | 11011101 | 1011 | 11000 | 0 | 1101 | 100010001 | 101100 | 1001100 |
Color Harmonies of #C5A7DD
Complementary color
Monochromatic Colors of #C5A7DD
Black with #C5A7DD
Text Example
Text Example
White with #C5A7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A7DD; }
p { color: rgb(197,167,221); }
H1.HeaderClassName
{
color: #C5A7DD;
}
.AnyTagClassName
{
color: #C5A7DD;
}
</style>
background-color css
<style>
a { background-color: #C5A7DD; }
a { background-color: rgb(197,167,221); }
div.DivClassName
{
background-color: #C5A7DD;
}
.BgClassName
{
background-color: #C5A7DD;
}
</style>
border-color css
<style>
span { border-color: #C5A7DD; }
span { border-color: rgb(197,167,221); }
td.TdClassName
{
border-color: #C5A7DD;
}
.TagClassName
{
border-color: #C5A7DD;
}
</style>