Shades of Perfume #C8A9DF
Tints of Perfume #C8A9DF
RGB
CMYK
RGB Variations
Color information
#C8A9DF (or 0xC8A9DF) is known color: Perfume. HEX triplet: C8, A9 and DF. RGB value is (200,169,223). Sum of RGB (Red+Green+Blue) = 200+169+223=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A9DF is #375620. Grayscale: #B8B8B8. Windows color (decimal): -3626529 or 14657992. OLE color: 14657992.
HSL color Cylindrical-coordinate representation of color #C8A9DF: hue angle of 274.44º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8A9DF is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 169 | 223 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.13 |
| HSL | 274.44º | 0.46% | 0.77% | - |
| HSV(B) | 274.44º | 0.24% | 0.87% | - |
| XYZ | 51.33 | 45.98 | 75.98 | - |
| YUV | 184.43 | 149.77 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 223 | 0.10 | 0.24 | 0 | 0.13 | 274.44 | 0.46 | 0.77 |
| Hex | C8 | A9 | DF | A | 18 | 0 | D | 112 | 2E | 4D |
| Octal | 310 | 251 | 337 | 12 | 30 | 0 | 15 | 422 | 56 | 115 |
| Binary | 11001000 | 10101001 | 11011111 | 1010 | 11000 | 0 | 1101 | 100010010 | 101110 | 1001101 |
Color Harmonies of #C8A9DF
Complementary color
Monochromatic Colors of #C8A9DF
Black with #C8A9DF
Text Example
Text Example
White with #C8A9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A9DF; }
p { color: rgb(200,169,223); }
H1.HeaderClassName
{
color: #C8A9DF;
}
.AnyTagClassName
{
color: #C8A9DF;
}
</style>
background-color css
<style>
a { background-color: #C8A9DF; }
a { background-color: rgb(200,169,223); }
div.DivClassName
{
background-color: #C8A9DF;
}
.BgClassName
{
background-color: #C8A9DF;
}
</style>
border-color css
<style>
span { border-color: #C8A9DF; }
span { border-color: rgb(200,169,223); }
td.TdClassName
{
border-color: #C8A9DF;
}
.TagClassName
{
border-color: #C8A9DF;
}
</style>