Shades of Wisteria #C087FA
Tints of Wisteria #C087FA
RGB
CMYK
RGB Variations
Color information
#C087FA (or 0xC087FA) is known color: Wisteria. HEX triplet: C0, 87 and FA. RGB value is (192,135,250). Sum of RGB (Red+Green+Blue) = 192+135+250=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 135 (53.12% from 255 or 23.40% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #C087FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C087FA is #3F7805. Grayscale: #A4A4A4. Windows color (decimal): -4159494 or 16418752. OLE color: 16418752.
HSL color Cylindrical-coordinate representation of color #C087FA: hue angle of 269.74º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C087FA is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 135 | 250 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.02 |
| HSL | 269.74º | 0.92% | 0.75% | - |
| HSV(B) | 269.74º | 0.46% | 0.98% | - |
| XYZ | 47.66 | 35.44 | 94.77 | - |
| YUV | 165.15 | 175.88 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 250 | 0.23 | 0.46 | 0 | 0.02 | 269.74 | 0.92 | 0.75 |
| Hex | C0 | 87 | FA | 17 | 2E | 0 | 2 | 10E | 5C | 4B |
| Octal | 300 | 207 | 372 | 27 | 56 | 0 | 2 | 416 | 134 | 113 |
| Binary | 11000000 | 10000111 | 11111010 | 10111 | 101110 | 0 | 10 | 100001110 | 1011100 | 1001011 |
Color Harmonies of #C087FA
Complementary color
Monochromatic Colors of #C087FA
Black with #C087FA
Text Example
Text Example
White with #C087FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087FA; }
p { color: rgb(192,135,250); }
H1.HeaderClassName
{
color: #C087FA;
}
.AnyTagClassName
{
color: #C087FA;
}
</style>
background-color css
<style>
a { background-color: #C087FA; }
a { background-color: rgb(192,135,250); }
div.DivClassName
{
background-color: #C087FA;
}
.BgClassName
{
background-color: #C087FA;
}
</style>
border-color css
<style>
span { border-color: #C087FA; }
span { border-color: rgb(192,135,250); }
td.TdClassName
{
border-color: #C087FA;
}
.TagClassName
{
border-color: #C087FA;
}
</style>