Shades of Wisteria #C38CDF
Tints of Wisteria #C38CDF
RGB
CMYK
RGB Variations
Color information
#C38CDF (or 0xC38CDF) is known color: Wisteria. HEX triplet: C3, 8C and DF. RGB value is (195,140,223). Sum of RGB (Red+Green+Blue) = 195+140+223=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #C38CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CDF is #3C7320. Grayscale: #A5A5A5. Windows color (decimal): -3961633 or 14650563. OLE color: 14650563.
HSL color Cylindrical-coordinate representation of color #C38CDF: hue angle of 279.76º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C38CDF is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 140 | 223 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.13 |
| HSL | 279.76º | 0.56% | 0.71% | - |
| HSV(B) | 279.76º | 0.37% | 0.87% | - |
| XYZ | 45.2 | 35.69 | 74.32 | - |
| YUV | 165.91 | 160.22 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 223 | 0.13 | 0.37 | 0 | 0.13 | 279.76 | 0.56 | 0.71 |
| Hex | C3 | 8C | DF | D | 25 | 0 | D | 118 | 38 | 47 |
| Octal | 303 | 214 | 337 | 15 | 45 | 0 | 15 | 430 | 70 | 107 |
| Binary | 11000011 | 10001100 | 11011111 | 1101 | 100101 | 0 | 1101 | 100011000 | 111000 | 1000111 |
Color Harmonies of #C38CDF
Complementary color
Monochromatic Colors of #C38CDF
Black with #C38CDF
Text Example
Text Example
White with #C38CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38CDF; }
p { color: rgb(195,140,223); }
H1.HeaderClassName
{
color: #C38CDF;
}
.AnyTagClassName
{
color: #C38CDF;
}
</style>
background-color css
<style>
a { background-color: #C38CDF; }
a { background-color: rgb(195,140,223); }
div.DivClassName
{
background-color: #C38CDF;
}
.BgClassName
{
background-color: #C38CDF;
}
</style>
border-color css
<style>
span { border-color: #C38CDF; }
span { border-color: rgb(195,140,223); }
td.TdClassName
{
border-color: #C38CDF;
}
.TagClassName
{
border-color: #C38CDF;
}
</style>