Shades of Wisteria #C087FB
Tints of Wisteria #C087FB
RGB
CMYK
RGB Variations
Color information
#C087FB (or 0xC087FB) is known color: Wisteria. HEX triplet: C0, 87 and FB. RGB value is (192,135,251). Sum of RGB (Red+Green+Blue) = 192+135+251=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #C087FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C087FB is #3F7804. Grayscale: #A4A4A4. Windows color (decimal): -4159493 or 16484288. OLE color: 16484288.
HSL color Cylindrical-coordinate representation of color #C087FB: hue angle of 269.48º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C087FB is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 135 | 251 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.02 |
| HSL | 269.48º | 0.94% | 0.76% | - |
| HSV(B) | 269.48º | 0.46% | 0.98% | - |
| XYZ | 47.81 | 35.5 | 95.6 | - |
| YUV | 165.27 | 176.38 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 251 | 0.24 | 0.46 | 0 | 0.02 | 269.48 | 0.94 | 0.76 |
| Hex | C0 | 87 | FB | 18 | 2E | 0 | 2 | 10D | 5E | 4C |
| Octal | 300 | 207 | 373 | 30 | 56 | 0 | 2 | 415 | 136 | 114 |
| Binary | 11000000 | 10000111 | 11111011 | 11000 | 101110 | 0 | 10 | 100001101 | 1011110 | 1001100 |
Color Harmonies of #C087FB
Complementary color
Monochromatic Colors of #C087FB
Black with #C087FB
Text Example
Text Example
White with #C087FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087FB; }
p { color: rgb(192,135,251); }
H1.HeaderClassName
{
color: #C087FB;
}
.AnyTagClassName
{
color: #C087FB;
}
</style>
background-color css
<style>
a { background-color: #C087FB; }
a { background-color: rgb(192,135,251); }
div.DivClassName
{
background-color: #C087FB;
}
.BgClassName
{
background-color: #C087FB;
}
</style>
border-color css
<style>
span { border-color: #C087FB; }
span { border-color: rgb(192,135,251); }
td.TdClassName
{
border-color: #C087FB;
}
.TagClassName
{
border-color: #C087FB;
}
</style>