Shades of Wisteria #C187EE
Tints of Wisteria #C187EE
RGB
CMYK
RGB Variations
Color information
#C187EE (or 0xC187EE) is known color: Wisteria. HEX triplet: C1, 87 and EE. RGB value is (193,135,238). Sum of RGB (Red+Green+Blue) = 193+135+238=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #C187EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C187EE is #3E7811. Grayscale: #A3A3A3. Windows color (decimal): -4093970 or 15632321. OLE color: 15632321.
HSL color Cylindrical-coordinate representation of color #C187EE: hue angle of 273.79º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C187EE is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 135 | 238 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.07 |
| HSL | 273.79º | 0.75% | 0.73% | - |
| HSV(B) | 273.79º | 0.43% | 0.93% | - |
| XYZ | 46.09 | 34.84 | 85.18 | - |
| YUV | 164.08 | 169.72 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 238 | 0.19 | 0.43 | 0 | 0.07 | 273.79 | 0.75 | 0.73 |
| Hex | C1 | 87 | EE | 13 | 2B | 0 | 7 | 112 | 4B | 49 |
| Octal | 301 | 207 | 356 | 23 | 53 | 0 | 7 | 422 | 113 | 111 |
| Binary | 11000001 | 10000111 | 11101110 | 10011 | 101011 | 0 | 111 | 100010010 | 1001011 | 1001001 |
Color Harmonies of #C187EE
Complementary color
Monochromatic Colors of #C187EE
Black with #C187EE
Text Example
Text Example
White with #C187EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C187EE; }
p { color: rgb(193,135,238); }
H1.HeaderClassName
{
color: #C187EE;
}
.AnyTagClassName
{
color: #C187EE;
}
</style>
background-color css
<style>
a { background-color: #C187EE; }
a { background-color: rgb(193,135,238); }
div.DivClassName
{
background-color: #C187EE;
}
.BgClassName
{
background-color: #C187EE;
}
</style>
border-color css
<style>
span { border-color: #C187EE; }
span { border-color: rgb(193,135,238); }
td.TdClassName
{
border-color: #C187EE;
}
.TagClassName
{
border-color: #C187EE;
}
</style>