Shades of Wisteria #C18EED
Tints of Wisteria #C18EED
RGB
CMYK
RGB Variations
Color information
#C18EED (or 0xC18EED) is known color: Wisteria. HEX triplet: C1, 8E and ED. RGB value is (193,142,237). Sum of RGB (Red+Green+Blue) = 193+142+237=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #C18EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18EED is #3E7112. Grayscale: #A7A7A7. Windows color (decimal): -4092179 or 15568577. OLE color: 15568577.
HSL color Cylindrical-coordinate representation of color #C18EED: hue angle of 272.21º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C18EED is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 142 | 237 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.07 |
| HSL | 272.21º | 0.73% | 0.74% | - |
| HSV(B) | 272.21º | 0.4% | 0.93% | - |
| XYZ | 46.95 | 36.8 | 84.75 | - |
| YUV | 168.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 237 | 0.19 | 0.40 | 0 | 0.07 | 272.21 | 0.73 | 0.74 |
| Hex | C1 | 8E | ED | 13 | 28 | 0 | 7 | 110 | 49 | 4A |
| Octal | 301 | 216 | 355 | 23 | 50 | 0 | 7 | 420 | 111 | 112 |
| Binary | 11000001 | 10001110 | 11101101 | 10011 | 101000 | 0 | 111 | 100010000 | 1001001 | 1001010 |
Color Harmonies of #C18EED
Complementary color
Monochromatic Colors of #C18EED
Black with #C18EED
Text Example
Text Example
White with #C18EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18EED; }
p { color: rgb(193,142,237); }
H1.HeaderClassName
{
color: #C18EED;
}
.AnyTagClassName
{
color: #C18EED;
}
</style>
background-color css
<style>
a { background-color: #C18EED; }
a { background-color: rgb(193,142,237); }
div.DivClassName
{
background-color: #C18EED;
}
.BgClassName
{
background-color: #C18EED;
}
</style>
border-color css
<style>
span { border-color: #C18EED; }
span { border-color: rgb(193,142,237); }
td.TdClassName
{
border-color: #C18EED;
}
.TagClassName
{
border-color: #C18EED;
}
</style>