Shades of Wisteria #C18AD8
Tints of Wisteria #C18AD8
RGB
CMYK
RGB Variations
Color information
#C18AD8 (or 0xC18AD8) is known color: Wisteria. HEX triplet: C1, 8A and D8. RGB value is (193,138,216). Sum of RGB (Red+Green+Blue) = 193+138+216=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #C18AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18AD8 is #3E7527. Grayscale: #A3A3A3. Windows color (decimal): -4093224 or 14191297. OLE color: 14191297.
HSL color Cylindrical-coordinate representation of color #C18AD8: hue angle of 282.31º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C18AD8 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 138 | 216 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.15 |
| HSL | 282.31º | 0.5% | 0.69% | - |
| HSV(B) | 282.31º | 0.36% | 0.85% | - |
| XYZ | 43.48 | 34.47 | 69.33 | - |
| YUV | 163.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 216 | 0.11 | 0.36 | 0 | 0.15 | 282.31 | 0.5 | 0.69 |
| Hex | C1 | 8A | D8 | B | 24 | 0 | F | 11A | 32 | 45 |
| Octal | 301 | 212 | 330 | 13 | 44 | 0 | 17 | 432 | 62 | 105 |
| Binary | 11000001 | 10001010 | 11011000 | 1011 | 100100 | 0 | 1111 | 100011010 | 110010 | 1000101 |
Color Harmonies of #C18AD8
Complementary color
Monochromatic Colors of #C18AD8
Black with #C18AD8
Text Example
Text Example
White with #C18AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18AD8; }
p { color: rgb(193,138,216); }
H1.HeaderClassName
{
color: #C18AD8;
}
.AnyTagClassName
{
color: #C18AD8;
}
</style>
background-color css
<style>
a { background-color: #C18AD8; }
a { background-color: rgb(193,138,216); }
div.DivClassName
{
background-color: #C18AD8;
}
.BgClassName
{
background-color: #C18AD8;
}
</style>
border-color css
<style>
span { border-color: #C18AD8; }
span { border-color: rgb(193,138,216); }
td.TdClassName
{
border-color: #C18AD8;
}
.TagClassName
{
border-color: #C18AD8;
}
</style>