Shades of Wisteria #C087ED
Tints of Wisteria #C087ED
RGB
CMYK
RGB Variations
Color information
#C087ED (or 0xC087ED) is known color: Wisteria. HEX triplet: C0, 87 and ED. RGB value is (192,135,237). Sum of RGB (Red+Green+Blue) = 192+135+237=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #C087ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C087ED is #3F7812. Grayscale: #A3A3A3. Windows color (decimal): -4159507 or 15566784. OLE color: 15566784.
HSL color Cylindrical-coordinate representation of color #C087ED: hue angle of 273.53º degrees, saturation: 0.74, 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 #C087ED is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 135 | 237 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.07 |
| HSL | 273.53º | 0.74% | 0.73% | - |
| HSV(B) | 273.53º | 0.43% | 0.93% | - |
| XYZ | 45.69 | 34.65 | 84.4 | - |
| YUV | 163.67 | 169.38 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 237 | 0.19 | 0.43 | 0 | 0.07 | 273.53 | 0.74 | 0.73 |
| Hex | C0 | 87 | ED | 13 | 2B | 0 | 7 | 112 | 4A | 49 |
| Octal | 300 | 207 | 355 | 23 | 53 | 0 | 7 | 422 | 112 | 111 |
| Binary | 11000000 | 10000111 | 11101101 | 10011 | 101011 | 0 | 111 | 100010010 | 1001010 | 1001001 |
Color Harmonies of #C087ED
Complementary color
Monochromatic Colors of #C087ED
Black with #C087ED
Text Example
Text Example
White with #C087ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087ED; }
p { color: rgb(192,135,237); }
H1.HeaderClassName
{
color: #C087ED;
}
.AnyTagClassName
{
color: #C087ED;
}
</style>
background-color css
<style>
a { background-color: #C087ED; }
a { background-color: rgb(192,135,237); }
div.DivClassName
{
background-color: #C087ED;
}
.BgClassName
{
background-color: #C087ED;
}
</style>
border-color css
<style>
span { border-color: #C087ED; }
span { border-color: rgb(192,135,237); }
td.TdClassName
{
border-color: #C087ED;
}
.TagClassName
{
border-color: #C087ED;
}
</style>