Shades of Perfume #C7A9E4
Tints of Perfume #C7A9E4
RGB
CMYK
RGB Variations
Color information
#C7A9E4 (or 0xC7A9E4) is known color: Perfume. HEX triplet: C7, A9 and E4. RGB value is (199,169,228). Sum of RGB (Red+Green+Blue) = 199+169+228=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 228 (89.45% from 255 or 38.26% from 596); Max value from RGB is 228 - color contains mainly: blue. Hex color #C7A9E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A9E4 is #38561B. Grayscale: #B8B8B8. Windows color (decimal): -3692060 or 14985671. OLE color: 14985671.
HSL color Cylindrical-coordinate representation of color #C7A9E4: hue angle of 270.51º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7A9E4 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 169 | 228 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.11 |
| HSL | 270.51º | 0.52% | 0.78% | - |
| HSV(B) | 270.51º | 0.26% | 0.89% | - |
| XYZ | 51.74 | 46.12 | 79.57 | - |
| YUV | 184.7 | 152.44 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 228 | 0.13 | 0.26 | 0 | 0.11 | 270.51 | 0.52 | 0.78 |
| Hex | C7 | A9 | E4 | D | 1A | 0 | B | 10F | 34 | 4E |
| Octal | 307 | 251 | 344 | 15 | 32 | 0 | 13 | 417 | 64 | 116 |
| Binary | 11000111 | 10101001 | 11100100 | 1101 | 11010 | 0 | 1011 | 100001111 | 110100 | 1001110 |
Color Harmonies of #C7A9E4
Complementary color
Monochromatic Colors of #C7A9E4
Black with #C7A9E4
Text Example
Text Example
White with #C7A9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A9E4; }
p { color: rgb(199,169,228); }
H1.HeaderClassName
{
color: #C7A9E4;
}
.AnyTagClassName
{
color: #C7A9E4;
}
</style>
background-color css
<style>
a { background-color: #C7A9E4; }
a { background-color: rgb(199,169,228); }
div.DivClassName
{
background-color: #C7A9E4;
}
.BgClassName
{
background-color: #C7A9E4;
}
</style>
border-color css
<style>
span { border-color: #C7A9E4; }
span { border-color: rgb(199,169,228); }
td.TdClassName
{
border-color: #C7A9E4;
}
.TagClassName
{
border-color: #C7A9E4;
}
</style>