Shades of Perfume #C0AADD
Tints of Perfume #C0AADD
RGB
CMYK
RGB Variations
Color information
#C0AADD (or 0xC0AADD) is known color: Perfume. HEX triplet: C0, AA and DD. RGB value is (192,170,221). Sum of RGB (Red+Green+Blue) = 192+170+221=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AADD is #3F5522. Grayscale: #B6B6B6. Windows color (decimal): -4150563 or 14527168. OLE color: 14527168.
HSL color Cylindrical-coordinate representation of color #C0AADD: hue angle of 265.88º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0AADD is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 170 | 221 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.13 |
| HSL | 265.88º | 0.43% | 0.77% | - |
| HSV(B) | 265.88º | 0.23% | 0.87% | - |
| XYZ | 49.16 | 45.18 | 74.54 | - |
| YUV | 182.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 221 | 0.13 | 0.23 | 0 | 0.13 | 265.88 | 0.43 | 0.77 |
| Hex | C0 | AA | DD | D | 17 | 0 | D | 10A | 2B | 4D |
| Octal | 300 | 252 | 335 | 15 | 27 | 0 | 15 | 412 | 53 | 115 |
| Binary | 11000000 | 10101010 | 11011101 | 1101 | 10111 | 0 | 1101 | 100001010 | 101011 | 1001101 |
Color Harmonies of #C0AADD
Complementary color
Monochromatic Colors of #C0AADD
Black with #C0AADD
Text Example
Text Example
White with #C0AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AADD; }
p { color: rgb(192,170,221); }
H1.HeaderClassName
{
color: #C0AADD;
}
.AnyTagClassName
{
color: #C0AADD;
}
</style>
background-color css
<style>
a { background-color: #C0AADD; }
a { background-color: rgb(192,170,221); }
div.DivClassName
{
background-color: #C0AADD;
}
.BgClassName
{
background-color: #C0AADD;
}
</style>
border-color css
<style>
span { border-color: #C0AADD; }
span { border-color: rgb(192,170,221); }
td.TdClassName
{
border-color: #C0AADD;
}
.TagClassName
{
border-color: #C0AADD;
}
</style>