Shades of Perfume #C5A8E3
Tints of Perfume #C5A8E3
RGB
CMYK
RGB Variations
Color information
#C5A8E3 (or 0xC5A8E3) is known color: Perfume. HEX triplet: C5, A8 and E3. RGB value is (197,168,227). Sum of RGB (Red+Green+Blue) = 197+168+227=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 227 (89.06% from 255 or 38.34% from 592); Max value from RGB is 227 - color contains mainly: blue. Hex color #C5A8E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A8E3 is #3A571C. Grayscale: #B7B7B7. Windows color (decimal): -3823389 or 14919877. OLE color: 14919877.
HSL color Cylindrical-coordinate representation of color #C5A8E3: hue angle of 269.49º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5A8E3 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 168 | 227 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.11 |
| HSL | 269.49º | 0.51% | 0.77% | - |
| HSV(B) | 269.49º | 0.26% | 0.89% | - |
| XYZ | 50.89 | 45.42 | 78.76 | - |
| YUV | 183.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 227 | 0.13 | 0.26 | 0 | 0.11 | 269.49 | 0.51 | 0.77 |
| Hex | C5 | A8 | E3 | D | 1A | 0 | B | 10D | 33 | 4D |
| Octal | 305 | 250 | 343 | 15 | 32 | 0 | 13 | 415 | 63 | 115 |
| Binary | 11000101 | 10101000 | 11100011 | 1101 | 11010 | 0 | 1011 | 100001101 | 110011 | 1001101 |
Color Harmonies of #C5A8E3
Complementary color
Monochromatic Colors of #C5A8E3
Black with #C5A8E3
Text Example
Text Example
White with #C5A8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A8E3; }
p { color: rgb(197,168,227); }
H1.HeaderClassName
{
color: #C5A8E3;
}
.AnyTagClassName
{
color: #C5A8E3;
}
</style>
background-color css
<style>
a { background-color: #C5A8E3; }
a { background-color: rgb(197,168,227); }
div.DivClassName
{
background-color: #C5A8E3;
}
.BgClassName
{
background-color: #C5A8E3;
}
</style>
border-color css
<style>
span { border-color: #C5A8E3; }
span { border-color: rgb(197,168,227); }
td.TdClassName
{
border-color: #C5A8E3;
}
.TagClassName
{
border-color: #C5A8E3;
}
</style>