Shades of Wisteria #C18DDC
Tints of Wisteria #C18DDC
RGB
CMYK
RGB Variations
Color information
#C18DDC (or 0xC18DDC) is known color: Wisteria. HEX triplet: C1, 8D and DC. RGB value is (193,141,220). Sum of RGB (Red+Green+Blue) = 193+141+220=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #C18DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DDC is #3E7223. Grayscale: #A5A5A5. Windows color (decimal): -4092452 or 14454209. OLE color: 14454209.
HSL color Cylindrical-coordinate representation of color #C18DDC: hue angle of 279.49º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C18DDC is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 141 | 220 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.14 |
| HSL | 279.49º | 0.53% | 0.71% | - |
| HSV(B) | 279.49º | 0.36% | 0.86% | - |
| XYZ | 44.44 | 35.55 | 72.23 | - |
| YUV | 165.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 220 | 0.12 | 0.36 | 0 | 0.14 | 279.49 | 0.53 | 0.71 |
| Hex | C1 | 8D | DC | C | 24 | 0 | E | 117 | 35 | 47 |
| Octal | 301 | 215 | 334 | 14 | 44 | 0 | 16 | 427 | 65 | 107 |
| Binary | 11000001 | 10001101 | 11011100 | 1100 | 100100 | 0 | 1110 | 100010111 | 110101 | 1000111 |
Color Harmonies of #C18DDC
Complementary color
Monochromatic Colors of #C18DDC
Black with #C18DDC
Text Example
Text Example
White with #C18DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18DDC; }
p { color: rgb(193,141,220); }
H1.HeaderClassName
{
color: #C18DDC;
}
.AnyTagClassName
{
color: #C18DDC;
}
</style>
background-color css
<style>
a { background-color: #C18DDC; }
a { background-color: rgb(193,141,220); }
div.DivClassName
{
background-color: #C18DDC;
}
.BgClassName
{
background-color: #C18DDC;
}
</style>
border-color css
<style>
span { border-color: #C18DDC; }
span { border-color: rgb(193,141,220); }
td.TdClassName
{
border-color: #C18DDC;
}
.TagClassName
{
border-color: #C18DDC;
}
</style>