Shades of Wisteria #C38AD8
Tints of Wisteria #C38AD8
RGB
CMYK
RGB Variations
Color information
#C38AD8 (or 0xC38AD8) is known color: Wisteria. HEX triplet: C3, 8A and D8. RGB value is (195,138,216). Sum of RGB (Red+Green+Blue) = 195+138+216=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 216 - color contains mainly: blue. Hex color #C38AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AD8 is #3C7527. Grayscale: #A3A3A3. Windows color (decimal): -3962152 or 14191299. OLE color: 14191299.
HSL color Cylindrical-coordinate representation of color #C38AD8: hue angle of 283.85º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C38AD8 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 138 | 216 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.15 |
| HSL | 283.85º | 0.5% | 0.69% | - |
| HSV(B) | 283.85º | 0.36% | 0.85% | - |
| XYZ | 43.99 | 34.74 | 69.35 | - |
| YUV | 163.94 | 157.38 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 216 | 0.10 | 0.36 | 0 | 0.15 | 283.85 | 0.5 | 0.69 |
| Hex | C3 | 8A | D8 | A | 24 | 0 | F | 11C | 32 | 45 |
| Octal | 303 | 212 | 330 | 12 | 44 | 0 | 17 | 434 | 62 | 105 |
| Binary | 11000011 | 10001010 | 11011000 | 1010 | 100100 | 0 | 1111 | 100011100 | 110010 | 1000101 |
Color Harmonies of #C38AD8
Complementary color
Monochromatic Colors of #C38AD8
Black with #C38AD8
Text Example
Text Example
White with #C38AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38AD8; }
p { color: rgb(195,138,216); }
H1.HeaderClassName
{
color: #C38AD8;
}
.AnyTagClassName
{
color: #C38AD8;
}
</style>
background-color css
<style>
a { background-color: #C38AD8; }
a { background-color: rgb(195,138,216); }
div.DivClassName
{
background-color: #C38AD8;
}
.BgClassName
{
background-color: #C38AD8;
}
</style>
border-color css
<style>
span { border-color: #C38AD8; }
span { border-color: rgb(195,138,216); }
td.TdClassName
{
border-color: #C38AD8;
}
.TagClassName
{
border-color: #C38AD8;
}
</style>