Shades of Wisteria #C09DDA
Tints of Wisteria #C09DDA
RGB
CMYK
RGB Variations
Color information
#C09DDA (or 0xC09DDA) is known color: Wisteria. HEX triplet: C0, 9D and DA. RGB value is (192,157,218). Sum of RGB (Red+Green+Blue) = 192+157+218=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #C09DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DDA is #3F6225. Grayscale: #AEAEAE. Windows color (decimal): -4153894 or 14327232. OLE color: 14327232.
HSL color Cylindrical-coordinate representation of color #C09DDA: hue angle of 274.43º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C09DDA is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 157 | 218 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.15 |
| HSL | 274.43º | 0.45% | 0.74% | - |
| HSV(B) | 274.43º | 0.28% | 0.85% | - |
| XYZ | 46.45 | 40.38 | 71.68 | - |
| YUV | 174.42 | 152.6 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 218 | 0.12 | 0.28 | 0 | 0.15 | 274.43 | 0.45 | 0.74 |
| Hex | C0 | 9D | DA | C | 1C | 0 | F | 112 | 2D | 4A |
| Octal | 300 | 235 | 332 | 14 | 34 | 0 | 17 | 422 | 55 | 112 |
| Binary | 11000000 | 10011101 | 11011010 | 1100 | 11100 | 0 | 1111 | 100010010 | 101101 | 1001010 |
Color Harmonies of #C09DDA
Complementary color
Monochromatic Colors of #C09DDA
Black with #C09DDA
Text Example
Text Example
White with #C09DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DDA; }
p { color: rgb(192,157,218); }
H1.HeaderClassName
{
color: #C09DDA;
}
.AnyTagClassName
{
color: #C09DDA;
}
</style>
background-color css
<style>
a { background-color: #C09DDA; }
a { background-color: rgb(192,157,218); }
div.DivClassName
{
background-color: #C09DDA;
}
.BgClassName
{
background-color: #C09DDA;
}
</style>
border-color css
<style>
span { border-color: #C09DDA; }
span { border-color: rgb(192,157,218); }
td.TdClassName
{
border-color: #C09DDA;
}
.TagClassName
{
border-color: #C09DDA;
}
</style>