Shades of Wisteria #C087E8
Tints of Wisteria #C087E8
RGB
CMYK
RGB Variations
Color information
#C087E8 (or 0xC087E8) is known color: Wisteria. HEX triplet: C0, 87 and E8. RGB value is (192,135,232). Sum of RGB (Red+Green+Blue) = 192+135+232=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #C087E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C087E8 is #3F7817. Grayscale: #A2A2A2. Windows color (decimal): -4159512 or 15239104. OLE color: 15239104.
HSL color Cylindrical-coordinate representation of color #C087E8: hue angle of 275.26º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C087E8 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 135 | 232 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.09 |
| HSL | 275.26º | 0.68% | 0.72% | - |
| HSV(B) | 275.26º | 0.42% | 0.91% | - |
| XYZ | 44.97 | 34.36 | 80.61 | - |
| YUV | 163.1 | 166.88 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 232 | 0.17 | 0.42 | 0 | 0.09 | 275.26 | 0.68 | 0.72 |
| Hex | C0 | 87 | E8 | 11 | 2A | 0 | 9 | 113 | 44 | 48 |
| Octal | 300 | 207 | 350 | 21 | 52 | 0 | 11 | 423 | 104 | 110 |
| Binary | 11000000 | 10000111 | 11101000 | 10001 | 101010 | 0 | 1001 | 100010011 | 1000100 | 1001000 |
Color Harmonies of #C087E8
Complementary color
Monochromatic Colors of #C087E8
Black with #C087E8
Text Example
Text Example
White with #C087E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087E8; }
p { color: rgb(192,135,232); }
H1.HeaderClassName
{
color: #C087E8;
}
.AnyTagClassName
{
color: #C087E8;
}
</style>
background-color css
<style>
a { background-color: #C087E8; }
a { background-color: rgb(192,135,232); }
div.DivClassName
{
background-color: #C087E8;
}
.BgClassName
{
background-color: #C087E8;
}
</style>
border-color css
<style>
span { border-color: #C087E8; }
span { border-color: rgb(192,135,232); }
td.TdClassName
{
border-color: #C087E8;
}
.TagClassName
{
border-color: #C087E8;
}
</style>