Shades of Perfume #C7A8DF
Tints of Perfume #C7A8DF
RGB
CMYK
RGB Variations
Color information
#C7A8DF (or 0xC7A8DF) is known color: Perfume. HEX triplet: C7, A8 and DF. RGB value is (199,168,223). Sum of RGB (Red+Green+Blue) = 199+168+223=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A8DF is #385720. Grayscale: #B7B7B7. Windows color (decimal): -3692321 or 14657735. OLE color: 14657735.
HSL color Cylindrical-coordinate representation of color #C7A8DF: hue angle of 273.82º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7A8DF is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 168 | 223 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.13 |
| HSL | 273.82º | 0.46% | 0.77% | - |
| HSV(B) | 273.82º | 0.25% | 0.87% | - |
| XYZ | 50.88 | 45.48 | 75.91 | - |
| YUV | 183.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 223 | 0.11 | 0.25 | 0 | 0.13 | 273.82 | 0.46 | 0.77 |
| Hex | C7 | A8 | DF | B | 19 | 0 | D | 112 | 2E | 4D |
| Octal | 307 | 250 | 337 | 13 | 31 | 0 | 15 | 422 | 56 | 115 |
| Binary | 11000111 | 10101000 | 11011111 | 1011 | 11001 | 0 | 1101 | 100010010 | 101110 | 1001101 |
Color Harmonies of #C7A8DF
Complementary color
Monochromatic Colors of #C7A8DF
Black with #C7A8DF
Text Example
Text Example
White with #C7A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A8DF; }
p { color: rgb(199,168,223); }
H1.HeaderClassName
{
color: #C7A8DF;
}
.AnyTagClassName
{
color: #C7A8DF;
}
</style>
background-color css
<style>
a { background-color: #C7A8DF; }
a { background-color: rgb(199,168,223); }
div.DivClassName
{
background-color: #C7A8DF;
}
.BgClassName
{
background-color: #C7A8DF;
}
</style>
border-color css
<style>
span { border-color: #C7A8DF; }
span { border-color: rgb(199,168,223); }
td.TdClassName
{
border-color: #C7A8DF;
}
.TagClassName
{
border-color: #C7A8DF;
}
</style>