Shades of Perfume #C5A5EA
Tints of Perfume #C5A5EA
RGB
CMYK
RGB Variations
Color information
#C5A5EA (or 0xC5A5EA) is known color: Perfume. HEX triplet: C5, A5 and EA. RGB value is (197,165,234). Sum of RGB (Red+Green+Blue) = 197+165+234=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5A5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A5EA is #3A5A15. Grayscale: #B6B6B6. Windows color (decimal): -3824150 or 15377861. OLE color: 15377861.
HSL color Cylindrical-coordinate representation of color #C5A5EA: hue angle of 267.83º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5A5EA is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 165 | 234 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.08 |
| HSL | 267.83º | 0.62% | 0.78% | - |
| HSV(B) | 267.83º | 0.29% | 0.92% | - |
| XYZ | 51.33 | 44.72 | 83.77 | - |
| YUV | 182.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 234 | 0.16 | 0.29 | 0 | 0.08 | 267.83 | 0.62 | 0.78 |
| Hex | C5 | A5 | EA | 10 | 1D | 0 | 8 | 10C | 3E | 4E |
| Octal | 305 | 245 | 352 | 20 | 35 | 0 | 10 | 414 | 76 | 116 |
| Binary | 11000101 | 10100101 | 11101010 | 10000 | 11101 | 0 | 1000 | 100001100 | 111110 | 1001110 |
Color Harmonies of #C5A5EA
Complementary color
Monochromatic Colors of #C5A5EA
Black with #C5A5EA
Text Example
Text Example
White with #C5A5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A5EA; }
p { color: rgb(197,165,234); }
H1.HeaderClassName
{
color: #C5A5EA;
}
.AnyTagClassName
{
color: #C5A5EA;
}
</style>
background-color css
<style>
a { background-color: #C5A5EA; }
a { background-color: rgb(197,165,234); }
div.DivClassName
{
background-color: #C5A5EA;
}
.BgClassName
{
background-color: #C5A5EA;
}
</style>
border-color css
<style>
span { border-color: #C5A5EA; }
span { border-color: rgb(197,165,234); }
td.TdClassName
{
border-color: #C5A5EA;
}
.TagClassName
{
border-color: #C5A5EA;
}
</style>