Shades of Wisteria #C18EE0
Tints of Wisteria #C18EE0
RGB
CMYK
RGB Variations
Color information
#C18EE0 (or 0xC18EE0) is known color: Wisteria. HEX triplet: C1, 8E and E0. RGB value is (193,142,224). Sum of RGB (Red+Green+Blue) = 193+142+224=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #C18EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18EE0 is #3E711F. Grayscale: #A6A6A6. Windows color (decimal): -4092192 or 14716609. OLE color: 14716609.
HSL color Cylindrical-coordinate representation of color #C18EE0: hue angle of 277.32º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C18EE0 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 142 | 224 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.12 |
| HSL | 277.32º | 0.57% | 0.72% | - |
| HSV(B) | 277.32º | 0.37% | 0.88% | - |
| XYZ | 45.12 | 36.07 | 75.1 | - |
| YUV | 166.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 224 | 0.14 | 0.37 | 0 | 0.12 | 277.32 | 0.57 | 0.72 |
| Hex | C1 | 8E | E0 | E | 25 | 0 | C | 115 | 39 | 48 |
| Octal | 301 | 216 | 340 | 16 | 45 | 0 | 14 | 425 | 71 | 110 |
| Binary | 11000001 | 10001110 | 11100000 | 1110 | 100101 | 0 | 1100 | 100010101 | 111001 | 1001000 |
Color Harmonies of #C18EE0
Complementary color
Monochromatic Colors of #C18EE0
Black with #C18EE0
Text Example
Text Example
White with #C18EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18EE0; }
p { color: rgb(193,142,224); }
H1.HeaderClassName
{
color: #C18EE0;
}
.AnyTagClassName
{
color: #C18EE0;
}
</style>
background-color css
<style>
a { background-color: #C18EE0; }
a { background-color: rgb(193,142,224); }
div.DivClassName
{
background-color: #C18EE0;
}
.BgClassName
{
background-color: #C18EE0;
}
</style>
border-color css
<style>
span { border-color: #C18EE0; }
span { border-color: rgb(193,142,224); }
td.TdClassName
{
border-color: #C18EE0;
}
.TagClassName
{
border-color: #C18EE0;
}
</style>