Shades of Wisteria #C18EFA
Tints of Wisteria #C18EFA
RGB
CMYK
RGB Variations
Color information
#C18EFA (or 0xC18EFA) is known color: Wisteria. HEX triplet: C1, 8E and FA. RGB value is (193,142,250). Sum of RGB (Red+Green+Blue) = 193+142+250=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #C18EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18EFA is #3E7105. Grayscale: #A9A9A9. Windows color (decimal): -4092166 or 16420545. OLE color: 16420545.
HSL color Cylindrical-coordinate representation of color #C18EFA: hue angle of 268.33º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C18EFA is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 142 | 250 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.02 |
| HSL | 268.33º | 0.92% | 0.77% | - |
| HSV(B) | 268.33º | 0.43% | 0.98% | - |
| XYZ | 48.92 | 37.59 | 95.12 | - |
| YUV | 169.56 | 173.4 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 250 | 0.23 | 0.43 | 0 | 0.02 | 268.33 | 0.92 | 0.77 |
| Hex | C1 | 8E | FA | 17 | 2B | 0 | 2 | 10C | 5C | 4D |
| Octal | 301 | 216 | 372 | 27 | 53 | 0 | 2 | 414 | 134 | 115 |
| Binary | 11000001 | 10001110 | 11111010 | 10111 | 101011 | 0 | 10 | 100001100 | 1011100 | 1001101 |
Color Harmonies of #C18EFA
Complementary color
Monochromatic Colors of #C18EFA
Black with #C18EFA
Text Example
Text Example
White with #C18EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18EFA; }
p { color: rgb(193,142,250); }
H1.HeaderClassName
{
color: #C18EFA;
}
.AnyTagClassName
{
color: #C18EFA;
}
</style>
background-color css
<style>
a { background-color: #C18EFA; }
a { background-color: rgb(193,142,250); }
div.DivClassName
{
background-color: #C18EFA;
}
.BgClassName
{
background-color: #C18EFA;
}
</style>
border-color css
<style>
span { border-color: #C18EFA; }
span { border-color: rgb(193,142,250); }
td.TdClassName
{
border-color: #C18EFA;
}
.TagClassName
{
border-color: #C18EFA;
}
</style>