Shades of Wisteria #C185CE
Tints of Wisteria #C185CE
RGB
CMYK
RGB Variations
Color information
#C185CE (or 0xC185CE) is known color: Wisteria. HEX triplet: C1, 85 and CE. RGB value is (193,133,206). Sum of RGB (Red+Green+Blue) = 193+133+206=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #C185CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185CE is #3E7A31. Grayscale: #9F9F9F. Windows color (decimal): -4094514 or 13534657. OLE color: 13534657.
HSL color Cylindrical-coordinate representation of color #C185CE: hue angle of 289.32º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C185CE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 133 | 206 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.19 |
| HSL | 289.32º | 0.43% | 0.66% | - |
| HSV(B) | 289.32º | 0.35% | 0.81% | - |
| XYZ | 41.52 | 32.57 | 62.49 | - |
| YUV | 159.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 206 | 0.06 | 0.35 | 0 | 0.19 | 289.32 | 0.43 | 0.66 |
| Hex | C1 | 85 | CE | 6 | 23 | 0 | 13 | 121 | 2B | 42 |
| Octal | 301 | 205 | 316 | 6 | 43 | 0 | 23 | 441 | 53 | 102 |
| Binary | 11000001 | 10000101 | 11001110 | 110 | 100011 | 0 | 10011 | 100100001 | 101011 | 1000010 |
Color Harmonies of #C185CE
Complementary color
Monochromatic Colors of #C185CE
Black with #C185CE
Text Example
Text Example
White with #C185CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185CE; }
p { color: rgb(193,133,206); }
H1.HeaderClassName
{
color: #C185CE;
}
.AnyTagClassName
{
color: #C185CE;
}
</style>
background-color css
<style>
a { background-color: #C185CE; }
a { background-color: rgb(193,133,206); }
div.DivClassName
{
background-color: #C185CE;
}
.BgClassName
{
background-color: #C185CE;
}
</style>
border-color css
<style>
span { border-color: #C185CE; }
span { border-color: rgb(193,133,206); }
td.TdClassName
{
border-color: #C185CE;
}
.TagClassName
{
border-color: #C185CE;
}
</style>