Shades of Perfume #C0ACDD
Tints of Perfume #C0ACDD
RGB
CMYK
RGB Variations
Color information
#C0ACDD (or 0xC0ACDD) is known color: Perfume. HEX triplet: C0, AC and DD. RGB value is (192,172,221). Sum of RGB (Red+Green+Blue) = 192+172+221=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACDD is #3F5322. Grayscale: #B7B7B7. Windows color (decimal): -4150051 or 14527680. OLE color: 14527680.
HSL color Cylindrical-coordinate representation of color #C0ACDD: hue angle of 264.49º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0ACDD is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 172 | 221 | - |
CMYK | 0.13 | 0.22 | 0 | 0.13 |
HSL | 264.49º | 0.42% | 0.77% | - |
HSV(B) | 264.49º | 0.22% | 0.87% | - |
XYZ | 49.54 | 45.93 | 74.66 | - |
YUV | 183.57 | 149.13 | 134.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 172 | 221 | 0.13 | 0.22 | 0 | 0.13 | 264.49 | 0.42 | 0.77 |
Hex | C0 | AC | DD | D | 16 | 0 | D | 108 | 2A | 4D |
Octal | 300 | 254 | 335 | 15 | 26 | 0 | 15 | 410 | 52 | 115 |
Binary | 11000000 | 10101100 | 11011101 | 1101 | 10110 | 0 | 1101 | 100001000 | 101010 | 1001101 |
Color Harmonies of #C0ACDD
Complementary color
Monochromatic Colors of #C0ACDD
Black with #C0ACDD
Text Example
Text Example
White with #C0ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACDD; }
p { color: rgb(192,172,221); }
H1.HeaderClassName
{
color: #C0ACDD;
}
.AnyTagClassName
{
color: #C0ACDD;
}
</style>
background-color css
<style>
a { background-color: #C0ACDD; }
a { background-color: rgb(192,172,221); }
div.DivClassName
{
background-color: #C0ACDD;
}
.BgClassName
{
background-color: #C0ACDD;
}
</style>
border-color css
<style>
span { border-color: #C0ACDD; }
span { border-color: rgb(192,172,221); }
td.TdClassName
{
border-color: #C0ACDD;
}
.TagClassName
{
border-color: #C0ACDD;
}
</style>