Shades of Wisteria #C787ED
Tints of Wisteria #C787ED
RGB
CMYK
RGB Variations
Color information
#C787ED (or 0xC787ED) is known color: Wisteria. HEX triplet: C7, 87 and ED. RGB value is (199,135,237). Sum of RGB (Red+Green+Blue) = 199+135+237=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #C787ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C787ED is #387812. Grayscale: #A5A5A5. Windows color (decimal): -3700755 or 15566791. OLE color: 15566791.
HSL color Cylindrical-coordinate representation of color #C787ED: hue angle of 277.65º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C787ED is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 135 | 237 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.07 |
| HSL | 277.65º | 0.74% | 0.73% | - |
| HSV(B) | 277.65º | 0.43% | 0.93% | - |
| XYZ | 47.5 | 35.58 | 84.49 | - |
| YUV | 165.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 237 | 0.16 | 0.43 | 0 | 0.07 | 277.65 | 0.74 | 0.73 |
| Hex | C7 | 87 | ED | 10 | 2B | 0 | 7 | 116 | 4A | 49 |
| Octal | 307 | 207 | 355 | 20 | 53 | 0 | 7 | 426 | 112 | 111 |
| Binary | 11000111 | 10000111 | 11101101 | 10000 | 101011 | 0 | 111 | 100010110 | 1001010 | 1001001 |
Color Harmonies of #C787ED
Complementary color
Monochromatic Colors of #C787ED
Black with #C787ED
Text Example
Text Example
White with #C787ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C787ED; }
p { color: rgb(199,135,237); }
H1.HeaderClassName
{
color: #C787ED;
}
.AnyTagClassName
{
color: #C787ED;
}
</style>
background-color css
<style>
a { background-color: #C787ED; }
a { background-color: rgb(199,135,237); }
div.DivClassName
{
background-color: #C787ED;
}
.BgClassName
{
background-color: #C787ED;
}
</style>
border-color css
<style>
span { border-color: #C787ED; }
span { border-color: rgb(199,135,237); }
td.TdClassName
{
border-color: #C787ED;
}
.TagClassName
{
border-color: #C787ED;
}
</style>