Shades of Perfume #C5A8EA
Tints of Perfume #C5A8EA
RGB
CMYK
RGB Variations
Color information
#C5A8EA (or 0xC5A8EA) is known color: Perfume. HEX triplet: C5, A8 and EA. RGB value is (197,168,234). Sum of RGB (Red+Green+Blue) = 197+168+234=599 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.89% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5A8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A8EA is #3A5715. Grayscale: #B7B7B7. Windows color (decimal): -3823382 or 15378629. OLE color: 15378629.
HSL color Cylindrical-coordinate representation of color #C5A8EA: hue angle of 266.36º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5A8EA is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 168 | 234 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.08 |
| HSL | 266.36º | 0.61% | 0.79% | - |
| HSV(B) | 266.36º | 0.28% | 0.92% | - |
| XYZ | 51.88 | 45.82 | 83.95 | - |
| YUV | 184.2 | 156.11 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 234 | 0.16 | 0.28 | 0 | 0.08 | 266.36 | 0.61 | 0.79 |
| Hex | C5 | A8 | EA | 10 | 1C | 0 | 8 | 10A | 3D | 4F |
| Octal | 305 | 250 | 352 | 20 | 34 | 0 | 10 | 412 | 75 | 117 |
| Binary | 11000101 | 10101000 | 11101010 | 10000 | 11100 | 0 | 1000 | 100001010 | 111101 | 1001111 |
Color Harmonies of #C5A8EA
Complementary color
Monochromatic Colors of #C5A8EA
Black with #C5A8EA
Text Example
Text Example
White with #C5A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A8EA; }
p { color: rgb(197,168,234); }
H1.HeaderClassName
{
color: #C5A8EA;
}
.AnyTagClassName
{
color: #C5A8EA;
}
</style>
background-color css
<style>
a { background-color: #C5A8EA; }
a { background-color: rgb(197,168,234); }
div.DivClassName
{
background-color: #C5A8EA;
}
.BgClassName
{
background-color: #C5A8EA;
}
</style>
border-color css
<style>
span { border-color: #C5A8EA; }
span { border-color: rgb(197,168,234); }
td.TdClassName
{
border-color: #C5A8EA;
}
.TagClassName
{
border-color: #C5A8EA;
}
</style>