Shades of Perfume #C0ABDD
Tints of Perfume #C0ABDD
RGB
CMYK
RGB Variations
Color information
#C0ABDD (or 0xC0ABDD) is known color: Perfume. HEX triplet: C0, AB and DD. RGB value is (192,171,221). Sum of RGB (Red+Green+Blue) = 192+171+221=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABDD is #3F5422. Grayscale: #B6B6B6. Windows color (decimal): -4150307 or 14527424. OLE color: 14527424.
HSL color Cylindrical-coordinate representation of color #C0ABDD: hue angle of 265.2º degrees, saturation: 0.42, 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 #C0ABDD is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 171 | 221 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.13 |
| HSL | 265.2º | 0.42% | 0.77% | - |
| HSV(B) | 265.2º | 0.23% | 0.87% | - |
| XYZ | 49.35 | 45.55 | 74.6 | - |
| YUV | 182.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 221 | 0.13 | 0.23 | 0 | 0.13 | 265.2 | 0.42 | 0.77 |
| Hex | C0 | AB | DD | D | 17 | 0 | D | 109 | 2A | 4D |
| Octal | 300 | 253 | 335 | 15 | 27 | 0 | 15 | 411 | 52 | 115 |
| Binary | 11000000 | 10101011 | 11011101 | 1101 | 10111 | 0 | 1101 | 100001001 | 101010 | 1001101 |
Color Harmonies of #C0ABDD
Complementary color
Monochromatic Colors of #C0ABDD
Black with #C0ABDD
Text Example
Text Example
White with #C0ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABDD; }
p { color: rgb(192,171,221); }
H1.HeaderClassName
{
color: #C0ABDD;
}
.AnyTagClassName
{
color: #C0ABDD;
}
</style>
background-color css
<style>
a { background-color: #C0ABDD; }
a { background-color: rgb(192,171,221); }
div.DivClassName
{
background-color: #C0ABDD;
}
.BgClassName
{
background-color: #C0ABDD;
}
</style>
border-color css
<style>
span { border-color: #C0ABDD; }
span { border-color: rgb(192,171,221); }
td.TdClassName
{
border-color: #C0ABDD;
}
.TagClassName
{
border-color: #C0ABDD;
}
</style>