Shades of Wisteria #C18EFD
Tints of Wisteria #C18EFD
RGB
CMYK
RGB Variations
Color information
#C18EFD (or 0xC18EFD) is known color: Wisteria. HEX triplet: C1, 8E and FD. RGB value is (193,142,253). Sum of RGB (Red+Green+Blue) = 193+142+253=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #C18EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18EFD is #3E7102. Grayscale: #A9A9A9. Windows color (decimal): -4092163 or 16617153. OLE color: 16617153.
HSL color Cylindrical-coordinate representation of color #C18EFD: hue angle of 267.57º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C18EFD is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 142 | 253 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.01 |
| HSL | 267.57º | 0.97% | 0.77% | - |
| HSV(B) | 267.57º | 0.44% | 0.99% | - |
| XYZ | 49.39 | 37.78 | 97.62 | - |
| YUV | 169.9 | 174.9 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 253 | 0.24 | 0.44 | 0 | 0.01 | 267.57 | 0.97 | 0.77 |
| Hex | C1 | 8E | FD | 18 | 2C | 0 | 1 | 10C | 61 | 4D |
| Octal | 301 | 216 | 375 | 30 | 54 | 0 | 1 | 414 | 141 | 115 |
| Binary | 11000001 | 10001110 | 11111101 | 11000 | 101100 | 0 | 1 | 100001100 | 1100001 | 1001101 |
Color Harmonies of #C18EFD
Complementary color
Monochromatic Colors of #C18EFD
Black with #C18EFD
Text Example
Text Example
White with #C18EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18EFD; }
p { color: rgb(193,142,253); }
H1.HeaderClassName
{
color: #C18EFD;
}
.AnyTagClassName
{
color: #C18EFD;
}
</style>
background-color css
<style>
a { background-color: #C18EFD; }
a { background-color: rgb(193,142,253); }
div.DivClassName
{
background-color: #C18EFD;
}
.BgClassName
{
background-color: #C18EFD;
}
</style>
border-color css
<style>
span { border-color: #C18EFD; }
span { border-color: rgb(193,142,253); }
td.TdClassName
{
border-color: #C18EFD;
}
.TagClassName
{
border-color: #C18EFD;
}
</style>