Shades of Wisteria #C396D3
Tints of Wisteria #C396D3
RGB
CMYK
RGB Variations
Color information
#C396D3 (or 0xC396D3) is known color: Wisteria. HEX triplet: C3, 96 and D3. RGB value is (195,150,211). Sum of RGB (Red+Green+Blue) = 195+150+211=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 211 - color contains mainly: blue. Hex color #C396D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396D3 is #3C692C. Grayscale: #AAAAAA. Windows color (decimal): -3959085 or 13866691. OLE color: 13866691.
HSL color Cylindrical-coordinate representation of color #C396D3: hue angle of 284.26º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C396D3 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 150 | 211 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.17 |
| HSL | 284.26º | 0.41% | 0.71% | - |
| HSV(B) | 284.26º | 0.29% | 0.83% | - |
| XYZ | 45.17 | 38.12 | 66.6 | - |
| YUV | 170.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 211 | 0.08 | 0.29 | 0 | 0.17 | 284.26 | 0.41 | 0.71 |
| Hex | C3 | 96 | D3 | 8 | 1D | 0 | 11 | 11C | 29 | 47 |
| Octal | 303 | 226 | 323 | 10 | 35 | 0 | 21 | 434 | 51 | 107 |
| Binary | 11000011 | 10010110 | 11010011 | 1000 | 11101 | 0 | 10001 | 100011100 | 101001 | 1000111 |
Color Harmonies of #C396D3
Complementary color
Monochromatic Colors of #C396D3
Black with #C396D3
Text Example
Text Example
White with #C396D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C396D3; }
p { color: rgb(195,150,211); }
H1.HeaderClassName
{
color: #C396D3;
}
.AnyTagClassName
{
color: #C396D3;
}
</style>
background-color css
<style>
a { background-color: #C396D3; }
a { background-color: rgb(195,150,211); }
div.DivClassName
{
background-color: #C396D3;
}
.BgClassName
{
background-color: #C396D3;
}
</style>
border-color css
<style>
span { border-color: #C396D3; }
span { border-color: rgb(195,150,211); }
td.TdClassName
{
border-color: #C396D3;
}
.TagClassName
{
border-color: #C396D3;
}
</style>