Shades of Perfume #C1A8DC
Tints of Perfume #C1A8DC
RGB
CMYK
RGB Variations
Color information
#C1A8DC (or 0xC1A8DC) is known color: Perfume. HEX triplet: C1, A8 and DC. RGB value is (193,168,220). Sum of RGB (Red+Green+Blue) = 193+168+220=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A8DC is #3E5723. Grayscale: #B5B5B5. Windows color (decimal): -4085540 or 14461121. OLE color: 14461121.
HSL color Cylindrical-coordinate representation of color #C1A8DC: hue angle of 268.85º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1A8DC is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 168 | 220 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.14 |
| HSL | 268.85º | 0.43% | 0.76% | - |
| HSV(B) | 268.85º | 0.24% | 0.86% | - |
| XYZ | 48.91 | 44.51 | 73.72 | - |
| YUV | 181.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 220 | 0.12 | 0.24 | 0 | 0.14 | 268.85 | 0.43 | 0.76 |
| Hex | C1 | A8 | DC | C | 18 | 0 | E | 10D | 2B | 4C |
| Octal | 301 | 250 | 334 | 14 | 30 | 0 | 16 | 415 | 53 | 114 |
| Binary | 11000001 | 10101000 | 11011100 | 1100 | 11000 | 0 | 1110 | 100001101 | 101011 | 1001100 |
Color Harmonies of #C1A8DC
Complementary color
Monochromatic Colors of #C1A8DC
Black with #C1A8DC
Text Example
Text Example
White with #C1A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A8DC; }
p { color: rgb(193,168,220); }
H1.HeaderClassName
{
color: #C1A8DC;
}
.AnyTagClassName
{
color: #C1A8DC;
}
</style>
background-color css
<style>
a { background-color: #C1A8DC; }
a { background-color: rgb(193,168,220); }
div.DivClassName
{
background-color: #C1A8DC;
}
.BgClassName
{
background-color: #C1A8DC;
}
</style>
border-color css
<style>
span { border-color: #C1A8DC; }
span { border-color: rgb(193,168,220); }
td.TdClassName
{
border-color: #C1A8DC;
}
.TagClassName
{
border-color: #C1A8DC;
}
</style>