Shades of Wisteria #C18EEE
Tints of Wisteria #C18EEE
RGB
CMYK
RGB Variations
Color information
#C18EEE (or 0xC18EEE) is known color: Wisteria. HEX triplet: C1, 8E and EE. RGB value is (193,142,238). Sum of RGB (Red+Green+Blue) = 193+142+238=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #C18EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18EEE is #3E7111. Grayscale: #A7A7A7. Windows color (decimal): -4092178 or 15634113. OLE color: 15634113.
HSL color Cylindrical-coordinate representation of color #C18EEE: hue angle of 271.88º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C18EEE is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 142 | 238 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.07 |
| HSL | 271.88º | 0.74% | 0.75% | - |
| HSV(B) | 271.88º | 0.4% | 0.93% | - |
| XYZ | 47.1 | 36.86 | 85.52 | - |
| YUV | 168.19 | 167.4 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 238 | 0.19 | 0.40 | 0 | 0.07 | 271.88 | 0.74 | 0.75 |
| Hex | C1 | 8E | EE | 13 | 28 | 0 | 7 | 110 | 4A | 4B |
| Octal | 301 | 216 | 356 | 23 | 50 | 0 | 7 | 420 | 112 | 113 |
| Binary | 11000001 | 10001110 | 11101110 | 10011 | 101000 | 0 | 111 | 100010000 | 1001010 | 1001011 |
Color Harmonies of #C18EEE
Complementary color
Monochromatic Colors of #C18EEE
Black with #C18EEE
Text Example
Text Example
White with #C18EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18EEE; }
p { color: rgb(193,142,238); }
H1.HeaderClassName
{
color: #C18EEE;
}
.AnyTagClassName
{
color: #C18EEE;
}
</style>
background-color css
<style>
a { background-color: #C18EEE; }
a { background-color: rgb(193,142,238); }
div.DivClassName
{
background-color: #C18EEE;
}
.BgClassName
{
background-color: #C18EEE;
}
</style>
border-color css
<style>
span { border-color: #C18EEE; }
span { border-color: rgb(193,142,238); }
td.TdClassName
{
border-color: #C18EEE;
}
.TagClassName
{
border-color: #C18EEE;
}
</style>