Shades of Perfume #C1A1DC
Tints of Perfume #C1A1DC
RGB
CMYK
RGB Variations
Color information
#C1A1DC (or 0xC1A1DC) is known color: Perfume. HEX triplet: C1, A1 and DC. RGB value is (193,161,220). Sum of RGB (Red+Green+Blue) = 193+161+220=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1A1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A1DC is #3E5E23. Grayscale: #B1B1B1. Windows color (decimal): -4087332 or 14459329. OLE color: 14459329.
HSL color Cylindrical-coordinate representation of color #C1A1DC: hue angle of 272.54º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1A1DC is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 161 | 220 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.14 |
| HSL | 272.54º | 0.46% | 0.75% | - |
| HSV(B) | 272.54º | 0.27% | 0.86% | - |
| XYZ | 47.66 | 41.99 | 73.3 | - |
| YUV | 177.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 161 | 220 | 0.12 | 0.27 | 0 | 0.14 | 272.54 | 0.46 | 0.75 |
| Hex | C1 | A1 | DC | C | 1B | 0 | E | 111 | 2E | 4B |
| Octal | 301 | 241 | 334 | 14 | 33 | 0 | 16 | 421 | 56 | 113 |
| Binary | 11000001 | 10100001 | 11011100 | 1100 | 11011 | 0 | 1110 | 100010001 | 101110 | 1001011 |
Color Harmonies of #C1A1DC
Complementary color
Monochromatic Colors of #C1A1DC
Black with #C1A1DC
Text Example
Text Example
White with #C1A1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A1DC; }
p { color: rgb(193,161,220); }
H1.HeaderClassName
{
color: #C1A1DC;
}
.AnyTagClassName
{
color: #C1A1DC;
}
</style>
background-color css
<style>
a { background-color: #C1A1DC; }
a { background-color: rgb(193,161,220); }
div.DivClassName
{
background-color: #C1A1DC;
}
.BgClassName
{
background-color: #C1A1DC;
}
</style>
border-color css
<style>
span { border-color: #C1A1DC; }
span { border-color: rgb(193,161,220); }
td.TdClassName
{
border-color: #C1A1DC;
}
.TagClassName
{
border-color: #C1A1DC;
}
</style>