Shades of Wisteria #C38AD5
Tints of Wisteria #C38AD5
RGB
CMYK
RGB Variations
Color information
#C38AD5 (or 0xC38AD5) is known color: Wisteria. HEX triplet: C3, 8A and D5. RGB value is (195,138,213). Sum of RGB (Red+Green+Blue) = 195+138+213=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #C38AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AD5 is #3C752A. Grayscale: #A3A3A3. Windows color (decimal): -3962155 or 13994691. OLE color: 13994691.
HSL color Cylindrical-coordinate representation of color #C38AD5: hue angle of 285.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C38AD5 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 138 | 213 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.16 |
| HSL | 285.6º | 0.47% | 0.69% | - |
| HSV(B) | 285.6º | 0.35% | 0.84% | - |
| XYZ | 43.6 | 34.58 | 67.33 | - |
| YUV | 163.59 | 155.88 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 213 | 0.08 | 0.35 | 0 | 0.16 | 285.6 | 0.47 | 0.69 |
| Hex | C3 | 8A | D5 | 8 | 23 | 0 | 10 | 11E | 2F | 45 |
| Octal | 303 | 212 | 325 | 10 | 43 | 0 | 20 | 436 | 57 | 105 |
| Binary | 11000011 | 10001010 | 11010101 | 1000 | 100011 | 0 | 10000 | 100011110 | 101111 | 1000101 |
Color Harmonies of #C38AD5
Complementary color
Monochromatic Colors of #C38AD5
Black with #C38AD5
Text Example
Text Example
White with #C38AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38AD5; }
p { color: rgb(195,138,213); }
H1.HeaderClassName
{
color: #C38AD5;
}
.AnyTagClassName
{
color: #C38AD5;
}
</style>
background-color css
<style>
a { background-color: #C38AD5; }
a { background-color: rgb(195,138,213); }
div.DivClassName
{
background-color: #C38AD5;
}
.BgClassName
{
background-color: #C38AD5;
}
</style>
border-color css
<style>
span { border-color: #C38AD5; }
span { border-color: rgb(195,138,213); }
td.TdClassName
{
border-color: #C38AD5;
}
.TagClassName
{
border-color: #C38AD5;
}
</style>