Shades of Wisteria #C18ADA
Tints of Wisteria #C18ADA
RGB
CMYK
RGB Variations
Color information
#C18ADA (or 0xC18ADA) is known color: Wisteria. HEX triplet: C1, 8A and DA. RGB value is (193,138,218). Sum of RGB (Red+Green+Blue) = 193+138+218=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #C18ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ADA is #3E7525. Grayscale: #A3A3A3. Windows color (decimal): -4093222 or 14322369. OLE color: 14322369.
HSL color Cylindrical-coordinate representation of color #C18ADA: hue angle of 281.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C18ADA is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 138 | 218 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.15 |
| HSL | 281.25º | 0.52% | 0.7% | - |
| HSV(B) | 281.25º | 0.37% | 0.85% | - |
| XYZ | 43.74 | 34.58 | 70.7 | - |
| YUV | 163.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 218 | 0.11 | 0.37 | 0 | 0.15 | 281.25 | 0.52 | 0.7 |
| Hex | C1 | 8A | DA | B | 25 | 0 | F | 119 | 34 | 46 |
| Octal | 301 | 212 | 332 | 13 | 45 | 0 | 17 | 431 | 64 | 106 |
| Binary | 11000001 | 10001010 | 11011010 | 1011 | 100101 | 0 | 1111 | 100011001 | 110100 | 1000110 |
Color Harmonies of #C18ADA
Complementary color
Monochromatic Colors of #C18ADA
Black with #C18ADA
Text Example
Text Example
White with #C18ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18ADA; }
p { color: rgb(193,138,218); }
H1.HeaderClassName
{
color: #C18ADA;
}
.AnyTagClassName
{
color: #C18ADA;
}
</style>
background-color css
<style>
a { background-color: #C18ADA; }
a { background-color: rgb(193,138,218); }
div.DivClassName
{
background-color: #C18ADA;
}
.BgClassName
{
background-color: #C18ADA;
}
</style>
border-color css
<style>
span { border-color: #C18ADA; }
span { border-color: rgb(193,138,218); }
td.TdClassName
{
border-color: #C18ADA;
}
.TagClassName
{
border-color: #C18ADA;
}
</style>