Shades of Wisteria #C18AEC
Tints of Wisteria #C18AEC
RGB
CMYK
RGB Variations
Color information
#C18AEC (or 0xC18AEC) is known color: Wisteria. HEX triplet: C1, 8A and EC. RGB value is (193,138,236). Sum of RGB (Red+Green+Blue) = 193+138+236=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #C18AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18AEC is #3E7513. Grayscale: #A5A5A5. Windows color (decimal): -4093204 or 15502017. OLE color: 15502017.
HSL color Cylindrical-coordinate representation of color #C18AEC: hue angle of 273.67º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C18AEC is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 138 | 236 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.07 |
| HSL | 273.67º | 0.72% | 0.73% | - |
| HSV(B) | 273.67º | 0.42% | 0.93% | - |
| XYZ | 46.22 | 35.57 | 83.79 | - |
| YUV | 165.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 236 | 0.18 | 0.42 | 0 | 0.07 | 273.67 | 0.72 | 0.73 |
| Hex | C1 | 8A | EC | 12 | 2A | 0 | 7 | 112 | 48 | 49 |
| Octal | 301 | 212 | 354 | 22 | 52 | 0 | 7 | 422 | 110 | 111 |
| Binary | 11000001 | 10001010 | 11101100 | 10010 | 101010 | 0 | 111 | 100010010 | 1001000 | 1001001 |
Color Harmonies of #C18AEC
Complementary color
Monochromatic Colors of #C18AEC
Black with #C18AEC
Text Example
Text Example
White with #C18AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18AEC; }
p { color: rgb(193,138,236); }
H1.HeaderClassName
{
color: #C18AEC;
}
.AnyTagClassName
{
color: #C18AEC;
}
</style>
background-color css
<style>
a { background-color: #C18AEC; }
a { background-color: rgb(193,138,236); }
div.DivClassName
{
background-color: #C18AEC;
}
.BgClassName
{
background-color: #C18AEC;
}
</style>
border-color css
<style>
span { border-color: #C18AEC; }
span { border-color: rgb(193,138,236); }
td.TdClassName
{
border-color: #C18AEC;
}
.TagClassName
{
border-color: #C18AEC;
}
</style>