Shades of Wisteria #C387ED
Tints of Wisteria #C387ED
RGB
CMYK
RGB Variations
Color information
#C387ED (or 0xC387ED) is known color: Wisteria. HEX triplet: C3, 87 and ED. RGB value is (195,135,237). Sum of RGB (Red+Green+Blue) = 195+135+237=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #C387ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C387ED is #3C7812. Grayscale: #A4A4A4. Windows color (decimal): -3962899 or 15566787. OLE color: 15566787.
HSL color Cylindrical-coordinate representation of color #C387ED: hue angle of 275.29º 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 #C387ED is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 135 | 237 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.07 |
| HSL | 275.29º | 0.74% | 0.73% | - |
| HSV(B) | 275.29º | 0.43% | 0.93% | - |
| XYZ | 46.46 | 35.04 | 84.44 | - |
| YUV | 164.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 237 | 0.18 | 0.43 | 0 | 0.07 | 275.29 | 0.74 | 0.73 |
| Hex | C3 | 87 | ED | 12 | 2B | 0 | 7 | 113 | 4A | 49 |
| Octal | 303 | 207 | 355 | 22 | 53 | 0 | 7 | 423 | 112 | 111 |
| Binary | 11000011 | 10000111 | 11101101 | 10010 | 101011 | 0 | 111 | 100010011 | 1001010 | 1001001 |
Color Harmonies of #C387ED
Complementary color
Monochromatic Colors of #C387ED
Black with #C387ED
Text Example
Text Example
White with #C387ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C387ED; }
p { color: rgb(195,135,237); }
H1.HeaderClassName
{
color: #C387ED;
}
.AnyTagClassName
{
color: #C387ED;
}
</style>
background-color css
<style>
a { background-color: #C387ED; }
a { background-color: rgb(195,135,237); }
div.DivClassName
{
background-color: #C387ED;
}
.BgClassName
{
background-color: #C387ED;
}
</style>
border-color css
<style>
span { border-color: #C387ED; }
span { border-color: rgb(195,135,237); }
td.TdClassName
{
border-color: #C387ED;
}
.TagClassName
{
border-color: #C387ED;
}
</style>