Shades of Wisteria #C09CD3
Tints of Wisteria #C09CD3
RGB
CMYK
RGB Variations
Color information
#C09CD3 (or 0xC09CD3) is known color: Wisteria. HEX triplet: C0, 9C and D3. RGB value is (192,156,211). Sum of RGB (Red+Green+Blue) = 192+156+211=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #C09CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CD3 is #3F632C. Grayscale: #ACACAC. Windows color (decimal): -4154157 or 13868224. OLE color: 13868224.
HSL color Cylindrical-coordinate representation of color #C09CD3: hue angle of 279.27º 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 #C09CD3 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 156 | 211 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.17 |
| HSL | 279.27º | 0.38% | 0.72% | - |
| HSV(B) | 279.27º | 0.26% | 0.83% | - |
| XYZ | 45.38 | 39.69 | 66.9 | - |
| YUV | 173.03 | 149.43 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 211 | 0.09 | 0.26 | 0 | 0.17 | 279.27 | 0.38 | 0.72 |
| Hex | C0 | 9C | D3 | 9 | 1A | 0 | 11 | 117 | 26 | 48 |
| Octal | 300 | 234 | 323 | 11 | 32 | 0 | 21 | 427 | 46 | 110 |
| Binary | 11000000 | 10011100 | 11010011 | 1001 | 11010 | 0 | 10001 | 100010111 | 100110 | 1001000 |
Color Harmonies of #C09CD3
Complementary color
Monochromatic Colors of #C09CD3
Black with #C09CD3
Text Example
Text Example
White with #C09CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CD3; }
p { color: rgb(192,156,211); }
H1.HeaderClassName
{
color: #C09CD3;
}
.AnyTagClassName
{
color: #C09CD3;
}
</style>
background-color css
<style>
a { background-color: #C09CD3; }
a { background-color: rgb(192,156,211); }
div.DivClassName
{
background-color: #C09CD3;
}
.BgClassName
{
background-color: #C09CD3;
}
</style>
border-color css
<style>
span { border-color: #C09CD3; }
span { border-color: rgb(192,156,211); }
td.TdClassName
{
border-color: #C09CD3;
}
.TagClassName
{
border-color: #C09CD3;
}
</style>