Shades of Perfume #C2A3E1
Tints of Perfume #C2A3E1
RGB
CMYK
RGB Variations
Color information
#C2A3E1 (or 0xC2A3E1) is known color: Perfume. HEX triplet: C2, A3 and E1. RGB value is (194,163,225). Sum of RGB (Red+Green+Blue) = 194+163+225=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 163 (64.06% from 255 or 28.01% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2A3E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A3E1 is #3D5C1E. Grayscale: #B3B3B3. Windows color (decimal): -4021279 or 14787522. OLE color: 14787522.
HSL color Cylindrical-coordinate representation of color #C2A3E1: hue angle of 270º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2A3E1 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 163 | 225 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.12 |
| HSL | 270º | 0.51% | 0.76% | - |
| HSV(B) | 270º | 0.28% | 0.88% | - |
| XYZ | 48.94 | 43.1 | 76.97 | - |
| YUV | 179.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 225 | 0.14 | 0.28 | 0 | 0.12 | 270 | 0.51 | 0.76 |
| Hex | C2 | A3 | E1 | E | 1C | 0 | C | 10E | 33 | 4C |
| Octal | 302 | 243 | 341 | 16 | 34 | 0 | 14 | 416 | 63 | 114 |
| Binary | 11000010 | 10100011 | 11100001 | 1110 | 11100 | 0 | 1100 | 100001110 | 110011 | 1001100 |
Color Harmonies of #C2A3E1
Complementary color
Monochromatic Colors of #C2A3E1
Black with #C2A3E1
Text Example
Text Example
White with #C2A3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A3E1; }
p { color: rgb(194,163,225); }
H1.HeaderClassName
{
color: #C2A3E1;
}
.AnyTagClassName
{
color: #C2A3E1;
}
</style>
background-color css
<style>
a { background-color: #C2A3E1; }
a { background-color: rgb(194,163,225); }
div.DivClassName
{
background-color: #C2A3E1;
}
.BgClassName
{
background-color: #C2A3E1;
}
</style>
border-color css
<style>
span { border-color: #C2A3E1; }
span { border-color: rgb(194,163,225); }
td.TdClassName
{
border-color: #C2A3E1;
}
.TagClassName
{
border-color: #C2A3E1;
}
</style>