Shades of Wisteria #C1A3D0
Tints of Wisteria #C1A3D0
RGB
CMYK
RGB Variations
Color information
#C1A3D0 (or 0xC1A3D0) is known color: Wisteria. HEX triplet: C1, A3 and D0. RGB value is (193,163,208). Sum of RGB (Red+Green+Blue) = 193+163+208=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #C1A3D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A3D0 is #3E5C2F. Grayscale: #B0B0B0. Windows color (decimal): -4086832 or 13673409. OLE color: 13673409.
HSL color Cylindrical-coordinate representation of color #C1A3D0: hue angle of 280º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1A3D0 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 163 | 208 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.18 |
| HSL | 280º | 0.32% | 0.73% | - |
| HSV(B) | 280º | 0.22% | 0.82% | - |
| XYZ | 46.47 | 42.09 | 65.35 | - |
| YUV | 177.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 163 | 208 | 0.07 | 0.22 | 0 | 0.18 | 280 | 0.32 | 0.73 |
| Hex | C1 | A3 | D0 | 7 | 16 | 0 | 12 | 118 | 20 | 49 |
| Octal | 301 | 243 | 320 | 7 | 26 | 0 | 22 | 430 | 40 | 111 |
| Binary | 11000001 | 10100011 | 11010000 | 111 | 10110 | 0 | 10010 | 100011000 | 100000 | 1001001 |
Color Harmonies of #C1A3D0
Complementary color
Monochromatic Colors of #C1A3D0
Black with #C1A3D0
Text Example
Text Example
White with #C1A3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A3D0; }
p { color: rgb(193,163,208); }
H1.HeaderClassName
{
color: #C1A3D0;
}
.AnyTagClassName
{
color: #C1A3D0;
}
</style>
background-color css
<style>
a { background-color: #C1A3D0; }
a { background-color: rgb(193,163,208); }
div.DivClassName
{
background-color: #C1A3D0;
}
.BgClassName
{
background-color: #C1A3D0;
}
</style>
border-color css
<style>
span { border-color: #C1A3D0; }
span { border-color: rgb(193,163,208); }
td.TdClassName
{
border-color: #C1A3D0;
}
.TagClassName
{
border-color: #C1A3D0;
}
</style>