Shades of Wisteria #C087EA
Tints of Wisteria #C087EA
RGB
CMYK
RGB Variations
Color information
#C087EA (or 0xC087EA) is known color: Wisteria. HEX triplet: C0, 87 and EA. RGB value is (192,135,234). Sum of RGB (Red+Green+Blue) = 192+135+234=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #C087EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C087EA is #3F7815. Grayscale: #A2A2A2. Windows color (decimal): -4159510 or 15370176. OLE color: 15370176.
HSL color Cylindrical-coordinate representation of color #C087EA: hue angle of 274.55º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C087EA is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 135 | 234 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.08 |
| HSL | 274.55º | 0.7% | 0.72% | - |
| HSV(B) | 274.55º | 0.42% | 0.92% | - |
| XYZ | 45.25 | 34.47 | 82.11 | - |
| YUV | 163.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 234 | 0.18 | 0.42 | 0 | 0.08 | 274.55 | 0.7 | 0.72 |
| Hex | C0 | 87 | EA | 12 | 2A | 0 | 8 | 113 | 46 | 48 |
| Octal | 300 | 207 | 352 | 22 | 52 | 0 | 10 | 423 | 106 | 110 |
| Binary | 11000000 | 10000111 | 11101010 | 10010 | 101010 | 0 | 1000 | 100010011 | 1000110 | 1001000 |
Color Harmonies of #C087EA
Complementary color
Monochromatic Colors of #C087EA
Black with #C087EA
Text Example
Text Example
White with #C087EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087EA; }
p { color: rgb(192,135,234); }
H1.HeaderClassName
{
color: #C087EA;
}
.AnyTagClassName
{
color: #C087EA;
}
</style>
background-color css
<style>
a { background-color: #C087EA; }
a { background-color: rgb(192,135,234); }
div.DivClassName
{
background-color: #C087EA;
}
.BgClassName
{
background-color: #C087EA;
}
</style>
border-color css
<style>
span { border-color: #C087EA; }
span { border-color: rgb(192,135,234); }
td.TdClassName
{
border-color: #C087EA;
}
.TagClassName
{
border-color: #C087EA;
}
</style>