Shades of Wisteria #C09ED2
Tints of Wisteria #C09ED2
RGB
CMYK
RGB Variations
Color information
#C09ED2 (or 0xC09ED2) is known color: Wisteria. HEX triplet: C0, 9E and D2. RGB value is (192,158,210). Sum of RGB (Red+Green+Blue) = 192+158+210=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 210 - color contains mainly: blue. Hex color #C09ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ED2 is #3F612D. Grayscale: #ADADAD. Windows color (decimal): -4153646 or 13803200. OLE color: 13803200.
HSL color Cylindrical-coordinate representation of color #C09ED2: hue angle of 279.23º 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 #C09ED2 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 158 | 210 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.18 |
| HSL | 279.23º | 0.37% | 0.72% | - |
| HSV(B) | 279.23º | 0.25% | 0.82% | - |
| XYZ | 45.6 | 40.31 | 66.35 | - |
| YUV | 174.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 210 | 0.09 | 0.25 | 0 | 0.18 | 279.23 | 0.37 | 0.72 |
| Hex | C0 | 9E | D2 | 9 | 19 | 0 | 12 | 117 | 25 | 48 |
| Octal | 300 | 236 | 322 | 11 | 31 | 0 | 22 | 427 | 45 | 110 |
| Binary | 11000000 | 10011110 | 11010010 | 1001 | 11001 | 0 | 10010 | 100010111 | 100101 | 1001000 |
Color Harmonies of #C09ED2
Complementary color
Monochromatic Colors of #C09ED2
Black with #C09ED2
Text Example
Text Example
White with #C09ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09ED2; }
p { color: rgb(192,158,210); }
H1.HeaderClassName
{
color: #C09ED2;
}
.AnyTagClassName
{
color: #C09ED2;
}
</style>
background-color css
<style>
a { background-color: #C09ED2; }
a { background-color: rgb(192,158,210); }
div.DivClassName
{
background-color: #C09ED2;
}
.BgClassName
{
background-color: #C09ED2;
}
</style>
border-color css
<style>
span { border-color: #C09ED2; }
span { border-color: rgb(192,158,210); }
td.TdClassName
{
border-color: #C09ED2;
}
.TagClassName
{
border-color: #C09ED2;
}
</style>