Shades of Wisteria #C39AD0
Tints of Wisteria #C39AD0
RGB
CMYK
RGB Variations
Color information
#C39AD0 (or 0xC39AD0) is known color: Wisteria. HEX triplet: C3, 9A and D0. RGB value is (195,154,208). Sum of RGB (Red+Green+Blue) = 195+154+208=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #C39AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39AD0 is #3C652F. Grayscale: #ACACAC. Windows color (decimal): -3958064 or 13671107. OLE color: 13671107.
HSL color Cylindrical-coordinate representation of color #C39AD0: hue angle of 285.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C39AD0 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 154 | 208 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.18 |
| HSL | 285.56º | 0.36% | 0.71% | - |
| HSV(B) | 285.56º | 0.26% | 0.82% | - |
| XYZ | 45.45 | 39.27 | 64.86 | - |
| YUV | 172.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 208 | 0.06 | 0.26 | 0 | 0.18 | 285.56 | 0.36 | 0.71 |
| Hex | C3 | 9A | D0 | 6 | 1A | 0 | 12 | 11E | 24 | 47 |
| Octal | 303 | 232 | 320 | 6 | 32 | 0 | 22 | 436 | 44 | 107 |
| Binary | 11000011 | 10011010 | 11010000 | 110 | 11010 | 0 | 10010 | 100011110 | 100100 | 1000111 |
Color Harmonies of #C39AD0
Complementary color
Monochromatic Colors of #C39AD0
Black with #C39AD0
Text Example
Text Example
White with #C39AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39AD0; }
p { color: rgb(195,154,208); }
H1.HeaderClassName
{
color: #C39AD0;
}
.AnyTagClassName
{
color: #C39AD0;
}
</style>
background-color css
<style>
a { background-color: #C39AD0; }
a { background-color: rgb(195,154,208); }
div.DivClassName
{
background-color: #C39AD0;
}
.BgClassName
{
background-color: #C39AD0;
}
</style>
border-color css
<style>
span { border-color: #C39AD0; }
span { border-color: rgb(195,154,208); }
td.TdClassName
{
border-color: #C39AD0;
}
.TagClassName
{
border-color: #C39AD0;
}
</style>