Shades of Wisteria #C09DCB
Tints of Wisteria #C09DCB
RGB
CMYK
RGB Variations
Color information
#C09DCB (or 0xC09DCB) is known color: Wisteria. HEX triplet: C0, 9D and CB. RGB value is (192,157,203). Sum of RGB (Red+Green+Blue) = 192+157+203=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #C09DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DCB is #3F6234. Grayscale: #ACACAC. Windows color (decimal): -4153909 or 13344192. OLE color: 13344192.
HSL color Cylindrical-coordinate representation of color #C09DCB: hue angle of 285.65º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09DCB is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 157 | 203 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.20 |
| HSL | 285.65º | 0.31% | 0.71% | - |
| HSV(B) | 285.65º | 0.23% | 0.8% | - |
| XYZ | 44.57 | 39.63 | 61.8 | - |
| YUV | 172.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 203 | 0.05 | 0.23 | 0 | 0.20 | 285.65 | 0.31 | 0.71 |
| Hex | C0 | 9D | CB | 5 | 17 | 0 | 14 | 11E | 1F | 47 |
| Octal | 300 | 235 | 313 | 5 | 27 | 0 | 24 | 436 | 37 | 107 |
| Binary | 11000000 | 10011101 | 11001011 | 101 | 10111 | 0 | 10100 | 100011110 | 11111 | 1000111 |
Color Harmonies of #C09DCB
Complementary color
Monochromatic Colors of #C09DCB
Black with #C09DCB
Text Example
Text Example
White with #C09DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DCB; }
p { color: rgb(192,157,203); }
H1.HeaderClassName
{
color: #C09DCB;
}
.AnyTagClassName
{
color: #C09DCB;
}
</style>
background-color css
<style>
a { background-color: #C09DCB; }
a { background-color: rgb(192,157,203); }
div.DivClassName
{
background-color: #C09DCB;
}
.BgClassName
{
background-color: #C09DCB;
}
</style>
border-color css
<style>
span { border-color: #C09DCB; }
span { border-color: rgb(192,157,203); }
td.TdClassName
{
border-color: #C09DCB;
}
.TagClassName
{
border-color: #C09DCB;
}
</style>