Shades of Wisteria #C1A1CE
Tints of Wisteria #C1A1CE
RGB
CMYK
RGB Variations
Color information
#C1A1CE (or 0xC1A1CE) is known color: Wisteria. HEX triplet: C1, A1 and CE. RGB value is (193,161,206). Sum of RGB (Red+Green+Blue) = 193+161+206=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1A1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A1CE is #3E5E31. Grayscale: #AFAFAF. Windows color (decimal): -4087346 or 13541825. OLE color: 13541825.
HSL color Cylindrical-coordinate representation of color #C1A1CE: hue angle of 282.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1A1CE is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 161 | 206 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.19 |
| HSL | 282.67º | 0.31% | 0.72% | - |
| HSV(B) | 282.67º | 0.22% | 0.81% | - |
| XYZ | 45.88 | 41.28 | 63.94 | - |
| YUV | 175.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 161 | 206 | 0.06 | 0.22 | 0 | 0.19 | 282.67 | 0.31 | 0.72 |
| Hex | C1 | A1 | CE | 6 | 16 | 0 | 13 | 11B | 1F | 48 |
| Octal | 301 | 241 | 316 | 6 | 26 | 0 | 23 | 433 | 37 | 110 |
| Binary | 11000001 | 10100001 | 11001110 | 110 | 10110 | 0 | 10011 | 100011011 | 11111 | 1001000 |
Color Harmonies of #C1A1CE
Complementary color
Monochromatic Colors of #C1A1CE
Black with #C1A1CE
Text Example
Text Example
White with #C1A1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A1CE; }
p { color: rgb(193,161,206); }
H1.HeaderClassName
{
color: #C1A1CE;
}
.AnyTagClassName
{
color: #C1A1CE;
}
</style>
background-color css
<style>
a { background-color: #C1A1CE; }
a { background-color: rgb(193,161,206); }
div.DivClassName
{
background-color: #C1A1CE;
}
.BgClassName
{
background-color: #C1A1CE;
}
</style>
border-color css
<style>
span { border-color: #C1A1CE; }
span { border-color: rgb(193,161,206); }
td.TdClassName
{
border-color: #C1A1CE;
}
.TagClassName
{
border-color: #C1A1CE;
}
</style>