Shades of Wisteria #C09ADE
Tints of Wisteria #C09ADE
RGB
CMYK
RGB Variations
Color information
#C09ADE (or 0xC09ADE) is known color: Wisteria. HEX triplet: C0, 9A and DE. RGB value is (192,154,222). Sum of RGB (Red+Green+Blue) = 192+154+222=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #C09ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ADE is #3F6521. Grayscale: #ACACAC. Windows color (decimal): -4154658 or 14588608. OLE color: 14588608.
HSL color Cylindrical-coordinate representation of color #C09ADE: hue angle of 273.53º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C09ADE is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 154 | 222 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.13 |
| HSL | 273.53º | 0.51% | 0.74% | - |
| HSV(B) | 273.53º | 0.31% | 0.87% | - |
| XYZ | 46.48 | 39.59 | 74.3 | - |
| YUV | 173.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 222 | 0.14 | 0.31 | 0 | 0.13 | 273.53 | 0.51 | 0.74 |
| Hex | C0 | 9A | DE | E | 1F | 0 | D | 112 | 33 | 4A |
| Octal | 300 | 232 | 336 | 16 | 37 | 0 | 15 | 422 | 63 | 112 |
| Binary | 11000000 | 10011010 | 11011110 | 1110 | 11111 | 0 | 1101 | 100010010 | 110011 | 1001010 |
Color Harmonies of #C09ADE
Complementary color
Monochromatic Colors of #C09ADE
Black with #C09ADE
Text Example
Text Example
White with #C09ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09ADE; }
p { color: rgb(192,154,222); }
H1.HeaderClassName
{
color: #C09ADE;
}
.AnyTagClassName
{
color: #C09ADE;
}
</style>
background-color css
<style>
a { background-color: #C09ADE; }
a { background-color: rgb(192,154,222); }
div.DivClassName
{
background-color: #C09ADE;
}
.BgClassName
{
background-color: #C09ADE;
}
</style>
border-color css
<style>
span { border-color: #C09ADE; }
span { border-color: rgb(192,154,222); }
td.TdClassName
{
border-color: #C09ADE;
}
.TagClassName
{
border-color: #C09ADE;
}
</style>