Shades of Wisteria #C38DD0
Tints of Wisteria #C38DD0
RGB
CMYK
RGB Variations
Color information
#C38DD0 (or 0xC38DD0) is known color: Wisteria. HEX triplet: C3, 8D and D0. RGB value is (195,141,208). Sum of RGB (Red+Green+Blue) = 195+141+208=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #C38DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DD0 is #3C722F. Grayscale: #A4A4A4. Windows color (decimal): -3961392 or 13667779. OLE color: 13667779.
HSL color Cylindrical-coordinate representation of color #C38DD0: hue angle of 288.36º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38DD0 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 141 | 208 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.18 |
| HSL | 288.36º | 0.42% | 0.68% | - |
| HSV(B) | 288.36º | 0.32% | 0.82% | - |
| XYZ | 43.42 | 35.21 | 64.18 | - |
| YUV | 164.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 208 | 0.06 | 0.32 | 0 | 0.18 | 288.36 | 0.42 | 0.68 |
| Hex | C3 | 8D | D0 | 6 | 20 | 0 | 12 | 120 | 2A | 44 |
| Octal | 303 | 215 | 320 | 6 | 40 | 0 | 22 | 440 | 52 | 104 |
| Binary | 11000011 | 10001101 | 11010000 | 110 | 100000 | 0 | 10010 | 100100000 | 101010 | 1000100 |
Color Harmonies of #C38DD0
Complementary color
Monochromatic Colors of #C38DD0
Black with #C38DD0
Text Example
Text Example
White with #C38DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38DD0; }
p { color: rgb(195,141,208); }
H1.HeaderClassName
{
color: #C38DD0;
}
.AnyTagClassName
{
color: #C38DD0;
}
</style>
background-color css
<style>
a { background-color: #C38DD0; }
a { background-color: rgb(195,141,208); }
div.DivClassName
{
background-color: #C38DD0;
}
.BgClassName
{
background-color: #C38DD0;
}
</style>
border-color css
<style>
span { border-color: #C38DD0; }
span { border-color: rgb(195,141,208); }
td.TdClassName
{
border-color: #C38DD0;
}
.TagClassName
{
border-color: #C38DD0;
}
</style>