Shades of Perfume #C1A1D8
Tints of Perfume #C1A1D8
RGB
CMYK
RGB Variations
Color information
#C1A1D8 (or 0xC1A1D8) is known color: Perfume. HEX triplet: C1, A1 and D8. RGB value is (193,161,216). Sum of RGB (Red+Green+Blue) = 193+161+216=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #C1A1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A1D8 is #3E5E27. Grayscale: #B0B0B0. Windows color (decimal): -4087336 or 14197185. OLE color: 14197185.
HSL color Cylindrical-coordinate representation of color #C1A1D8: hue angle of 274.91º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1A1D8 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 161 | 216 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.15 |
| HSL | 274.91º | 0.41% | 0.74% | - |
| HSV(B) | 274.91º | 0.25% | 0.85% | - |
| XYZ | 47.13 | 41.79 | 70.55 | - |
| YUV | 176.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 161 | 216 | 0.11 | 0.25 | 0 | 0.15 | 274.91 | 0.41 | 0.74 |
| Hex | C1 | A1 | D8 | B | 19 | 0 | F | 113 | 29 | 4A |
| Octal | 301 | 241 | 330 | 13 | 31 | 0 | 17 | 423 | 51 | 112 |
| Binary | 11000001 | 10100001 | 11011000 | 1011 | 11001 | 0 | 1111 | 100010011 | 101001 | 1001010 |
Color Harmonies of #C1A1D8
Complementary color
Monochromatic Colors of #C1A1D8
Black with #C1A1D8
Text Example
Text Example
White with #C1A1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A1D8; }
p { color: rgb(193,161,216); }
H1.HeaderClassName
{
color: #C1A1D8;
}
.AnyTagClassName
{
color: #C1A1D8;
}
</style>
background-color css
<style>
a { background-color: #C1A1D8; }
a { background-color: rgb(193,161,216); }
div.DivClassName
{
background-color: #C1A1D8;
}
.BgClassName
{
background-color: #C1A1D8;
}
</style>
border-color css
<style>
span { border-color: #C1A1D8; }
span { border-color: rgb(193,161,216); }
td.TdClassName
{
border-color: #C1A1D8;
}
.TagClassName
{
border-color: #C1A1D8;
}
</style>