Shades of Wisteria #C09FCD
Tints of Wisteria #C09FCD
RGB
CMYK
RGB Variations
Color information
#C09FCD (or 0xC09FCD) is known color: Wisteria. HEX triplet: C0, 9F and CD. RGB value is (192,159,205). Sum of RGB (Red+Green+Blue) = 192+159+205=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #C09FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FCD is #3F6032. Grayscale: #ADADAD. Windows color (decimal): -4153395 or 13475776. OLE color: 13475776.
HSL color Cylindrical-coordinate representation of color #C09FCD: hue angle of 283.04º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C09FCD is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 159 | 205 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.20 |
| HSL | 283.04º | 0.32% | 0.71% | - |
| HSV(B) | 283.04º | 0.22% | 0.8% | - |
| XYZ | 45.16 | 40.41 | 63.18 | - |
| YUV | 174.11 | 145.43 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 205 | 0.06 | 0.22 | 0 | 0.20 | 283.04 | 0.32 | 0.71 |
| Hex | C0 | 9F | CD | 6 | 16 | 0 | 14 | 11B | 20 | 47 |
| Octal | 300 | 237 | 315 | 6 | 26 | 0 | 24 | 433 | 40 | 107 |
| Binary | 11000000 | 10011111 | 11001101 | 110 | 10110 | 0 | 10100 | 100011011 | 100000 | 1000111 |
Color Harmonies of #C09FCD
Complementary color
Monochromatic Colors of #C09FCD
Black with #C09FCD
Text Example
Text Example
White with #C09FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FCD; }
p { color: rgb(192,159,205); }
H1.HeaderClassName
{
color: #C09FCD;
}
.AnyTagClassName
{
color: #C09FCD;
}
</style>
background-color css
<style>
a { background-color: #C09FCD; }
a { background-color: rgb(192,159,205); }
div.DivClassName
{
background-color: #C09FCD;
}
.BgClassName
{
background-color: #C09FCD;
}
</style>
border-color css
<style>
span { border-color: #C09FCD; }
span { border-color: rgb(192,159,205); }
td.TdClassName
{
border-color: #C09FCD;
}
.TagClassName
{
border-color: #C09FCD;
}
</style>