Shades of Wisteria #C185D2
Tints of Wisteria #C185D2
RGB
CMYK
RGB Variations
Color information
#C185D2 (or 0xC185D2) is known color: Wisteria. HEX triplet: C1, 85 and D2. RGB value is (193,133,210). Sum of RGB (Red+Green+Blue) = 193+133+210=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 210 - color contains mainly: blue. Hex color #C185D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185D2 is #3E7A2D. Grayscale: #9F9F9F. Windows color (decimal): -4094510 or 13796801. OLE color: 13796801.
HSL color Cylindrical-coordinate representation of color #C185D2: hue angle of 286.75º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C185D2 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 133 | 210 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.18 |
| HSL | 286.75º | 0.46% | 0.67% | - |
| HSV(B) | 286.75º | 0.37% | 0.82% | - |
| XYZ | 42.01 | 32.77 | 65.08 | - |
| YUV | 159.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 210 | 0.08 | 0.37 | 0 | 0.18 | 286.75 | 0.46 | 0.67 |
| Hex | C1 | 85 | D2 | 8 | 25 | 0 | 12 | 11F | 2E | 43 |
| Octal | 301 | 205 | 322 | 10 | 45 | 0 | 22 | 437 | 56 | 103 |
| Binary | 11000001 | 10000101 | 11010010 | 1000 | 100101 | 0 | 10010 | 100011111 | 101110 | 1000011 |
Color Harmonies of #C185D2
Complementary color
Monochromatic Colors of #C185D2
Black with #C185D2
Text Example
Text Example
White with #C185D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185D2; }
p { color: rgb(193,133,210); }
H1.HeaderClassName
{
color: #C185D2;
}
.AnyTagClassName
{
color: #C185D2;
}
</style>
background-color css
<style>
a { background-color: #C185D2; }
a { background-color: rgb(193,133,210); }
div.DivClassName
{
background-color: #C185D2;
}
.BgClassName
{
background-color: #C185D2;
}
</style>
border-color css
<style>
span { border-color: #C185D2; }
span { border-color: rgb(193,133,210); }
td.TdClassName
{
border-color: #C185D2;
}
.TagClassName
{
border-color: #C185D2;
}
</style>