Shades of Wisteria #C087DA
Tints of Wisteria #C087DA
RGB
CMYK
RGB Variations
Color information
#C087DA (or 0xC087DA) is known color: Wisteria. HEX triplet: C0, 87 and DA. RGB value is (192,135,218). Sum of RGB (Red+Green+Blue) = 192+135+218=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #C087DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087DA is #3F7825. Grayscale: #A1A1A1. Windows color (decimal): -4159526 or 14321600. OLE color: 14321600.
HSL color Cylindrical-coordinate representation of color #C087DA: hue angle of 281.2º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C087DA is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 135 | 218 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.15 |
| HSL | 281.2º | 0.53% | 0.69% | - |
| HSV(B) | 281.2º | 0.38% | 0.85% | - |
| XYZ | 43.06 | 33.6 | 70.55 | - |
| YUV | 161.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 218 | 0.12 | 0.38 | 0 | 0.15 | 281.2 | 0.53 | 0.69 |
| Hex | C0 | 87 | DA | C | 26 | 0 | F | 119 | 35 | 45 |
| Octal | 300 | 207 | 332 | 14 | 46 | 0 | 17 | 431 | 65 | 105 |
| Binary | 11000000 | 10000111 | 11011010 | 1100 | 100110 | 0 | 1111 | 100011001 | 110101 | 1000101 |
Color Harmonies of #C087DA
Complementary color
Monochromatic Colors of #C087DA
Black with #C087DA
Text Example
Text Example
White with #C087DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087DA; }
p { color: rgb(192,135,218); }
H1.HeaderClassName
{
color: #C087DA;
}
.AnyTagClassName
{
color: #C087DA;
}
</style>
background-color css
<style>
a { background-color: #C087DA; }
a { background-color: rgb(192,135,218); }
div.DivClassName
{
background-color: #C087DA;
}
.BgClassName
{
background-color: #C087DA;
}
</style>
border-color css
<style>
span { border-color: #C087DA; }
span { border-color: rgb(192,135,218); }
td.TdClassName
{
border-color: #C087DA;
}
.TagClassName
{
border-color: #C087DA;
}
</style>