Shades of Perfume #C1A6D8
Tints of Perfume #C1A6D8
RGB
CMYK
RGB Variations
Color information
#C1A6D8 (or 0xC1A6D8) is known color: Perfume. HEX triplet: C1, A6 and D8. RGB value is (193,166,216). Sum of RGB (Red+Green+Blue) = 193+166+216=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #C1A6D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A6D8 is #3E5927. Grayscale: #B3B3B3. Windows color (decimal): -4086056 or 14198465. OLE color: 14198465.
HSL color Cylindrical-coordinate representation of color #C1A6D8: hue angle of 272.4º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1A6D8 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 166 | 216 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.15 |
| HSL | 272.4º | 0.39% | 0.75% | - |
| HSV(B) | 272.4º | 0.23% | 0.85% | - |
| XYZ | 48.02 | 43.57 | 70.84 | - |
| YUV | 179.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 166 | 216 | 0.11 | 0.23 | 0 | 0.15 | 272.4 | 0.39 | 0.75 |
| Hex | C1 | A6 | D8 | B | 17 | 0 | F | 110 | 27 | 4B |
| Octal | 301 | 246 | 330 | 13 | 27 | 0 | 17 | 420 | 47 | 113 |
| Binary | 11000001 | 10100110 | 11011000 | 1011 | 10111 | 0 | 1111 | 100010000 | 100111 | 1001011 |
Color Harmonies of #C1A6D8
Complementary color
Monochromatic Colors of #C1A6D8
Black with #C1A6D8
Text Example
Text Example
White with #C1A6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A6D8; }
p { color: rgb(193,166,216); }
H1.HeaderClassName
{
color: #C1A6D8;
}
.AnyTagClassName
{
color: #C1A6D8;
}
</style>
background-color css
<style>
a { background-color: #C1A6D8; }
a { background-color: rgb(193,166,216); }
div.DivClassName
{
background-color: #C1A6D8;
}
.BgClassName
{
background-color: #C1A6D8;
}
</style>
border-color css
<style>
span { border-color: #C1A6D8; }
span { border-color: rgb(193,166,216); }
td.TdClassName
{
border-color: #C1A6D8;
}
.TagClassName
{
border-color: #C1A6D8;
}
</style>