Shades of Wisteria #C09CD1
Tints of Wisteria #C09CD1
RGB
CMYK
RGB Variations
Color information
#C09CD1 (or 0xC09CD1) is known color: Wisteria. HEX triplet: C0, 9C and D1. RGB value is (192,156,209). Sum of RGB (Red+Green+Blue) = 192+156+209=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #C09CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CD1 is #3F632E. Grayscale: #ACACAC. Windows color (decimal): -4154159 or 13737152. OLE color: 13737152.
HSL color Cylindrical-coordinate representation of color #C09CD1: hue angle of 280.75º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C09CD1 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 156 | 209 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.18 |
| HSL | 280.75º | 0.37% | 0.72% | - |
| HSV(B) | 280.75º | 0.25% | 0.82% | - |
| XYZ | 45.14 | 39.59 | 65.58 | - |
| YUV | 172.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 209 | 0.08 | 0.25 | 0 | 0.18 | 280.75 | 0.37 | 0.72 |
| Hex | C0 | 9C | D1 | 8 | 19 | 0 | 12 | 119 | 25 | 48 |
| Octal | 300 | 234 | 321 | 10 | 31 | 0 | 22 | 431 | 45 | 110 |
| Binary | 11000000 | 10011100 | 11010001 | 1000 | 11001 | 0 | 10010 | 100011001 | 100101 | 1001000 |
Color Harmonies of #C09CD1
Complementary color
Monochromatic Colors of #C09CD1
Black with #C09CD1
Text Example
Text Example
White with #C09CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CD1; }
p { color: rgb(192,156,209); }
H1.HeaderClassName
{
color: #C09CD1;
}
.AnyTagClassName
{
color: #C09CD1;
}
</style>
background-color css
<style>
a { background-color: #C09CD1; }
a { background-color: rgb(192,156,209); }
div.DivClassName
{
background-color: #C09CD1;
}
.BgClassName
{
background-color: #C09CD1;
}
</style>
border-color css
<style>
span { border-color: #C09CD1; }
span { border-color: rgb(192,156,209); }
td.TdClassName
{
border-color: #C09CD1;
}
.TagClassName
{
border-color: #C09CD1;
}
</style>