Shades of Wisteria #C39CDE
Tints of Wisteria #C39CDE
RGB
CMYK
RGB Variations
Color information
#C39CDE (or 0xC39CDE) is known color: Wisteria. HEX triplet: C3, 9C and DE. RGB value is (195,156,222). Sum of RGB (Red+Green+Blue) = 195+156+222=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #C39CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39CDE is #3C6321. Grayscale: #AEAEAE. Windows color (decimal): -3957538 or 14589123. OLE color: 14589123.
HSL color Cylindrical-coordinate representation of color #C39CDE: hue angle of 275.45º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C39CDE is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 156 | 222 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.13 |
| HSL | 275.45º | 0.5% | 0.74% | - |
| HSV(B) | 275.45º | 0.3% | 0.87% | - |
| XYZ | 47.58 | 40.65 | 74.45 | - |
| YUV | 175.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 222 | 0.12 | 0.30 | 0 | 0.13 | 275.45 | 0.5 | 0.74 |
| Hex | C3 | 9C | DE | C | 1E | 0 | D | 113 | 32 | 4A |
| Octal | 303 | 234 | 336 | 14 | 36 | 0 | 15 | 423 | 62 | 112 |
| Binary | 11000011 | 10011100 | 11011110 | 1100 | 11110 | 0 | 1101 | 100010011 | 110010 | 1001010 |
Color Harmonies of #C39CDE
Complementary color
Monochromatic Colors of #C39CDE
Black with #C39CDE
Text Example
Text Example
White with #C39CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39CDE; }
p { color: rgb(195,156,222); }
H1.HeaderClassName
{
color: #C39CDE;
}
.AnyTagClassName
{
color: #C39CDE;
}
</style>
background-color css
<style>
a { background-color: #C39CDE; }
a { background-color: rgb(195,156,222); }
div.DivClassName
{
background-color: #C39CDE;
}
.BgClassName
{
background-color: #C39CDE;
}
</style>
border-color css
<style>
span { border-color: #C39CDE; }
span { border-color: rgb(195,156,222); }
td.TdClassName
{
border-color: #C39CDE;
}
.TagClassName
{
border-color: #C39CDE;
}
</style>