Shades of Wisteria #C387DF
Tints of Wisteria #C387DF
RGB
CMYK
RGB Variations
Color information
#C387DF (or 0xC387DF) is known color: Wisteria. HEX triplet: C3, 87 and DF. RGB value is (195,135,223). Sum of RGB (Red+Green+Blue) = 195+135+223=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #C387DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C387DF is #3C7820. Grayscale: #A2A2A2. Windows color (decimal): -3962913 or 14649283. OLE color: 14649283.
HSL color Cylindrical-coordinate representation of color #C387DF: hue angle of 280.91º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C387DF is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 135 | 223 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.13 |
| HSL | 280.91º | 0.58% | 0.7% | - |
| HSV(B) | 280.91º | 0.39% | 0.87% | - |
| XYZ | 44.49 | 34.26 | 74.08 | - |
| YUV | 162.97 | 161.88 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 223 | 0.13 | 0.39 | 0 | 0.13 | 280.91 | 0.58 | 0.7 |
| Hex | C3 | 87 | DF | D | 27 | 0 | D | 119 | 3A | 46 |
| Octal | 303 | 207 | 337 | 15 | 47 | 0 | 15 | 431 | 72 | 106 |
| Binary | 11000011 | 10000111 | 11011111 | 1101 | 100111 | 0 | 1101 | 100011001 | 111010 | 1000110 |
Color Harmonies of #C387DF
Complementary color
Monochromatic Colors of #C387DF
Black with #C387DF
Text Example
Text Example
White with #C387DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C387DF; }
p { color: rgb(195,135,223); }
H1.HeaderClassName
{
color: #C387DF;
}
.AnyTagClassName
{
color: #C387DF;
}
</style>
background-color css
<style>
a { background-color: #C387DF; }
a { background-color: rgb(195,135,223); }
div.DivClassName
{
background-color: #C387DF;
}
.BgClassName
{
background-color: #C387DF;
}
</style>
border-color css
<style>
span { border-color: #C387DF; }
span { border-color: rgb(195,135,223); }
td.TdClassName
{
border-color: #C387DF;
}
.TagClassName
{
border-color: #C387DF;
}
</style>