Shades of Wisteria #C18EFF
Tints of Wisteria #C18EFF
RGB
CMYK
RGB Variations
Color information
#C18EFF (or 0xC18EFF) is known color: Wisteria. HEX triplet: C1, 8E and FF. RGB value is (193,142,255). Sum of RGB (Red+Green+Blue) = 193+142+255=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #C18EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18EFF is #3E7100. Grayscale: #A9A9A9. Windows color (decimal): -4092161 or 16748225. OLE color: 16748225.
HSL color Cylindrical-coordinate representation of color #C18EFF: hue angle of 267.08º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C18EFF is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 142 | 255 | - |
| CMYK | 0.24 | 0.44 | 0 | 0 |
| HSL | 267.08º | 1% | 0.78% | - |
| HSV(B) | 267.08º | 0.44% | 1% | - |
| XYZ | 49.72 | 37.9 | 99.3 | - |
| YUV | 170.13 | 175.9 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 255 | 0.24 | 0.44 | 0 | 0 | 267.08 | 1 | 0.78 |
| Hex | C1 | 8E | FF | 18 | 2C | 0 | 0 | 10B | 64 | 4E |
| Octal | 301 | 216 | 377 | 30 | 54 | 0 | 0 | 413 | 144 | 116 |
| Binary | 11000001 | 10001110 | 11111111 | 11000 | 101100 | 0 | 0 | 100001011 | 1100100 | 1001110 |
Color Harmonies of #C18EFF
Complementary color
Monochromatic Colors of #C18EFF
Black with #C18EFF
Text Example
Text Example
White with #C18EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18EFF; }
p { color: rgb(193,142,255); }
H1.HeaderClassName
{
color: #C18EFF;
}
.AnyTagClassName
{
color: #C18EFF;
}
</style>
background-color css
<style>
a { background-color: #C18EFF; }
a { background-color: rgb(193,142,255); }
div.DivClassName
{
background-color: #C18EFF;
}
.BgClassName
{
background-color: #C18EFF;
}
</style>
border-color css
<style>
span { border-color: #C18EFF; }
span { border-color: rgb(193,142,255); }
td.TdClassName
{
border-color: #C18EFF;
}
.TagClassName
{
border-color: #C18EFF;
}
</style>