Shades of Wisteria #C387DD
Tints of Wisteria #C387DD
RGB
CMYK
RGB Variations
Color information
#C387DD (or 0xC387DD) is known color: Wisteria. HEX triplet: C3, 87 and DD. RGB value is (195,135,221). Sum of RGB (Red+Green+Blue) = 195+135+221=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #C387DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C387DD is #3C7822. Grayscale: #A2A2A2. Windows color (decimal): -3962915 or 14518211. OLE color: 14518211.
HSL color Cylindrical-coordinate representation of color #C387DD: hue angle of 281.86º degrees, saturation: 0.56, 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 #C387DD is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 135 | 221 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.13 |
| HSL | 281.86º | 0.56% | 0.7% | - |
| HSV(B) | 281.86º | 0.39% | 0.87% | - |
| XYZ | 44.22 | 34.15 | 72.67 | - |
| YUV | 162.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 221 | 0.12 | 0.39 | 0 | 0.13 | 281.86 | 0.56 | 0.7 |
| Hex | C3 | 87 | DD | C | 27 | 0 | D | 11A | 38 | 46 |
| Octal | 303 | 207 | 335 | 14 | 47 | 0 | 15 | 432 | 70 | 106 |
| Binary | 11000011 | 10000111 | 11011101 | 1100 | 100111 | 0 | 1101 | 100011010 | 111000 | 1000110 |
Color Harmonies of #C387DD
Complementary color
Monochromatic Colors of #C387DD
Black with #C387DD
Text Example
Text Example
White with #C387DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C387DD; }
p { color: rgb(195,135,221); }
H1.HeaderClassName
{
color: #C387DD;
}
.AnyTagClassName
{
color: #C387DD;
}
</style>
background-color css
<style>
a { background-color: #C387DD; }
a { background-color: rgb(195,135,221); }
div.DivClassName
{
background-color: #C387DD;
}
.BgClassName
{
background-color: #C387DD;
}
</style>
border-color css
<style>
span { border-color: #C387DD; }
span { border-color: rgb(195,135,221); }
td.TdClassName
{
border-color: #C387DD;
}
.TagClassName
{
border-color: #C387DD;
}
</style>