Shades of Perfume #C7A5EC
Tints of Perfume #C7A5EC
RGB
CMYK
RGB Variations
Color information
#C7A5EC (or 0xC7A5EC) is known color: Perfume. HEX triplet: C7, A5 and EC. RGB value is (199,165,236). Sum of RGB (Red+Green+Blue) = 199+165+236=600 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.17% from 600); Green value is 165 (64.84% from 255 or 27.5% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7A5EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A5EC is #385A13. Grayscale: #B7B7B7. Windows color (decimal): -3693076 or 15508935. OLE color: 15508935.
HSL color Cylindrical-coordinate representation of color #C7A5EC: hue angle of 268.73º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7A5EC is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 165 | 236 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.07 |
| HSL | 268.73º | 0.65% | 0.79% | - |
| HSV(B) | 268.73º | 0.3% | 0.93% | - |
| XYZ | 52.15 | 45.11 | 85.32 | - |
| YUV | 183.26 | 157.76 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 236 | 0.16 | 0.30 | 0 | 0.07 | 268.73 | 0.65 | 0.79 |
| Hex | C7 | A5 | EC | 10 | 1E | 0 | 7 | 10D | 41 | 4F |
| Octal | 307 | 245 | 354 | 20 | 36 | 0 | 7 | 415 | 101 | 117 |
| Binary | 11000111 | 10100101 | 11101100 | 10000 | 11110 | 0 | 111 | 100001101 | 1000001 | 1001111 |
Color Harmonies of #C7A5EC
Complementary color
Monochromatic Colors of #C7A5EC
Black with #C7A5EC
Text Example
Text Example
White with #C7A5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A5EC; }
p { color: rgb(199,165,236); }
H1.HeaderClassName
{
color: #C7A5EC;
}
.AnyTagClassName
{
color: #C7A5EC;
}
</style>
background-color css
<style>
a { background-color: #C7A5EC; }
a { background-color: rgb(199,165,236); }
div.DivClassName
{
background-color: #C7A5EC;
}
.BgClassName
{
background-color: #C7A5EC;
}
</style>
border-color css
<style>
span { border-color: #C7A5EC; }
span { border-color: rgb(199,165,236); }
td.TdClassName
{
border-color: #C7A5EC;
}
.TagClassName
{
border-color: #C7A5EC;
}
</style>