Shades of Perfume #C1A4E0
Tints of Perfume #C1A4E0
RGB
CMYK
RGB Variations
Color information
#C1A4E0 (or 0xC1A4E0) is known color: Perfume. HEX triplet: C1, A4 and E0. RGB value is (193,164,224). Sum of RGB (Red+Green+Blue) = 193+164+224=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #C1A4E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A4E0 is #3E5B1F. Grayscale: #B3B3B3. Windows color (decimal): -4086560 or 14722241. OLE color: 14722241.
HSL color Cylindrical-coordinate representation of color #C1A4E0: hue angle of 269º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1A4E0 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 164 | 224 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.12 |
| HSL | 269º | 0.49% | 0.76% | - |
| HSV(B) | 269º | 0.27% | 0.88% | - |
| XYZ | 48.72 | 43.27 | 76.31 | - |
| YUV | 179.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 164 | 224 | 0.14 | 0.27 | 0 | 0.12 | 269 | 0.49 | 0.76 |
| Hex | C1 | A4 | E0 | E | 1B | 0 | C | 10D | 31 | 4C |
| Octal | 301 | 244 | 340 | 16 | 33 | 0 | 14 | 415 | 61 | 114 |
| Binary | 11000001 | 10100100 | 11100000 | 1110 | 11011 | 0 | 1100 | 100001101 | 110001 | 1001100 |
Color Harmonies of #C1A4E0
Complementary color
Monochromatic Colors of #C1A4E0
Black with #C1A4E0
Text Example
Text Example
White with #C1A4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A4E0; }
p { color: rgb(193,164,224); }
H1.HeaderClassName
{
color: #C1A4E0;
}
.AnyTagClassName
{
color: #C1A4E0;
}
</style>
background-color css
<style>
a { background-color: #C1A4E0; }
a { background-color: rgb(193,164,224); }
div.DivClassName
{
background-color: #C1A4E0;
}
.BgClassName
{
background-color: #C1A4E0;
}
</style>
border-color css
<style>
span { border-color: #C1A4E0; }
span { border-color: rgb(193,164,224); }
td.TdClassName
{
border-color: #C1A4E0;
}
.TagClassName
{
border-color: #C1A4E0;
}
</style>