Shades of Wisteria #C185EE
Tints of Wisteria #C185EE
RGB
CMYK
RGB Variations
Color information
#C185EE (or 0xC185EE) is known color: Wisteria. HEX triplet: C1, 85 and EE. RGB value is (193,133,238). Sum of RGB (Red+Green+Blue) = 193+133+238=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #C185EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C185EE is #3E7A11. Grayscale: #A2A2A2. Windows color (decimal): -4094482 or 15631809. OLE color: 15631809.
HSL color Cylindrical-coordinate representation of color #C185EE: hue angle of 274.29º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C185EE is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 133 | 238 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.07 |
| HSL | 274.29º | 0.76% | 0.73% | - |
| HSV(B) | 274.29º | 0.44% | 0.93% | - |
| XYZ | 45.81 | 34.29 | 85.09 | - |
| YUV | 162.91 | 170.38 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 238 | 0.19 | 0.44 | 0 | 0.07 | 274.29 | 0.76 | 0.73 |
| Hex | C1 | 85 | EE | 13 | 2C | 0 | 7 | 112 | 4C | 49 |
| Octal | 301 | 205 | 356 | 23 | 54 | 0 | 7 | 422 | 114 | 111 |
| Binary | 11000001 | 10000101 | 11101110 | 10011 | 101100 | 0 | 111 | 100010010 | 1001100 | 1001001 |
Color Harmonies of #C185EE
Complementary color
Monochromatic Colors of #C185EE
Black with #C185EE
Text Example
Text Example
White with #C185EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185EE; }
p { color: rgb(193,133,238); }
H1.HeaderClassName
{
color: #C185EE;
}
.AnyTagClassName
{
color: #C185EE;
}
</style>
background-color css
<style>
a { background-color: #C185EE; }
a { background-color: rgb(193,133,238); }
div.DivClassName
{
background-color: #C185EE;
}
.BgClassName
{
background-color: #C185EE;
}
</style>
border-color css
<style>
span { border-color: #C185EE; }
span { border-color: rgb(193,133,238); }
td.TdClassName
{
border-color: #C185EE;
}
.TagClassName
{
border-color: #C185EE;
}
</style>