Shades of Wisteria #C38CE1
Tints of Wisteria #C38CE1
RGB
CMYK
RGB Variations
Color information
#C38CE1 (or 0xC38CE1) is known color: Wisteria. HEX triplet: C3, 8C and E1. RGB value is (195,140,225). Sum of RGB (Red+Green+Blue) = 195+140+225=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #C38CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CE1 is #3C731E. Grayscale: #A5A5A5. Windows color (decimal): -3961631 or 14781635. OLE color: 14781635.
HSL color Cylindrical-coordinate representation of color #C38CE1: hue angle of 278.82º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C38CE1 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 140 | 225 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.12 |
| HSL | 278.82º | 0.59% | 0.72% | - |
| HSV(B) | 278.82º | 0.38% | 0.88% | - |
| XYZ | 45.47 | 35.79 | 75.75 | - |
| YUV | 166.14 | 161.22 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 225 | 0.13 | 0.38 | 0 | 0.12 | 278.82 | 0.59 | 0.72 |
| Hex | C3 | 8C | E1 | D | 26 | 0 | C | 117 | 3B | 48 |
| Octal | 303 | 214 | 341 | 15 | 46 | 0 | 14 | 427 | 73 | 110 |
| Binary | 11000011 | 10001100 | 11100001 | 1101 | 100110 | 0 | 1100 | 100010111 | 111011 | 1001000 |
Color Harmonies of #C38CE1
Complementary color
Monochromatic Colors of #C38CE1
Black with #C38CE1
Text Example
Text Example
White with #C38CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38CE1; }
p { color: rgb(195,140,225); }
H1.HeaderClassName
{
color: #C38CE1;
}
.AnyTagClassName
{
color: #C38CE1;
}
</style>
background-color css
<style>
a { background-color: #C38CE1; }
a { background-color: rgb(195,140,225); }
div.DivClassName
{
background-color: #C38CE1;
}
.BgClassName
{
background-color: #C38CE1;
}
</style>
border-color css
<style>
span { border-color: #C38CE1; }
span { border-color: rgb(195,140,225); }
td.TdClassName
{
border-color: #C38CE1;
}
.TagClassName
{
border-color: #C38CE1;
}
</style>