Shades of Wisteria #C18AE6
Tints of Wisteria #C18AE6
RGB
CMYK
RGB Variations
Color information
#C18AE6 (or 0xC18AE6) is known color: Wisteria. HEX triplet: C1, 8A and E6. RGB value is (193,138,230). Sum of RGB (Red+Green+Blue) = 193+138+230=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #C18AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18AE6 is #3E7519. Grayscale: #A4A4A4. Windows color (decimal): -4093210 or 15108801. OLE color: 15108801.
HSL color Cylindrical-coordinate representation of color #C18AE6: hue angle of 275.87º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C18AE6 is Cyan = 0.16, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 138 | 230 | - |
| CMYK | 0.16 | 0.4 | 0 | 0.10 |
| HSL | 275.87º | 0.65% | 0.72% | - |
| HSV(B) | 275.87º | 0.4% | 0.9% | - |
| XYZ | 45.36 | 35.23 | 79.27 | - |
| YUV | 164.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 230 | 0.16 | 0.4 | 0 | 0.10 | 275.87 | 0.65 | 0.72 |
| Hex | C1 | 8A | E6 | 10 | 28 | 0 | A | 114 | 41 | 48 |
| Octal | 301 | 212 | 346 | 20 | 50 | 0 | 12 | 424 | 101 | 110 |
| Binary | 11000001 | 10001010 | 11100110 | 10000 | 101000 | 0 | 1010 | 100010100 | 1000001 | 1001000 |
Color Harmonies of #C18AE6
Complementary color
Monochromatic Colors of #C18AE6
Black with #C18AE6
Text Example
Text Example
White with #C18AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18AE6; }
p { color: rgb(193,138,230); }
H1.HeaderClassName
{
color: #C18AE6;
}
.AnyTagClassName
{
color: #C18AE6;
}
</style>
background-color css
<style>
a { background-color: #C18AE6; }
a { background-color: rgb(193,138,230); }
div.DivClassName
{
background-color: #C18AE6;
}
.BgClassName
{
background-color: #C18AE6;
}
</style>
border-color css
<style>
span { border-color: #C18AE6; }
span { border-color: rgb(193,138,230); }
td.TdClassName
{
border-color: #C18AE6;
}
.TagClassName
{
border-color: #C18AE6;
}
</style>