Shades of Perfume #C2A1E5
Tints of Perfume #C2A1E5
RGB
CMYK
RGB Variations
Color information
#C2A1E5 (or 0xC2A1E5) is known color: Perfume. HEX triplet: C2, A1 and E5. RGB value is (194,161,229). Sum of RGB (Red+Green+Blue) = 194+161+229=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 229 - color contains mainly: blue. Hex color #C2A1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A1E5 is #3D5E1A. Grayscale: #B2B2B2. Windows color (decimal): -4021787 or 15049154. OLE color: 15049154.
HSL color Cylindrical-coordinate representation of color #C2A1E5: hue angle of 269.12º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2A1E5 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 161 | 229 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.10 |
| HSL | 269.12º | 0.57% | 0.76% | - |
| HSV(B) | 269.12º | 0.3% | 0.9% | - |
| XYZ | 49.14 | 42.62 | 79.76 | - |
| YUV | 178.62 | 156.43 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 229 | 0.15 | 0.30 | 0 | 0.10 | 269.12 | 0.57 | 0.76 |
| Hex | C2 | A1 | E5 | F | 1E | 0 | A | 10D | 39 | 4C |
| Octal | 302 | 241 | 345 | 17 | 36 | 0 | 12 | 415 | 71 | 114 |
| Binary | 11000010 | 10100001 | 11100101 | 1111 | 11110 | 0 | 1010 | 100001101 | 111001 | 1001100 |
Color Harmonies of #C2A1E5
Complementary color
Monochromatic Colors of #C2A1E5
Black with #C2A1E5
Text Example
Text Example
White with #C2A1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A1E5; }
p { color: rgb(194,161,229); }
H1.HeaderClassName
{
color: #C2A1E5;
}
.AnyTagClassName
{
color: #C2A1E5;
}
</style>
background-color css
<style>
a { background-color: #C2A1E5; }
a { background-color: rgb(194,161,229); }
div.DivClassName
{
background-color: #C2A1E5;
}
.BgClassName
{
background-color: #C2A1E5;
}
</style>
border-color css
<style>
span { border-color: #C2A1E5; }
span { border-color: rgb(194,161,229); }
td.TdClassName
{
border-color: #C2A1E5;
}
.TagClassName
{
border-color: #C2A1E5;
}
</style>