Shades of Perfume #C2A1DB
Tints of Perfume #C2A1DB
RGB
CMYK
RGB Variations
Color information
#C2A1DB (or 0xC2A1DB) is known color: Perfume. HEX triplet: C2, A1 and DB. RGB value is (194,161,219). Sum of RGB (Red+Green+Blue) = 194+161+219=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2A1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A1DB is #3D5E24. Grayscale: #B1B1B1. Windows color (decimal): -4021797 or 14393794. OLE color: 14393794.
HSL color Cylindrical-coordinate representation of color #C2A1DB: hue angle of 274.14º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2A1DB is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 161 | 219 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.14 |
| HSL | 274.14º | 0.45% | 0.75% | - |
| HSV(B) | 274.14º | 0.26% | 0.86% | - |
| XYZ | 47.78 | 42.07 | 72.62 | - |
| YUV | 177.48 | 151.43 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 219 | 0.11 | 0.26 | 0 | 0.14 | 274.14 | 0.45 | 0.75 |
| Hex | C2 | A1 | DB | B | 1A | 0 | E | 112 | 2D | 4B |
| Octal | 302 | 241 | 333 | 13 | 32 | 0 | 16 | 422 | 55 | 113 |
| Binary | 11000010 | 10100001 | 11011011 | 1011 | 11010 | 0 | 1110 | 100010010 | 101101 | 1001011 |
Color Harmonies of #C2A1DB
Complementary color
Monochromatic Colors of #C2A1DB
Black with #C2A1DB
Text Example
Text Example
White with #C2A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A1DB; }
p { color: rgb(194,161,219); }
H1.HeaderClassName
{
color: #C2A1DB;
}
.AnyTagClassName
{
color: #C2A1DB;
}
</style>
background-color css
<style>
a { background-color: #C2A1DB; }
a { background-color: rgb(194,161,219); }
div.DivClassName
{
background-color: #C2A1DB;
}
.BgClassName
{
background-color: #C2A1DB;
}
</style>
border-color css
<style>
span { border-color: #C2A1DB; }
span { border-color: rgb(194,161,219); }
td.TdClassName
{
border-color: #C2A1DB;
}
.TagClassName
{
border-color: #C2A1DB;
}
</style>