Shades of Perfume #C2A1E4
Tints of Perfume #C2A1E4
RGB
CMYK
RGB Variations
Color information
#C2A1E4 (or 0xC2A1E4) is known color: Perfume. HEX triplet: C2, A1 and E4. RGB value is (194,161,228). Sum of RGB (Red+Green+Blue) = 194+161+228=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 228 - color contains mainly: blue. Hex color #C2A1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A1E4 is #3D5E1B. Grayscale: #B2B2B2. Windows color (decimal): -4021788 or 14983618. OLE color: 14983618.
HSL color Cylindrical-coordinate representation of color #C2A1E4: hue angle of 269.55º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2A1E4 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 161 | 228 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.11 |
| HSL | 269.55º | 0.55% | 0.76% | - |
| HSV(B) | 269.55º | 0.29% | 0.89% | - |
| XYZ | 49 | 42.56 | 79.03 | - |
| YUV | 178.51 | 155.93 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 228 | 0.15 | 0.29 | 0 | 0.11 | 269.55 | 0.55 | 0.76 |
| Hex | C2 | A1 | E4 | F | 1D | 0 | B | 10E | 37 | 4C |
| Octal | 302 | 241 | 344 | 17 | 35 | 0 | 13 | 416 | 67 | 114 |
| Binary | 11000010 | 10100001 | 11100100 | 1111 | 11101 | 0 | 1011 | 100001110 | 110111 | 1001100 |
Color Harmonies of #C2A1E4
Complementary color
Monochromatic Colors of #C2A1E4
Black with #C2A1E4
Text Example
Text Example
White with #C2A1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A1E4; }
p { color: rgb(194,161,228); }
H1.HeaderClassName
{
color: #C2A1E4;
}
.AnyTagClassName
{
color: #C2A1E4;
}
</style>
background-color css
<style>
a { background-color: #C2A1E4; }
a { background-color: rgb(194,161,228); }
div.DivClassName
{
background-color: #C2A1E4;
}
.BgClassName
{
background-color: #C2A1E4;
}
</style>
border-color css
<style>
span { border-color: #C2A1E4; }
span { border-color: rgb(194,161,228); }
td.TdClassName
{
border-color: #C2A1E4;
}
.TagClassName
{
border-color: #C2A1E4;
}
</style>