Shades of Wisteria #C18CDA
Tints of Wisteria #C18CDA
RGB
CMYK
RGB Variations
Color information
#C18CDA (or 0xC18CDA) is known color: Wisteria. HEX triplet: C1, 8C and DA. RGB value is (193,140,218). Sum of RGB (Red+Green+Blue) = 193+140+218=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #C18CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CDA is #3E7325. Grayscale: #A4A4A4. Windows color (decimal): -4092710 or 14322881. OLE color: 14322881.
HSL color Cylindrical-coordinate representation of color #C18CDA: hue angle of 280.77º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C18CDA is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 140 | 218 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.15 |
| HSL | 280.77º | 0.51% | 0.7% | - |
| HSV(B) | 280.77º | 0.36% | 0.85% | - |
| XYZ | 44.03 | 35.16 | 70.79 | - |
| YUV | 164.74 | 158.06 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 218 | 0.11 | 0.36 | 0 | 0.15 | 280.77 | 0.51 | 0.7 |
| Hex | C1 | 8C | DA | B | 24 | 0 | F | 119 | 33 | 46 |
| Octal | 301 | 214 | 332 | 13 | 44 | 0 | 17 | 431 | 63 | 106 |
| Binary | 11000001 | 10001100 | 11011010 | 1011 | 100100 | 0 | 1111 | 100011001 | 110011 | 1000110 |
Color Harmonies of #C18CDA
Complementary color
Monochromatic Colors of #C18CDA
Black with #C18CDA
Text Example
Text Example
White with #C18CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18CDA; }
p { color: rgb(193,140,218); }
H1.HeaderClassName
{
color: #C18CDA;
}
.AnyTagClassName
{
color: #C18CDA;
}
</style>
background-color css
<style>
a { background-color: #C18CDA; }
a { background-color: rgb(193,140,218); }
div.DivClassName
{
background-color: #C18CDA;
}
.BgClassName
{
background-color: #C18CDA;
}
</style>
border-color css
<style>
span { border-color: #C18CDA; }
span { border-color: rgb(193,140,218); }
td.TdClassName
{
border-color: #C18CDA;
}
.TagClassName
{
border-color: #C18CDA;
}
</style>