Shades of Wisteria #C39EDD
Tints of Wisteria #C39EDD
RGB
CMYK
RGB Variations
Color information
#C39EDD (or 0xC39EDD) is known color: Wisteria. HEX triplet: C3, 9E and DD. RGB value is (195,158,221). Sum of RGB (Red+Green+Blue) = 195+158+221=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #C39EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39EDD is #3C6122. Grayscale: #B0B0B0. Windows color (decimal): -3957027 or 14524099. OLE color: 14524099.
HSL color Cylindrical-coordinate representation of color #C39EDD: hue angle of 275.24º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C39EDD is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 158 | 221 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.13 |
| HSL | 275.24º | 0.48% | 0.74% | - |
| HSV(B) | 275.24º | 0.29% | 0.87% | - |
| XYZ | 47.78 | 41.28 | 73.86 | - |
| YUV | 176.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 221 | 0.12 | 0.29 | 0 | 0.13 | 275.24 | 0.48 | 0.74 |
| Hex | C3 | 9E | DD | C | 1D | 0 | D | 113 | 30 | 4A |
| Octal | 303 | 236 | 335 | 14 | 35 | 0 | 15 | 423 | 60 | 112 |
| Binary | 11000011 | 10011110 | 11011101 | 1100 | 11101 | 0 | 1101 | 100010011 | 110000 | 1001010 |
Color Harmonies of #C39EDD
Complementary color
Monochromatic Colors of #C39EDD
Black with #C39EDD
Text Example
Text Example
White with #C39EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39EDD; }
p { color: rgb(195,158,221); }
H1.HeaderClassName
{
color: #C39EDD;
}
.AnyTagClassName
{
color: #C39EDD;
}
</style>
background-color css
<style>
a { background-color: #C39EDD; }
a { background-color: rgb(195,158,221); }
div.DivClassName
{
background-color: #C39EDD;
}
.BgClassName
{
background-color: #C39EDD;
}
</style>
border-color css
<style>
span { border-color: #C39EDD; }
span { border-color: rgb(195,158,221); }
td.TdClassName
{
border-color: #C39EDD;
}
.TagClassName
{
border-color: #C39EDD;
}
</style>