Shades of Perfume #C5A6DA
Tints of Perfume #C5A6DA
RGB
CMYK
RGB Variations
Color information
#C5A6DA (or 0xC5A6DA) is known color: Perfume. HEX triplet: C5, A6 and DA. RGB value is (197,166,218). Sum of RGB (Red+Green+Blue) = 197+166+218=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5A6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A6DA is #3A5925. Grayscale: #B5B5B5. Windows color (decimal): -3823910 or 14329541. OLE color: 14329541.
HSL color Cylindrical-coordinate representation of color #C5A6DA: hue angle of 275.77º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5A6DA is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 166 | 218 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.15 |
| HSL | 275.77º | 0.41% | 0.75% | - |
| HSV(B) | 275.77º | 0.24% | 0.85% | - |
| XYZ | 49.32 | 44.2 | 72.26 | - |
| YUV | 181.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 218 | 0.10 | 0.24 | 0 | 0.15 | 275.77 | 0.41 | 0.75 |
| Hex | C5 | A6 | DA | A | 18 | 0 | F | 114 | 29 | 4B |
| Octal | 305 | 246 | 332 | 12 | 30 | 0 | 17 | 424 | 51 | 113 |
| Binary | 11000101 | 10100110 | 11011010 | 1010 | 11000 | 0 | 1111 | 100010100 | 101001 | 1001011 |
Color Harmonies of #C5A6DA
Complementary color
Monochromatic Colors of #C5A6DA
Black with #C5A6DA
Text Example
Text Example
White with #C5A6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A6DA; }
p { color: rgb(197,166,218); }
H1.HeaderClassName
{
color: #C5A6DA;
}
.AnyTagClassName
{
color: #C5A6DA;
}
</style>
background-color css
<style>
a { background-color: #C5A6DA; }
a { background-color: rgb(197,166,218); }
div.DivClassName
{
background-color: #C5A6DA;
}
.BgClassName
{
background-color: #C5A6DA;
}
</style>
border-color css
<style>
span { border-color: #C5A6DA; }
span { border-color: rgb(197,166,218); }
td.TdClassName
{
border-color: #C5A6DA;
}
.TagClassName
{
border-color: #C5A6DA;
}
</style>