Shades of Perfume #C7A7E4
Tints of Perfume #C7A7E4
RGB
CMYK
RGB Variations
Color information
#C7A7E4 (or 0xC7A7E4) is known color: Perfume. HEX triplet: C7, A7 and E4. RGB value is (199,167,228). Sum of RGB (Red+Green+Blue) = 199+167+228=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #C7A7E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A7E4 is #38581B. Grayscale: #B7B7B7. Windows color (decimal): -3692572 or 14985159. OLE color: 14985159.
HSL color Cylindrical-coordinate representation of color #C7A7E4: hue angle of 271.48º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7A7E4 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 167 | 228 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.11 |
| HSL | 271.48º | 0.53% | 0.77% | - |
| HSV(B) | 271.48º | 0.27% | 0.89% | - |
| XYZ | 51.38 | 45.38 | 79.45 | - |
| YUV | 183.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 167 | 228 | 0.13 | 0.27 | 0 | 0.11 | 271.48 | 0.53 | 0.77 |
| Hex | C7 | A7 | E4 | D | 1B | 0 | B | 10F | 35 | 4D |
| Octal | 307 | 247 | 344 | 15 | 33 | 0 | 13 | 417 | 65 | 115 |
| Binary | 11000111 | 10100111 | 11100100 | 1101 | 11011 | 0 | 1011 | 100001111 | 110101 | 1001101 |
Color Harmonies of #C7A7E4
Complementary color
Monochromatic Colors of #C7A7E4
Black with #C7A7E4
Text Example
Text Example
White with #C7A7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A7E4; }
p { color: rgb(199,167,228); }
H1.HeaderClassName
{
color: #C7A7E4;
}
.AnyTagClassName
{
color: #C7A7E4;
}
</style>
background-color css
<style>
a { background-color: #C7A7E4; }
a { background-color: rgb(199,167,228); }
div.DivClassName
{
background-color: #C7A7E4;
}
.BgClassName
{
background-color: #C7A7E4;
}
</style>
border-color css
<style>
span { border-color: #C7A7E4; }
span { border-color: rgb(199,167,228); }
td.TdClassName
{
border-color: #C7A7E4;
}
.TagClassName
{
border-color: #C7A7E4;
}
</style>