Shades of Wisteria #C09ED1
Tints of Wisteria #C09ED1
RGB
CMYK
RGB Variations
Color information
#C09ED1 (or 0xC09ED1) is known color: Wisteria. HEX triplet: C0, 9E and D1. RGB value is (192,158,209). Sum of RGB (Red+Green+Blue) = 192+158+209=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 209 - color contains mainly: blue. Hex color #C09ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ED1 is #3F612E. Grayscale: #ADADAD. Windows color (decimal): -4153647 or 13737664. OLE color: 13737664.
HSL color Cylindrical-coordinate representation of color #C09ED1: hue angle of 280º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09ED1 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 158 | 209 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.18 |
| HSL | 280º | 0.36% | 0.72% | - |
| HSV(B) | 280º | 0.24% | 0.82% | - |
| XYZ | 45.47 | 40.26 | 65.7 | - |
| YUV | 173.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 209 | 0.08 | 0.24 | 0 | 0.18 | 280 | 0.36 | 0.72 |
| Hex | C0 | 9E | D1 | 8 | 18 | 0 | 12 | 118 | 24 | 48 |
| Octal | 300 | 236 | 321 | 10 | 30 | 0 | 22 | 430 | 44 | 110 |
| Binary | 11000000 | 10011110 | 11010001 | 1000 | 11000 | 0 | 10010 | 100011000 | 100100 | 1001000 |
Color Harmonies of #C09ED1
Complementary color
Monochromatic Colors of #C09ED1
Black with #C09ED1
Text Example
Text Example
White with #C09ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09ED1; }
p { color: rgb(192,158,209); }
H1.HeaderClassName
{
color: #C09ED1;
}
.AnyTagClassName
{
color: #C09ED1;
}
</style>
background-color css
<style>
a { background-color: #C09ED1; }
a { background-color: rgb(192,158,209); }
div.DivClassName
{
background-color: #C09ED1;
}
.BgClassName
{
background-color: #C09ED1;
}
</style>
border-color css
<style>
span { border-color: #C09ED1; }
span { border-color: rgb(192,158,209); }
td.TdClassName
{
border-color: #C09ED1;
}
.TagClassName
{
border-color: #C09ED1;
}
</style>