Shades of Wisteria #C39ED1
Tints of Wisteria #C39ED1
RGB
CMYK
RGB Variations
Color information
#C39ED1 (or 0xC39ED1) is known color: Wisteria. HEX triplet: C3, 9E and D1. RGB value is (195,158,209). Sum of RGB (Red+Green+Blue) = 195+158+209=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 209 - color contains mainly: blue. Hex color #C39ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39ED1 is #3C612E. Grayscale: #AEAEAE. Windows color (decimal): -3957039 or 13737667. OLE color: 13737667.
HSL color Cylindrical-coordinate representation of color #C39ED1: hue angle of 283.53º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C39ED1 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 158 | 209 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.18 |
| HSL | 283.53º | 0.36% | 0.72% | - |
| HSV(B) | 283.53º | 0.24% | 0.82% | - |
| XYZ | 46.24 | 40.66 | 65.73 | - |
| YUV | 174.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 209 | 0.07 | 0.24 | 0 | 0.18 | 283.53 | 0.36 | 0.72 |
| Hex | C3 | 9E | D1 | 7 | 18 | 0 | 12 | 11C | 24 | 48 |
| Octal | 303 | 236 | 321 | 7 | 30 | 0 | 22 | 434 | 44 | 110 |
| Binary | 11000011 | 10011110 | 11010001 | 111 | 11000 | 0 | 10010 | 100011100 | 100100 | 1001000 |
Color Harmonies of #C39ED1
Complementary color
Monochromatic Colors of #C39ED1
Black with #C39ED1
Text Example
Text Example
White with #C39ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39ED1; }
p { color: rgb(195,158,209); }
H1.HeaderClassName
{
color: #C39ED1;
}
.AnyTagClassName
{
color: #C39ED1;
}
</style>
background-color css
<style>
a { background-color: #C39ED1; }
a { background-color: rgb(195,158,209); }
div.DivClassName
{
background-color: #C39ED1;
}
.BgClassName
{
background-color: #C39ED1;
}
</style>
border-color css
<style>
span { border-color: #C39ED1; }
span { border-color: rgb(195,158,209); }
td.TdClassName
{
border-color: #C39ED1;
}
.TagClassName
{
border-color: #C39ED1;
}
</style>