Shades of Wisteria #C385DC
Tints of Wisteria #C385DC
RGB
CMYK
RGB Variations
Color information
#C385DC (or 0xC385DC) is known color: Wisteria. HEX triplet: C3, 85 and DC. RGB value is (195,133,220). Sum of RGB (Red+Green+Blue) = 195+133+220=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #C385DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385DC is #3C7A23. Grayscale: #A1A1A1. Windows color (decimal): -3963428 or 14452163. OLE color: 14452163.
HSL color Cylindrical-coordinate representation of color #C385DC: hue angle of 282.76º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C385DC is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 133 | 220 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.14 |
| HSL | 282.76º | 0.55% | 0.69% | - |
| HSV(B) | 282.76º | 0.4% | 0.86% | - |
| XYZ | 43.81 | 33.54 | 71.88 | - |
| YUV | 161.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 220 | 0.11 | 0.40 | 0 | 0.14 | 282.76 | 0.55 | 0.69 |
| Hex | C3 | 85 | DC | B | 28 | 0 | E | 11B | 37 | 45 |
| Octal | 303 | 205 | 334 | 13 | 50 | 0 | 16 | 433 | 67 | 105 |
| Binary | 11000011 | 10000101 | 11011100 | 1011 | 101000 | 0 | 1110 | 100011011 | 110111 | 1000101 |
Color Harmonies of #C385DC
Complementary color
Monochromatic Colors of #C385DC
Black with #C385DC
Text Example
Text Example
White with #C385DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385DC; }
p { color: rgb(195,133,220); }
H1.HeaderClassName
{
color: #C385DC;
}
.AnyTagClassName
{
color: #C385DC;
}
</style>
background-color css
<style>
a { background-color: #C385DC; }
a { background-color: rgb(195,133,220); }
div.DivClassName
{
background-color: #C385DC;
}
.BgClassName
{
background-color: #C385DC;
}
</style>
border-color css
<style>
span { border-color: #C385DC; }
span { border-color: rgb(195,133,220); }
td.TdClassName
{
border-color: #C385DC;
}
.TagClassName
{
border-color: #C385DC;
}
</style>