Shades of Wisteria #C09BDA
Tints of Wisteria #C09BDA
RGB
CMYK
RGB Variations
Color information
#C09BDA (or 0xC09BDA) is known color: Wisteria. HEX triplet: C0, 9B and DA. RGB value is (192,155,218). Sum of RGB (Red+Green+Blue) = 192+155+218=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #C09BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BDA is #3F6425. Grayscale: #ADADAD. Windows color (decimal): -4154406 or 14326720. OLE color: 14326720.
HSL color Cylindrical-coordinate representation of color #C09BDA: hue angle of 275.24º 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 #C09BDA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 155 | 218 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.15 |
| HSL | 275.24º | 0.46% | 0.73% | - |
| HSV(B) | 275.24º | 0.29% | 0.85% | - |
| XYZ | 46.11 | 39.71 | 71.56 | - |
| YUV | 173.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 218 | 0.12 | 0.29 | 0 | 0.15 | 275.24 | 0.46 | 0.73 |
| Hex | C0 | 9B | DA | C | 1D | 0 | F | 113 | 2E | 49 |
| Octal | 300 | 233 | 332 | 14 | 35 | 0 | 17 | 423 | 56 | 111 |
| Binary | 11000000 | 10011011 | 11011010 | 1100 | 11101 | 0 | 1111 | 100010011 | 101110 | 1001001 |
Color Harmonies of #C09BDA
Complementary color
Monochromatic Colors of #C09BDA
Black with #C09BDA
Text Example
Text Example
White with #C09BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BDA; }
p { color: rgb(192,155,218); }
H1.HeaderClassName
{
color: #C09BDA;
}
.AnyTagClassName
{
color: #C09BDA;
}
</style>
background-color css
<style>
a { background-color: #C09BDA; }
a { background-color: rgb(192,155,218); }
div.DivClassName
{
background-color: #C09BDA;
}
.BgClassName
{
background-color: #C09BDA;
}
</style>
border-color css
<style>
span { border-color: #C09BDA; }
span { border-color: rgb(192,155,218); }
td.TdClassName
{
border-color: #C09BDA;
}
.TagClassName
{
border-color: #C09BDA;
}
</style>