Shades of Wisteria #C187EF
Tints of Wisteria #C187EF
RGB
CMYK
RGB Variations
Color information
#C187EF (or 0xC187EF) is known color: Wisteria. HEX triplet: C1, 87 and EF. RGB value is (193,135,239). Sum of RGB (Red+Green+Blue) = 193+135+239=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #C187EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C187EF is #3E7810. Grayscale: #A3A3A3. Windows color (decimal): -4093969 or 15697857. OLE color: 15697857.
HSL color Cylindrical-coordinate representation of color #C187EF: hue angle of 273.46º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C187EF is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 135 | 239 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.06 |
| HSL | 273.46º | 0.76% | 0.73% | - |
| HSV(B) | 273.46º | 0.44% | 0.94% | - |
| XYZ | 46.24 | 34.9 | 85.96 | - |
| YUV | 164.2 | 170.22 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 239 | 0.19 | 0.44 | 0 | 0.06 | 273.46 | 0.76 | 0.73 |
| Hex | C1 | 87 | EF | 13 | 2C | 0 | 6 | 111 | 4C | 49 |
| Octal | 301 | 207 | 357 | 23 | 54 | 0 | 6 | 421 | 114 | 111 |
| Binary | 11000001 | 10000111 | 11101111 | 10011 | 101100 | 0 | 110 | 100010001 | 1001100 | 1001001 |
Color Harmonies of #C187EF
Complementary color
Monochromatic Colors of #C187EF
Black with #C187EF
Text Example
Text Example
White with #C187EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C187EF; }
p { color: rgb(193,135,239); }
H1.HeaderClassName
{
color: #C187EF;
}
.AnyTagClassName
{
color: #C187EF;
}
</style>
background-color css
<style>
a { background-color: #C187EF; }
a { background-color: rgb(193,135,239); }
div.DivClassName
{
background-color: #C187EF;
}
.BgClassName
{
background-color: #C187EF;
}
</style>
border-color css
<style>
span { border-color: #C187EF; }
span { border-color: rgb(193,135,239); }
td.TdClassName
{
border-color: #C187EF;
}
.TagClassName
{
border-color: #C187EF;
}
</style>