Shades of Wisteria #C18DF4
Tints of Wisteria #C18DF4
RGB
CMYK
RGB Variations
Color information
#C18DF4 (or 0xC18DF4) is known color: Wisteria. HEX triplet: C1, 8D and F4. RGB value is (193,141,244). Sum of RGB (Red+Green+Blue) = 193+141+244=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 244 (95.70% from 255 or 42.21% from 578); Max value from RGB is 244 - color contains mainly: blue. Hex color #C18DF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18DF4 is #3E720B. Grayscale: #A7A7A7. Windows color (decimal): -4092428 or 16027073. OLE color: 16027073.
HSL color Cylindrical-coordinate representation of color #C18DF4: hue angle of 270.29º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C18DF4 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 141 | 244 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.04 |
| HSL | 270.29º | 0.82% | 0.75% | - |
| HSV(B) | 270.29º | 0.42% | 0.96% | - |
| XYZ | 47.85 | 36.92 | 90.19 | - |
| YUV | 168.29 | 170.73 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 244 | 0.21 | 0.42 | 0 | 0.04 | 270.29 | 0.82 | 0.75 |
| Hex | C1 | 8D | F4 | 15 | 2A | 0 | 4 | 10E | 52 | 4B |
| Octal | 301 | 215 | 364 | 25 | 52 | 0 | 4 | 416 | 122 | 113 |
| Binary | 11000001 | 10001101 | 11110100 | 10101 | 101010 | 0 | 100 | 100001110 | 1010010 | 1001011 |
Color Harmonies of #C18DF4
Complementary color
Monochromatic Colors of #C18DF4
Black with #C18DF4
Text Example
Text Example
White with #C18DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18DF4; }
p { color: rgb(193,141,244); }
H1.HeaderClassName
{
color: #C18DF4;
}
.AnyTagClassName
{
color: #C18DF4;
}
</style>
background-color css
<style>
a { background-color: #C18DF4; }
a { background-color: rgb(193,141,244); }
div.DivClassName
{
background-color: #C18DF4;
}
.BgClassName
{
background-color: #C18DF4;
}
</style>
border-color css
<style>
span { border-color: #C18DF4; }
span { border-color: rgb(193,141,244); }
td.TdClassName
{
border-color: #C18DF4;
}
.TagClassName
{
border-color: #C18DF4;
}
</style>