Shades of Wisteria #C385D8
Tints of Wisteria #C385D8
RGB
CMYK
RGB Variations
Color information
#C385D8 (or 0xC385D8) is known color: Wisteria. HEX triplet: C3, 85 and D8. RGB value is (195,133,216). Sum of RGB (Red+Green+Blue) = 195+133+216=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 216 - color contains mainly: blue. Hex color #C385D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385D8 is #3C7A27. Grayscale: #A0A0A0. Windows color (decimal): -3963432 or 14190019. OLE color: 14190019.
HSL color Cylindrical-coordinate representation of color #C385D8: hue angle of 284.82º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C385D8 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 133 | 216 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.15 |
| HSL | 284.82º | 0.52% | 0.68% | - |
| HSV(B) | 284.82º | 0.38% | 0.85% | - |
| XYZ | 43.29 | 33.34 | 69.12 | - |
| YUV | 161 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 216 | 0.10 | 0.38 | 0 | 0.15 | 284.82 | 0.52 | 0.68 |
| Hex | C3 | 85 | D8 | A | 26 | 0 | F | 11D | 34 | 44 |
| Octal | 303 | 205 | 330 | 12 | 46 | 0 | 17 | 435 | 64 | 104 |
| Binary | 11000011 | 10000101 | 11011000 | 1010 | 100110 | 0 | 1111 | 100011101 | 110100 | 1000100 |
Color Harmonies of #C385D8
Complementary color
Monochromatic Colors of #C385D8
Black with #C385D8
Text Example
Text Example
White with #C385D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385D8; }
p { color: rgb(195,133,216); }
H1.HeaderClassName
{
color: #C385D8;
}
.AnyTagClassName
{
color: #C385D8;
}
</style>
background-color css
<style>
a { background-color: #C385D8; }
a { background-color: rgb(195,133,216); }
div.DivClassName
{
background-color: #C385D8;
}
.BgClassName
{
background-color: #C385D8;
}
</style>
border-color css
<style>
span { border-color: #C385D8; }
span { border-color: rgb(195,133,216); }
td.TdClassName
{
border-color: #C385D8;
}
.TagClassName
{
border-color: #C385D8;
}
</style>