Shades of Wisteria #C18EDC
Tints of Wisteria #C18EDC
RGB
CMYK
RGB Variations
Color information
#C18EDC (or 0xC18EDC) is known color: Wisteria. HEX triplet: C1, 8E and DC. RGB value is (193,142,220). Sum of RGB (Red+Green+Blue) = 193+142+220=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #C18EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18EDC is #3E7123. Grayscale: #A5A5A5. Windows color (decimal): -4092196 or 14454465. OLE color: 14454465.
HSL color Cylindrical-coordinate representation of color #C18EDC: hue angle of 279.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C18EDC is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 142 | 220 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.14 |
| HSL | 279.23º | 0.53% | 0.71% | - |
| HSV(B) | 279.23º | 0.35% | 0.86% | - |
| XYZ | 44.58 | 35.85 | 72.28 | - |
| YUV | 166.14 | 158.4 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 220 | 0.12 | 0.35 | 0 | 0.14 | 279.23 | 0.53 | 0.71 |
| Hex | C1 | 8E | DC | C | 23 | 0 | E | 117 | 35 | 47 |
| Octal | 301 | 216 | 334 | 14 | 43 | 0 | 16 | 427 | 65 | 107 |
| Binary | 11000001 | 10001110 | 11011100 | 1100 | 100011 | 0 | 1110 | 100010111 | 110101 | 1000111 |
Color Harmonies of #C18EDC
Complementary color
Monochromatic Colors of #C18EDC
Black with #C18EDC
Text Example
Text Example
White with #C18EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18EDC; }
p { color: rgb(193,142,220); }
H1.HeaderClassName
{
color: #C18EDC;
}
.AnyTagClassName
{
color: #C18EDC;
}
</style>
background-color css
<style>
a { background-color: #C18EDC; }
a { background-color: rgb(193,142,220); }
div.DivClassName
{
background-color: #C18EDC;
}
.BgClassName
{
background-color: #C18EDC;
}
</style>
border-color css
<style>
span { border-color: #C18EDC; }
span { border-color: rgb(193,142,220); }
td.TdClassName
{
border-color: #C18EDC;
}
.TagClassName
{
border-color: #C18EDC;
}
</style>