Shades of Wisteria #C385DB
Tints of Wisteria #C385DB
RGB
CMYK
RGB Variations
Color information
#C385DB (or 0xC385DB) is known color: Wisteria. HEX triplet: C3, 85 and DB. RGB value is (195,133,219). Sum of RGB (Red+Green+Blue) = 195+133+219=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #C385DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385DB is #3C7A24. Grayscale: #A1A1A1. Windows color (decimal): -3963429 or 14386627. OLE color: 14386627.
HSL color Cylindrical-coordinate representation of color #C385DB: hue angle of 283.26º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C385DB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 133 | 219 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.14 |
| HSL | 283.26º | 0.54% | 0.69% | - |
| HSV(B) | 283.26º | 0.39% | 0.86% | - |
| XYZ | 43.68 | 33.49 | 71.18 | - |
| YUV | 161.34 | 160.54 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 219 | 0.11 | 0.39 | 0 | 0.14 | 283.26 | 0.54 | 0.69 |
| Hex | C3 | 85 | DB | B | 27 | 0 | E | 11B | 36 | 45 |
| Octal | 303 | 205 | 333 | 13 | 47 | 0 | 16 | 433 | 66 | 105 |
| Binary | 11000011 | 10000101 | 11011011 | 1011 | 100111 | 0 | 1110 | 100011011 | 110110 | 1000101 |
Color Harmonies of #C385DB
Complementary color
Monochromatic Colors of #C385DB
Black with #C385DB
Text Example
Text Example
White with #C385DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385DB; }
p { color: rgb(195,133,219); }
H1.HeaderClassName
{
color: #C385DB;
}
.AnyTagClassName
{
color: #C385DB;
}
</style>
background-color css
<style>
a { background-color: #C385DB; }
a { background-color: rgb(195,133,219); }
div.DivClassName
{
background-color: #C385DB;
}
.BgClassName
{
background-color: #C385DB;
}
</style>
border-color css
<style>
span { border-color: #C385DB; }
span { border-color: rgb(195,133,219); }
td.TdClassName
{
border-color: #C385DB;
}
.TagClassName
{
border-color: #C385DB;
}
</style>