Shades of Wisteria #C38DDA
Tints of Wisteria #C38DDA
RGB
CMYK
RGB Variations
Color information
#C38DDA (or 0xC38DDA) is known color: Wisteria. HEX triplet: C3, 8D and DA. RGB value is (195,141,218). Sum of RGB (Red+Green+Blue) = 195+141+218=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #C38DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DDA is #3C7225. Grayscale: #A5A5A5. Windows color (decimal): -3961382 or 14323139. OLE color: 14323139.
HSL color Cylindrical-coordinate representation of color #C38DDA: hue angle of 282.08º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C38DDA is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 141 | 218 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.15 |
| HSL | 282.08º | 0.51% | 0.7% | - |
| HSV(B) | 282.08º | 0.35% | 0.85% | - |
| XYZ | 44.69 | 35.71 | 70.87 | - |
| YUV | 165.92 | 157.39 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 218 | 0.11 | 0.35 | 0 | 0.15 | 282.08 | 0.51 | 0.7 |
| Hex | C3 | 8D | DA | B | 23 | 0 | F | 11A | 33 | 46 |
| Octal | 303 | 215 | 332 | 13 | 43 | 0 | 17 | 432 | 63 | 106 |
| Binary | 11000011 | 10001101 | 11011010 | 1011 | 100011 | 0 | 1111 | 100011010 | 110011 | 1000110 |
Color Harmonies of #C38DDA
Complementary color
Monochromatic Colors of #C38DDA
Black with #C38DDA
Text Example
Text Example
White with #C38DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38DDA; }
p { color: rgb(195,141,218); }
H1.HeaderClassName
{
color: #C38DDA;
}
.AnyTagClassName
{
color: #C38DDA;
}
</style>
background-color css
<style>
a { background-color: #C38DDA; }
a { background-color: rgb(195,141,218); }
div.DivClassName
{
background-color: #C38DDA;
}
.BgClassName
{
background-color: #C38DDA;
}
</style>
border-color css
<style>
span { border-color: #C38DDA; }
span { border-color: rgb(195,141,218); }
td.TdClassName
{
border-color: #C38DDA;
}
.TagClassName
{
border-color: #C38DDA;
}
</style>