Shades of Wisteria #C09ADC
Tints of Wisteria #C09ADC
RGB
CMYK
RGB Variations
Color information
#C09ADC (or 0xC09ADC) is known color: Wisteria. HEX triplet: C0, 9A and DC. RGB value is (192,154,220). Sum of RGB (Red+Green+Blue) = 192+154+220=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #C09ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ADC is #3F6523. Grayscale: #ACACAC. Windows color (decimal): -4154660 or 14457536. OLE color: 14457536.
HSL color Cylindrical-coordinate representation of color #C09ADC: hue angle of 274.55º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09ADC is Cyan = 0.13, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 154 | 220 | - |
| CMYK | 0.13 | 0.3 | 0 | 0.14 |
| HSL | 274.55º | 0.49% | 0.73% | - |
| HSV(B) | 274.55º | 0.3% | 0.86% | - |
| XYZ | 46.21 | 39.48 | 72.9 | - |
| YUV | 172.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 220 | 0.13 | 0.3 | 0 | 0.14 | 274.55 | 0.49 | 0.73 |
| Hex | C0 | 9A | DC | D | 1E | 0 | E | 113 | 31 | 49 |
| Octal | 300 | 232 | 334 | 15 | 36 | 0 | 16 | 423 | 61 | 111 |
| Binary | 11000000 | 10011010 | 11011100 | 1101 | 11110 | 0 | 1110 | 100010011 | 110001 | 1001001 |
Color Harmonies of #C09ADC
Complementary color
Monochromatic Colors of #C09ADC
Black with #C09ADC
Text Example
Text Example
White with #C09ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09ADC; }
p { color: rgb(192,154,220); }
H1.HeaderClassName
{
color: #C09ADC;
}
.AnyTagClassName
{
color: #C09ADC;
}
</style>
background-color css
<style>
a { background-color: #C09ADC; }
a { background-color: rgb(192,154,220); }
div.DivClassName
{
background-color: #C09ADC;
}
.BgClassName
{
background-color: #C09ADC;
}
</style>
border-color css
<style>
span { border-color: #C09ADC; }
span { border-color: rgb(192,154,220); }
td.TdClassName
{
border-color: #C09ADC;
}
.TagClassName
{
border-color: #C09ADC;
}
</style>