Shades of Wisteria #C39CCE
Tints of Wisteria #C39CCE
RGB
CMYK
RGB Variations
Color information
#C39CCE (or 0xC39CCE) is known color: Wisteria. HEX triplet: C3, 9C and CE. RGB value is (195,156,206). Sum of RGB (Red+Green+Blue) = 195+156+206=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #C39CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39CCE is #3C6331. Grayscale: #ADADAD. Windows color (decimal): -3957554 or 13540547. OLE color: 13540547.
HSL color Cylindrical-coordinate representation of color #C39CCE: hue angle of 286.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C39CCE is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 156 | 206 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.19 |
| HSL | 286.8º | 0.34% | 0.71% | - |
| HSV(B) | 286.8º | 0.24% | 0.81% | - |
| XYZ | 45.53 | 39.84 | 63.68 | - |
| YUV | 173.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 206 | 0.05 | 0.24 | 0 | 0.19 | 286.8 | 0.34 | 0.71 |
| Hex | C3 | 9C | CE | 5 | 18 | 0 | 13 | 11F | 22 | 47 |
| Octal | 303 | 234 | 316 | 5 | 30 | 0 | 23 | 437 | 42 | 107 |
| Binary | 11000011 | 10011100 | 11001110 | 101 | 11000 | 0 | 10011 | 100011111 | 100010 | 1000111 |
Color Harmonies of #C39CCE
Complementary color
Monochromatic Colors of #C39CCE
Black with #C39CCE
Text Example
Text Example
White with #C39CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39CCE; }
p { color: rgb(195,156,206); }
H1.HeaderClassName
{
color: #C39CCE;
}
.AnyTagClassName
{
color: #C39CCE;
}
</style>
background-color css
<style>
a { background-color: #C39CCE; }
a { background-color: rgb(195,156,206); }
div.DivClassName
{
background-color: #C39CCE;
}
.BgClassName
{
background-color: #C39CCE;
}
</style>
border-color css
<style>
span { border-color: #C39CCE; }
span { border-color: rgb(195,156,206); }
td.TdClassName
{
border-color: #C39CCE;
}
.TagClassName
{
border-color: #C39CCE;
}
</style>