Shades of Wisteria #C09CD9
Tints of Wisteria #C09CD9
RGB
CMYK
RGB Variations
Color information
#C09CD9 (or 0xC09CD9) is known color: Wisteria. HEX triplet: C0, 9C and D9. RGB value is (192,156,217). Sum of RGB (Red+Green+Blue) = 192+156+217=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 217 - color contains mainly: blue. Hex color #C09CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CD9 is #3F6326. Grayscale: #ADADAD. Windows color (decimal): -4154151 or 14261440. OLE color: 14261440.
HSL color Cylindrical-coordinate representation of color #C09CD9: hue angle of 275.41º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C09CD9 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 156 | 217 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.15 |
| HSL | 275.41º | 0.45% | 0.73% | - |
| HSV(B) | 275.41º | 0.28% | 0.85% | - |
| XYZ | 46.15 | 39.99 | 70.93 | - |
| YUV | 173.72 | 152.43 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 217 | 0.12 | 0.28 | 0 | 0.15 | 275.41 | 0.45 | 0.73 |
| Hex | C0 | 9C | D9 | C | 1C | 0 | F | 113 | 2D | 49 |
| Octal | 300 | 234 | 331 | 14 | 34 | 0 | 17 | 423 | 55 | 111 |
| Binary | 11000000 | 10011100 | 11011001 | 1100 | 11100 | 0 | 1111 | 100010011 | 101101 | 1001001 |
Color Harmonies of #C09CD9
Complementary color
Monochromatic Colors of #C09CD9
Black with #C09CD9
Text Example
Text Example
White with #C09CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CD9; }
p { color: rgb(192,156,217); }
H1.HeaderClassName
{
color: #C09CD9;
}
.AnyTagClassName
{
color: #C09CD9;
}
</style>
background-color css
<style>
a { background-color: #C09CD9; }
a { background-color: rgb(192,156,217); }
div.DivClassName
{
background-color: #C09CD9;
}
.BgClassName
{
background-color: #C09CD9;
}
</style>
border-color css
<style>
span { border-color: #C09CD9; }
span { border-color: rgb(192,156,217); }
td.TdClassName
{
border-color: #C09CD9;
}
.TagClassName
{
border-color: #C09CD9;
}
</style>