Shades of Wisteria #C09DD3
Tints of Wisteria #C09DD3
RGB
CMYK
RGB Variations
Color information
#C09DD3 (or 0xC09DD3) is known color: Wisteria. HEX triplet: C0, 9D and D3. RGB value is (192,157,211). Sum of RGB (Red+Green+Blue) = 192+157+211=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #C09DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DD3 is #3F622C. Grayscale: #ADADAD. Windows color (decimal): -4153901 or 13868480. OLE color: 13868480.
HSL color Cylindrical-coordinate representation of color #C09DD3: hue angle of 278.89º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C09DD3 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 157 | 211 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.17 |
| HSL | 278.89º | 0.38% | 0.72% | - |
| HSV(B) | 278.89º | 0.26% | 0.83% | - |
| XYZ | 45.55 | 40.02 | 66.95 | - |
| YUV | 173.62 | 149.1 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 211 | 0.09 | 0.26 | 0 | 0.17 | 278.89 | 0.38 | 0.72 |
| Hex | C0 | 9D | D3 | 9 | 1A | 0 | 11 | 117 | 26 | 48 |
| Octal | 300 | 235 | 323 | 11 | 32 | 0 | 21 | 427 | 46 | 110 |
| Binary | 11000000 | 10011101 | 11010011 | 1001 | 11010 | 0 | 10001 | 100010111 | 100110 | 1001000 |
Color Harmonies of #C09DD3
Complementary color
Monochromatic Colors of #C09DD3
Black with #C09DD3
Text Example
Text Example
White with #C09DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DD3; }
p { color: rgb(192,157,211); }
H1.HeaderClassName
{
color: #C09DD3;
}
.AnyTagClassName
{
color: #C09DD3;
}
</style>
background-color css
<style>
a { background-color: #C09DD3; }
a { background-color: rgb(192,157,211); }
div.DivClassName
{
background-color: #C09DD3;
}
.BgClassName
{
background-color: #C09DD3;
}
</style>
border-color css
<style>
span { border-color: #C09DD3; }
span { border-color: rgb(192,157,211); }
td.TdClassName
{
border-color: #C09DD3;
}
.TagClassName
{
border-color: #C09DD3;
}
</style>