Shades of Wisteria #C185DC
Tints of Wisteria #C185DC
RGB
CMYK
RGB Variations
Color information
#C185DC (or 0xC185DC) is known color: Wisteria. HEX triplet: C1, 85 and DC. RGB value is (193,133,220). Sum of RGB (Red+Green+Blue) = 193+133+220=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #C185DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185DC is #3E7A23. Grayscale: #A0A0A0. Windows color (decimal): -4094500 or 14452161. OLE color: 14452161.
HSL color Cylindrical-coordinate representation of color #C185DC: hue angle of 281.38º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C185DC is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 133 | 220 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.14 |
| HSL | 281.38º | 0.55% | 0.69% | - |
| HSV(B) | 281.38º | 0.4% | 0.86% | - |
| XYZ | 43.3 | 33.28 | 71.85 | - |
| YUV | 160.86 | 161.38 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 220 | 0.12 | 0.40 | 0 | 0.14 | 281.38 | 0.55 | 0.69 |
| Hex | C1 | 85 | DC | C | 28 | 0 | E | 119 | 37 | 45 |
| Octal | 301 | 205 | 334 | 14 | 50 | 0 | 16 | 431 | 67 | 105 |
| Binary | 11000001 | 10000101 | 11011100 | 1100 | 101000 | 0 | 1110 | 100011001 | 110111 | 1000101 |
Color Harmonies of #C185DC
Complementary color
Monochromatic Colors of #C185DC
Black with #C185DC
Text Example
Text Example
White with #C185DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185DC; }
p { color: rgb(193,133,220); }
H1.HeaderClassName
{
color: #C185DC;
}
.AnyTagClassName
{
color: #C185DC;
}
</style>
background-color css
<style>
a { background-color: #C185DC; }
a { background-color: rgb(193,133,220); }
div.DivClassName
{
background-color: #C185DC;
}
.BgClassName
{
background-color: #C185DC;
}
</style>
border-color css
<style>
span { border-color: #C185DC; }
span { border-color: rgb(193,133,220); }
td.TdClassName
{
border-color: #C185DC;
}
.TagClassName
{
border-color: #C185DC;
}
</style>