Shades of Wisteria #C09AD5
Tints of Wisteria #C09AD5
RGB
CMYK
RGB Variations
Color information
#C09AD5 (or 0xC09AD5) is known color: Wisteria. HEX triplet: C0, 9A and D5. RGB value is (192,154,213). Sum of RGB (Red+Green+Blue) = 192+154+213=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #C09AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09AD5 is #3F652A. Grayscale: #ABABAB. Windows color (decimal): -4154667 or 13998784. OLE color: 13998784.
HSL color Cylindrical-coordinate representation of color #C09AD5: hue angle of 278.64º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C09AD5 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 154 | 213 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.16 |
| HSL | 278.64º | 0.41% | 0.72% | - |
| HSV(B) | 278.64º | 0.28% | 0.84% | - |
| XYZ | 45.3 | 39.12 | 68.11 | - |
| YUV | 172.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 213 | 0.10 | 0.28 | 0 | 0.16 | 278.64 | 0.41 | 0.72 |
| Hex | C0 | 9A | D5 | A | 1C | 0 | 10 | 117 | 29 | 48 |
| Octal | 300 | 232 | 325 | 12 | 34 | 0 | 20 | 427 | 51 | 110 |
| Binary | 11000000 | 10011010 | 11010101 | 1010 | 11100 | 0 | 10000 | 100010111 | 101001 | 1001000 |
Color Harmonies of #C09AD5
Complementary color
Monochromatic Colors of #C09AD5
Black with #C09AD5
Text Example
Text Example
White with #C09AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AD5; }
p { color: rgb(192,154,213); }
H1.HeaderClassName
{
color: #C09AD5;
}
.AnyTagClassName
{
color: #C09AD5;
}
</style>
background-color css
<style>
a { background-color: #C09AD5; }
a { background-color: rgb(192,154,213); }
div.DivClassName
{
background-color: #C09AD5;
}
.BgClassName
{
background-color: #C09AD5;
}
</style>
border-color css
<style>
span { border-color: #C09AD5; }
span { border-color: rgb(192,154,213); }
td.TdClassName
{
border-color: #C09AD5;
}
.TagClassName
{
border-color: #C09AD5;
}
</style>