Shades of Wisteria #C09AD1
Tints of Wisteria #C09AD1
RGB
CMYK
RGB Variations
Color information
#C09AD1 (or 0xC09AD1) is known color: Wisteria. HEX triplet: C0, 9A and D1. RGB value is (192,154,209). Sum of RGB (Red+Green+Blue) = 192+154+209=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 209 - color contains mainly: blue. Hex color #C09AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09AD1 is #3F652E. Grayscale: #ABABAB. Windows color (decimal): -4154671 or 13736640. OLE color: 13736640.
HSL color Cylindrical-coordinate representation of color #C09AD1: hue angle of 281.45º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C09AD1 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 154 | 209 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.18 |
| HSL | 281.45º | 0.37% | 0.71% | - |
| HSV(B) | 281.45º | 0.26% | 0.82% | - |
| XYZ | 44.8 | 38.92 | 65.47 | - |
| YUV | 171.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 209 | 0.08 | 0.26 | 0 | 0.18 | 281.45 | 0.37 | 0.71 |
| Hex | C0 | 9A | D1 | 8 | 1A | 0 | 12 | 119 | 25 | 47 |
| Octal | 300 | 232 | 321 | 10 | 32 | 0 | 22 | 431 | 45 | 107 |
| Binary | 11000000 | 10011010 | 11010001 | 1000 | 11010 | 0 | 10010 | 100011001 | 100101 | 1000111 |
Color Harmonies of #C09AD1
Complementary color
Monochromatic Colors of #C09AD1
Black with #C09AD1
Text Example
Text Example
White with #C09AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AD1; }
p { color: rgb(192,154,209); }
H1.HeaderClassName
{
color: #C09AD1;
}
.AnyTagClassName
{
color: #C09AD1;
}
</style>
background-color css
<style>
a { background-color: #C09AD1; }
a { background-color: rgb(192,154,209); }
div.DivClassName
{
background-color: #C09AD1;
}
.BgClassName
{
background-color: #C09AD1;
}
</style>
border-color css
<style>
span { border-color: #C09AD1; }
span { border-color: rgb(192,154,209); }
td.TdClassName
{
border-color: #C09AD1;
}
.TagClassName
{
border-color: #C09AD1;
}
</style>