Shades of Wisteria #C09DCE
Tints of Wisteria #C09DCE
RGB
CMYK
RGB Variations
Color information
#C09DCE (or 0xC09DCE) is known color: Wisteria. HEX triplet: C0, 9D and CE. RGB value is (192,157,206). Sum of RGB (Red+Green+Blue) = 192+157+206=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #C09DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DCE is #3F6231. Grayscale: #ACACAC. Windows color (decimal): -4153906 or 13540800. OLE color: 13540800.
HSL color Cylindrical-coordinate representation of color #C09DCE: hue angle of 282.86º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09DCE is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 157 | 206 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.19 |
| HSL | 282.86º | 0.33% | 0.71% | - |
| HSV(B) | 282.86º | 0.24% | 0.81% | - |
| XYZ | 44.94 | 39.78 | 63.7 | - |
| YUV | 173.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 206 | 0.07 | 0.24 | 0 | 0.19 | 282.86 | 0.33 | 0.71 |
| Hex | C0 | 9D | CE | 7 | 18 | 0 | 13 | 11B | 21 | 47 |
| Octal | 300 | 235 | 316 | 7 | 30 | 0 | 23 | 433 | 41 | 107 |
| Binary | 11000000 | 10011101 | 11001110 | 111 | 11000 | 0 | 10011 | 100011011 | 100001 | 1000111 |
Color Harmonies of #C09DCE
Complementary color
Monochromatic Colors of #C09DCE
Black with #C09DCE
Text Example
Text Example
White with #C09DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DCE; }
p { color: rgb(192,157,206); }
H1.HeaderClassName
{
color: #C09DCE;
}
.AnyTagClassName
{
color: #C09DCE;
}
</style>
background-color css
<style>
a { background-color: #C09DCE; }
a { background-color: rgb(192,157,206); }
div.DivClassName
{
background-color: #C09DCE;
}
.BgClassName
{
background-color: #C09DCE;
}
</style>
border-color css
<style>
span { border-color: #C09DCE; }
span { border-color: rgb(192,157,206); }
td.TdClassName
{
border-color: #C09DCE;
}
.TagClassName
{
border-color: #C09DCE;
}
</style>