Shades of Wisteria #C09ADA
Tints of Wisteria #C09ADA
RGB
CMYK
RGB Variations
Color information
#C09ADA (or 0xC09ADA) is known color: Wisteria. HEX triplet: C0, 9A and DA. RGB value is (192,154,218). Sum of RGB (Red+Green+Blue) = 192+154+218=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #C09ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ADA is #3F6525. Grayscale: #ACACAC. Windows color (decimal): -4154662 or 14326464. OLE color: 14326464.
HSL color Cylindrical-coordinate representation of color #C09ADA: hue angle of 275.62º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C09ADA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 154 | 218 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.15 |
| HSL | 275.63º | 0.46% | 0.73% | - |
| HSV(B) | 275.63º | 0.29% | 0.85% | - |
| XYZ | 45.95 | 39.38 | 71.51 | - |
| YUV | 172.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 218 | 0.12 | 0.29 | 0 | 0.15 | 275.63 | 0.46 | 0.73 |
| Hex | C0 | 9A | DA | C | 1D | 0 | F | 114 | 2E | 49 |
| Octal | 300 | 232 | 332 | 14 | 35 | 0 | 17 | 424 | 56 | 111 |
| Binary | 11000000 | 10011010 | 11011010 | 1100 | 11101 | 0 | 1111 | 100010100 | 101110 | 1001001 |
Color Harmonies of #C09ADA
Complementary color
Monochromatic Colors of #C09ADA
Black with #C09ADA
Text Example
Text Example
White with #C09ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09ADA; }
p { color: rgb(192,154,218); }
H1.HeaderClassName
{
color: #C09ADA;
}
.AnyTagClassName
{
color: #C09ADA;
}
</style>
background-color css
<style>
a { background-color: #C09ADA; }
a { background-color: rgb(192,154,218); }
div.DivClassName
{
background-color: #C09ADA;
}
.BgClassName
{
background-color: #C09ADA;
}
</style>
border-color css
<style>
span { border-color: #C09ADA; }
span { border-color: rgb(192,154,218); }
td.TdClassName
{
border-color: #C09ADA;
}
.TagClassName
{
border-color: #C09ADA;
}
</style>