Shades of Wisteria #C38AD0
Tints of Wisteria #C38AD0
RGB
CMYK
RGB Variations
Color information
#C38AD0 (or 0xC38AD0) is known color: Wisteria. HEX triplet: C3, 8A and D0. RGB value is (195,138,208). Sum of RGB (Red+Green+Blue) = 195+138+208=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #C38AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AD0 is #3C752F. Grayscale: #A2A2A2. Windows color (decimal): -3962160 or 13667011. OLE color: 13667011.
HSL color Cylindrical-coordinate representation of color #C38AD0: hue angle of 288.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C38AD0 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 138 | 208 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.18 |
| HSL | 288.86º | 0.43% | 0.68% | - |
| HSV(B) | 288.86º | 0.34% | 0.82% | - |
| XYZ | 42.98 | 34.33 | 64.04 | - |
| YUV | 163.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 208 | 0.06 | 0.34 | 0 | 0.18 | 288.86 | 0.43 | 0.68 |
| Hex | C3 | 8A | D0 | 6 | 22 | 0 | 12 | 121 | 2B | 44 |
| Octal | 303 | 212 | 320 | 6 | 42 | 0 | 22 | 441 | 53 | 104 |
| Binary | 11000011 | 10001010 | 11010000 | 110 | 100010 | 0 | 10010 | 100100001 | 101011 | 1000100 |
Color Harmonies of #C38AD0
Complementary color
Monochromatic Colors of #C38AD0
Black with #C38AD0
Text Example
Text Example
White with #C38AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38AD0; }
p { color: rgb(195,138,208); }
H1.HeaderClassName
{
color: #C38AD0;
}
.AnyTagClassName
{
color: #C38AD0;
}
</style>
background-color css
<style>
a { background-color: #C38AD0; }
a { background-color: rgb(195,138,208); }
div.DivClassName
{
background-color: #C38AD0;
}
.BgClassName
{
background-color: #C38AD0;
}
</style>
border-color css
<style>
span { border-color: #C38AD0; }
span { border-color: rgb(195,138,208); }
td.TdClassName
{
border-color: #C38AD0;
}
.TagClassName
{
border-color: #C38AD0;
}
</style>