Shades of Wisteria #C18FD9
Tints of Wisteria #C18FD9
RGB
CMYK
RGB Variations
Color information
#C18FD9 (or 0xC18FD9) is known color: Wisteria. HEX triplet: C1, 8F and D9. RGB value is (193,143,217). Sum of RGB (Red+Green+Blue) = 193+143+217=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #C18FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FD9 is #3E7026. Grayscale: #A6A6A6. Windows color (decimal): -4091943 or 14258113. OLE color: 14258113.
HSL color Cylindrical-coordinate representation of color #C18FD9: hue angle of 280.54º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C18FD9 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 143 | 217 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.15 |
| HSL | 280.54º | 0.49% | 0.71% | - |
| HSV(B) | 280.54º | 0.34% | 0.85% | - |
| XYZ | 44.34 | 35.99 | 70.26 | - |
| YUV | 166.39 | 156.57 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 217 | 0.11 | 0.34 | 0 | 0.15 | 280.54 | 0.49 | 0.71 |
| Hex | C1 | 8F | D9 | B | 22 | 0 | F | 119 | 31 | 47 |
| Octal | 301 | 217 | 331 | 13 | 42 | 0 | 17 | 431 | 61 | 107 |
| Binary | 11000001 | 10001111 | 11011001 | 1011 | 100010 | 0 | 1111 | 100011001 | 110001 | 1000111 |
Color Harmonies of #C18FD9
Complementary color
Monochromatic Colors of #C18FD9
Black with #C18FD9
Text Example
Text Example
White with #C18FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FD9; }
p { color: rgb(193,143,217); }
H1.HeaderClassName
{
color: #C18FD9;
}
.AnyTagClassName
{
color: #C18FD9;
}
</style>
background-color css
<style>
a { background-color: #C18FD9; }
a { background-color: rgb(193,143,217); }
div.DivClassName
{
background-color: #C18FD9;
}
.BgClassName
{
background-color: #C18FD9;
}
</style>
border-color css
<style>
span { border-color: #C18FD9; }
span { border-color: rgb(193,143,217); }
td.TdClassName
{
border-color: #C18FD9;
}
.TagClassName
{
border-color: #C18FD9;
}
</style>