Shades of Perfume #C7A2E5
Tints of Perfume #C7A2E5
RGB
CMYK
RGB Variations
Color information
#C7A2E5 (or 0xC7A2E5) is known color: Perfume. HEX triplet: C7, A2 and E5. RGB value is (199,162,229). Sum of RGB (Red+Green+Blue) = 199+162+229=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #C7A2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A2E5 is #385D1A. Grayscale: #B4B4B4. Windows color (decimal): -3693851 or 15049415. OLE color: 15049415.
HSL color Cylindrical-coordinate representation of color #C7A2E5: hue angle of 273.13º 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 #C7A2E5 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 162 | 229 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.10 |
| HSL | 273.13º | 0.56% | 0.77% | - |
| HSV(B) | 273.13º | 0.29% | 0.9% | - |
| XYZ | 50.62 | 43.64 | 79.88 | - |
| YUV | 180.7 | 155.26 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 229 | 0.13 | 0.29 | 0 | 0.10 | 273.13 | 0.56 | 0.77 |
| Hex | C7 | A2 | E5 | D | 1D | 0 | A | 111 | 38 | 4D |
| Octal | 307 | 242 | 345 | 15 | 35 | 0 | 12 | 421 | 70 | 115 |
| Binary | 11000111 | 10100010 | 11100101 | 1101 | 11101 | 0 | 1010 | 100010001 | 111000 | 1001101 |
Color Harmonies of #C7A2E5
Complementary color
Monochromatic Colors of #C7A2E5
Black with #C7A2E5
Text Example
Text Example
White with #C7A2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A2E5; }
p { color: rgb(199,162,229); }
H1.HeaderClassName
{
color: #C7A2E5;
}
.AnyTagClassName
{
color: #C7A2E5;
}
</style>
background-color css
<style>
a { background-color: #C7A2E5; }
a { background-color: rgb(199,162,229); }
div.DivClassName
{
background-color: #C7A2E5;
}
.BgClassName
{
background-color: #C7A2E5;
}
</style>
border-color css
<style>
span { border-color: #C7A2E5; }
span { border-color: rgb(199,162,229); }
td.TdClassName
{
border-color: #C7A2E5;
}
.TagClassName
{
border-color: #C7A2E5;
}
</style>