Shades of Wisteria #C09DCC
Tints of Wisteria #C09DCC
RGB
CMYK
RGB Variations
Color information
#C09DCC (or 0xC09DCC) is known color: Wisteria. HEX triplet: C0, 9D and CC. RGB value is (192,157,204). Sum of RGB (Red+Green+Blue) = 192+157+204=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #C09DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DCC is #3F6233. Grayscale: #ACACAC. Windows color (decimal): -4153908 or 13409728. OLE color: 13409728.
HSL color Cylindrical-coordinate representation of color #C09DCC: hue angle of 284.68º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09DCC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 157 | 204 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.2 |
| HSL | 284.68º | 0.32% | 0.71% | - |
| HSV(B) | 284.68º | 0.23% | 0.8% | - |
| XYZ | 44.69 | 39.68 | 62.43 | - |
| YUV | 172.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 204 | 0.06 | 0.23 | 0 | 0.2 | 284.68 | 0.32 | 0.71 |
| Hex | C0 | 9D | CC | 6 | 17 | 0 | 14 | 11D | 20 | 47 |
| Octal | 300 | 235 | 314 | 6 | 27 | 0 | 24 | 435 | 40 | 107 |
| Binary | 11000000 | 10011101 | 11001100 | 110 | 10111 | 0 | 10100 | 100011101 | 100000 | 1000111 |
Color Harmonies of #C09DCC
Complementary color
Monochromatic Colors of #C09DCC
Black with #C09DCC
Text Example
Text Example
White with #C09DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DCC; }
p { color: rgb(192,157,204); }
H1.HeaderClassName
{
color: #C09DCC;
}
.AnyTagClassName
{
color: #C09DCC;
}
</style>
background-color css
<style>
a { background-color: #C09DCC; }
a { background-color: rgb(192,157,204); }
div.DivClassName
{
background-color: #C09DCC;
}
.BgClassName
{
background-color: #C09DCC;
}
</style>
border-color css
<style>
span { border-color: #C09DCC; }
span { border-color: rgb(192,157,204); }
td.TdClassName
{
border-color: #C09DCC;
}
.TagClassName
{
border-color: #C09DCC;
}
</style>