Shades of Perfume #C2A1EC
Tints of Perfume #C2A1EC
RGB
CMYK
RGB Variations
Color information
#C2A1EC (or 0xC2A1EC) is known color: Perfume. HEX triplet: C2, A1 and EC. RGB value is (194,161,236). Sum of RGB (Red+Green+Blue) = 194+161+236=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2A1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A1EC is #3D5E13. Grayscale: #B3B3B3. Windows color (decimal): -4021780 or 15507906. OLE color: 15507906.
HSL color Cylindrical-coordinate representation of color #C2A1EC: hue angle of 266.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2A1EC is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 161 | 236 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.07 |
| HSL | 266.4º | 0.66% | 0.78% | - |
| HSV(B) | 266.4º | 0.32% | 0.93% | - |
| XYZ | 50.13 | 43.02 | 85.02 | - |
| YUV | 179.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 236 | 0.18 | 0.32 | 0 | 0.07 | 266.4 | 0.66 | 0.78 |
| Hex | C2 | A1 | EC | 12 | 20 | 0 | 7 | 10A | 42 | 4E |
| Octal | 302 | 241 | 354 | 22 | 40 | 0 | 7 | 412 | 102 | 116 |
| Binary | 11000010 | 10100001 | 11101100 | 10010 | 100000 | 0 | 111 | 100001010 | 1000010 | 1001110 |
Color Harmonies of #C2A1EC
Complementary color
Monochromatic Colors of #C2A1EC
Black with #C2A1EC
Text Example
Text Example
White with #C2A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A1EC; }
p { color: rgb(194,161,236); }
H1.HeaderClassName
{
color: #C2A1EC;
}
.AnyTagClassName
{
color: #C2A1EC;
}
</style>
background-color css
<style>
a { background-color: #C2A1EC; }
a { background-color: rgb(194,161,236); }
div.DivClassName
{
background-color: #C2A1EC;
}
.BgClassName
{
background-color: #C2A1EC;
}
</style>
border-color css
<style>
span { border-color: #C2A1EC; }
span { border-color: rgb(194,161,236); }
td.TdClassName
{
border-color: #C2A1EC;
}
.TagClassName
{
border-color: #C2A1EC;
}
</style>