Shades of Wisteria #C18ACE
Tints of Wisteria #C18ACE
RGB
CMYK
RGB Variations
Color information
#C18ACE (or 0xC18ACE) is known color: Wisteria. HEX triplet: C1, 8A and CE. RGB value is (193,138,206). Sum of RGB (Red+Green+Blue) = 193+138+206=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #C18ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ACE is #3E7531. Grayscale: #A1A1A1. Windows color (decimal): -4093234 or 13535937. OLE color: 13535937.
HSL color Cylindrical-coordinate representation of color #C18ACE: hue angle of 288.53º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C18ACE is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 138 | 206 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.19 |
| HSL | 288.53º | 0.41% | 0.67% | - |
| HSV(B) | 288.53º | 0.33% | 0.81% | - |
| XYZ | 42.22 | 33.97 | 62.72 | - |
| YUV | 162.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 206 | 0.06 | 0.33 | 0 | 0.19 | 288.53 | 0.41 | 0.67 |
| Hex | C1 | 8A | CE | 6 | 21 | 0 | 13 | 121 | 29 | 43 |
| Octal | 301 | 212 | 316 | 6 | 41 | 0 | 23 | 441 | 51 | 103 |
| Binary | 11000001 | 10001010 | 11001110 | 110 | 100001 | 0 | 10011 | 100100001 | 101001 | 1000011 |
Color Harmonies of #C18ACE
Complementary color
Monochromatic Colors of #C18ACE
Black with #C18ACE
Text Example
Text Example
White with #C18ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18ACE; }
p { color: rgb(193,138,206); }
H1.HeaderClassName
{
color: #C18ACE;
}
.AnyTagClassName
{
color: #C18ACE;
}
</style>
background-color css
<style>
a { background-color: #C18ACE; }
a { background-color: rgb(193,138,206); }
div.DivClassName
{
background-color: #C18ACE;
}
.BgClassName
{
background-color: #C18ACE;
}
</style>
border-color css
<style>
span { border-color: #C18ACE; }
span { border-color: rgb(193,138,206); }
td.TdClassName
{
border-color: #C18ACE;
}
.TagClassName
{
border-color: #C18ACE;
}
</style>