Shades of Perfume #C7A5EF
Tints of Perfume #C7A5EF
RGB
CMYK
RGB Variations
Color information
#C7A5EF (or 0xC7A5EF) is known color: Perfume. HEX triplet: C7, A5 and EF. RGB value is (199,165,239). Sum of RGB (Red+Green+Blue) = 199+165+239=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7A5EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A5EF is #385A10. Grayscale: #B7B7B7. Windows color (decimal): -3693073 or 15705543. OLE color: 15705543.
HSL color Cylindrical-coordinate representation of color #C7A5EF: hue angle of 267.57º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7A5EF is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 165 | 239 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.06 |
| HSL | 267.57º | 0.7% | 0.79% | - |
| HSV(B) | 267.57º | 0.31% | 0.94% | - |
| XYZ | 52.59 | 45.28 | 87.63 | - |
| YUV | 183.6 | 159.26 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 239 | 0.17 | 0.31 | 0 | 0.06 | 267.57 | 0.7 | 0.79 |
| Hex | C7 | A5 | EF | 11 | 1F | 0 | 6 | 10C | 46 | 4F |
| Octal | 307 | 245 | 357 | 21 | 37 | 0 | 6 | 414 | 106 | 117 |
| Binary | 11000111 | 10100101 | 11101111 | 10001 | 11111 | 0 | 110 | 100001100 | 1000110 | 1001111 |
Color Harmonies of #C7A5EF
Complementary color
Monochromatic Colors of #C7A5EF
Black with #C7A5EF
Text Example
Text Example
White with #C7A5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A5EF; }
p { color: rgb(199,165,239); }
H1.HeaderClassName
{
color: #C7A5EF;
}
.AnyTagClassName
{
color: #C7A5EF;
}
</style>
background-color css
<style>
a { background-color: #C7A5EF; }
a { background-color: rgb(199,165,239); }
div.DivClassName
{
background-color: #C7A5EF;
}
.BgClassName
{
background-color: #C7A5EF;
}
</style>
border-color css
<style>
span { border-color: #C7A5EF; }
span { border-color: rgb(199,165,239); }
td.TdClassName
{
border-color: #C7A5EF;
}
.TagClassName
{
border-color: #C7A5EF;
}
</style>