Shades of Perfume #C4A2E5
Tints of Perfume #C4A2E5
RGB
CMYK
RGB Variations
Color information
#C4A2E5 (or 0xC4A2E5) is known color: Perfume. HEX triplet: C4, A2 and E5. RGB value is (196,162,229). Sum of RGB (Red+Green+Blue) = 196+162+229=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #C4A2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A2E5 is #3B5D1A. Grayscale: #B3B3B3. Windows color (decimal): -3890459 or 15049412. OLE color: 15049412.
HSL color Cylindrical-coordinate representation of color #C4A2E5: hue angle of 270.45º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4A2E5 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 162 | 229 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.10 |
| HSL | 270.45º | 0.56% | 0.77% | - |
| HSV(B) | 270.45º | 0.29% | 0.9% | - |
| XYZ | 49.83 | 43.23 | 79.85 | - |
| YUV | 179.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 229 | 0.14 | 0.29 | 0 | 0.10 | 270.45 | 0.56 | 0.77 |
| Hex | C4 | A2 | E5 | E | 1D | 0 | A | 10E | 38 | 4D |
| Octal | 304 | 242 | 345 | 16 | 35 | 0 | 12 | 416 | 70 | 115 |
| Binary | 11000100 | 10100010 | 11100101 | 1110 | 11101 | 0 | 1010 | 100001110 | 111000 | 1001101 |
Color Harmonies of #C4A2E5
Complementary color
Monochromatic Colors of #C4A2E5
Black with #C4A2E5
Text Example
Text Example
White with #C4A2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A2E5; }
p { color: rgb(196,162,229); }
H1.HeaderClassName
{
color: #C4A2E5;
}
.AnyTagClassName
{
color: #C4A2E5;
}
</style>
background-color css
<style>
a { background-color: #C4A2E5; }
a { background-color: rgb(196,162,229); }
div.DivClassName
{
background-color: #C4A2E5;
}
.BgClassName
{
background-color: #C4A2E5;
}
</style>
border-color css
<style>
span { border-color: #C4A2E5; }
span { border-color: rgb(196,162,229); }
td.TdClassName
{
border-color: #C4A2E5;
}
.TagClassName
{
border-color: #C4A2E5;
}
</style>