Shades of Wisteria #C18AD0
Tints of Wisteria #C18AD0
RGB
CMYK
RGB Variations
Color information
#C18AD0 (or 0xC18AD0) is known color: Wisteria. HEX triplet: C1, 8A and D0. RGB value is (193,138,208). Sum of RGB (Red+Green+Blue) = 193+138+208=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #C18AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18AD0 is #3E752F. Grayscale: #A2A2A2. Windows color (decimal): -4093232 or 13667009. OLE color: 13667009.
HSL color Cylindrical-coordinate representation of color #C18AD0: hue angle of 287.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C18AD0 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 138 | 208 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.18 |
| HSL | 287.14º | 0.43% | 0.68% | - |
| HSV(B) | 287.14º | 0.34% | 0.82% | - |
| XYZ | 42.47 | 34.07 | 64.01 | - |
| YUV | 162.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 208 | 0.07 | 0.34 | 0 | 0.18 | 287.14 | 0.43 | 0.68 |
| Hex | C1 | 8A | D0 | 7 | 22 | 0 | 12 | 11F | 2B | 44 |
| Octal | 301 | 212 | 320 | 7 | 42 | 0 | 22 | 437 | 53 | 104 |
| Binary | 11000001 | 10001010 | 11010000 | 111 | 100010 | 0 | 10010 | 100011111 | 101011 | 1000100 |
Color Harmonies of #C18AD0
Complementary color
Monochromatic Colors of #C18AD0
Black with #C18AD0
Text Example
Text Example
White with #C18AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18AD0; }
p { color: rgb(193,138,208); }
H1.HeaderClassName
{
color: #C18AD0;
}
.AnyTagClassName
{
color: #C18AD0;
}
</style>
background-color css
<style>
a { background-color: #C18AD0; }
a { background-color: rgb(193,138,208); }
div.DivClassName
{
background-color: #C18AD0;
}
.BgClassName
{
background-color: #C18AD0;
}
</style>
border-color css
<style>
span { border-color: #C18AD0; }
span { border-color: rgb(193,138,208); }
td.TdClassName
{
border-color: #C18AD0;
}
.TagClassName
{
border-color: #C18AD0;
}
</style>