Shades of Wisteria #C18ADB
Tints of Wisteria #C18ADB
RGB
CMYK
RGB Variations
Color information
#C18ADB (or 0xC18ADB) is known color: Wisteria. HEX triplet: C1, 8A and DB. RGB value is (193,138,219). Sum of RGB (Red+Green+Blue) = 193+138+219=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #C18ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ADB is #3E7524. Grayscale: #A3A3A3. Windows color (decimal): -4093221 or 14387905. OLE color: 14387905.
HSL color Cylindrical-coordinate representation of color #C18ADB: hue angle of 280.74º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C18ADB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 138 | 219 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.14 |
| HSL | 280.74º | 0.53% | 0.7% | - |
| HSV(B) | 280.74º | 0.37% | 0.86% | - |
| XYZ | 43.87 | 34.63 | 71.39 | - |
| YUV | 163.68 | 159.22 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 219 | 0.12 | 0.37 | 0 | 0.14 | 280.74 | 0.53 | 0.7 |
| Hex | C1 | 8A | DB | C | 25 | 0 | E | 119 | 35 | 46 |
| Octal | 301 | 212 | 333 | 14 | 45 | 0 | 16 | 431 | 65 | 106 |
| Binary | 11000001 | 10001010 | 11011011 | 1100 | 100101 | 0 | 1110 | 100011001 | 110101 | 1000110 |
Color Harmonies of #C18ADB
Complementary color
Monochromatic Colors of #C18ADB
Black with #C18ADB
Text Example
Text Example
White with #C18ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18ADB; }
p { color: rgb(193,138,219); }
H1.HeaderClassName
{
color: #C18ADB;
}
.AnyTagClassName
{
color: #C18ADB;
}
</style>
background-color css
<style>
a { background-color: #C18ADB; }
a { background-color: rgb(193,138,219); }
div.DivClassName
{
background-color: #C18ADB;
}
.BgClassName
{
background-color: #C18ADB;
}
</style>
border-color css
<style>
span { border-color: #C18ADB; }
span { border-color: rgb(193,138,219); }
td.TdClassName
{
border-color: #C18ADB;
}
.TagClassName
{
border-color: #C18ADB;
}
</style>