Shades of Wisteria #C18FE6
Tints of Wisteria #C18FE6
RGB
CMYK
RGB Variations
Color information
#C18FE6 (or 0xC18FE6) is known color: Wisteria. HEX triplet: C1, 8F and E6. RGB value is (193,143,230). Sum of RGB (Red+Green+Blue) = 193+143+230=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #C18FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18FE6 is #3E7019. Grayscale: #A7A7A7. Windows color (decimal): -4091930 or 15110081. OLE color: 15110081.
HSL color Cylindrical-coordinate representation of color #C18FE6: hue angle of 274.48º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C18FE6 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 143 | 230 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.10 |
| HSL | 274.48º | 0.64% | 0.73% | - |
| HSV(B) | 274.48º | 0.38% | 0.9% | - |
| XYZ | 46.1 | 36.7 | 79.52 | - |
| YUV | 167.87 | 163.07 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 230 | 0.16 | 0.38 | 0 | 0.10 | 274.48 | 0.64 | 0.73 |
| Hex | C1 | 8F | E6 | 10 | 26 | 0 | A | 112 | 40 | 49 |
| Octal | 301 | 217 | 346 | 20 | 46 | 0 | 12 | 422 | 100 | 111 |
| Binary | 11000001 | 10001111 | 11100110 | 10000 | 100110 | 0 | 1010 | 100010010 | 1000000 | 1001001 |
Color Harmonies of #C18FE6
Complementary color
Monochromatic Colors of #C18FE6
Black with #C18FE6
Text Example
Text Example
White with #C18FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FE6; }
p { color: rgb(193,143,230); }
H1.HeaderClassName
{
color: #C18FE6;
}
.AnyTagClassName
{
color: #C18FE6;
}
</style>
background-color css
<style>
a { background-color: #C18FE6; }
a { background-color: rgb(193,143,230); }
div.DivClassName
{
background-color: #C18FE6;
}
.BgClassName
{
background-color: #C18FE6;
}
</style>
border-color css
<style>
span { border-color: #C18FE6; }
span { border-color: rgb(193,143,230); }
td.TdClassName
{
border-color: #C18FE6;
}
.TagClassName
{
border-color: #C18FE6;
}
</style>