Shades of Perfume #C5A8D7
Tints of Perfume #C5A8D7
RGB
CMYK
RGB Variations
Color information
#C5A8D7 (or 0xC5A8D7) is known color: Perfume. HEX triplet: C5, A8 and D7. RGB value is (197,168,215). Sum of RGB (Red+Green+Blue) = 197+168+215=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 215 - color contains mainly: blue. Hex color #C5A8D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A8D7 is #3A5728. Grayscale: #B5B5B5. Windows color (decimal): -3823401 or 14133445. OLE color: 14133445.
HSL color Cylindrical-coordinate representation of color #C5A8D7: hue angle of 277.02º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5A8D7 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 168 | 215 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.16 |
| HSL | 277.02º | 0.37% | 0.75% | - |
| HSV(B) | 277.02º | 0.22% | 0.84% | - |
| XYZ | 49.29 | 44.78 | 70.34 | - |
| YUV | 182.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 215 | 0.08 | 0.22 | 0 | 0.16 | 277.02 | 0.37 | 0.75 |
| Hex | C5 | A8 | D7 | 8 | 16 | 0 | 10 | 115 | 25 | 4B |
| Octal | 305 | 250 | 327 | 10 | 26 | 0 | 20 | 425 | 45 | 113 |
| Binary | 11000101 | 10101000 | 11010111 | 1000 | 10110 | 0 | 10000 | 100010101 | 100101 | 1001011 |
Color Harmonies of #C5A8D7
Complementary color
Monochromatic Colors of #C5A8D7
Black with #C5A8D7
Text Example
Text Example
White with #C5A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A8D7; }
p { color: rgb(197,168,215); }
H1.HeaderClassName
{
color: #C5A8D7;
}
.AnyTagClassName
{
color: #C5A8D7;
}
</style>
background-color css
<style>
a { background-color: #C5A8D7; }
a { background-color: rgb(197,168,215); }
div.DivClassName
{
background-color: #C5A8D7;
}
.BgClassName
{
background-color: #C5A8D7;
}
</style>
border-color css
<style>
span { border-color: #C5A8D7; }
span { border-color: rgb(197,168,215); }
td.TdClassName
{
border-color: #C5A8D7;
}
.TagClassName
{
border-color: #C5A8D7;
}
</style>