Shades of Wisteria #C09ACD
Tints of Wisteria #C09ACD
RGB
CMYK
RGB Variations
Color information
#C09ACD (or 0xC09ACD) is known color: Wisteria. HEX triplet: C0, 9A and CD. RGB value is (192,154,205). Sum of RGB (Red+Green+Blue) = 192+154+205=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #C09ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ACD is #3F6532. Grayscale: #ABABAB. Windows color (decimal): -4154675 or 13474496. OLE color: 13474496.
HSL color Cylindrical-coordinate representation of color #C09ACD: hue angle of 284.71º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C09ACD is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 154 | 205 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.20 |
| HSL | 284.71º | 0.34% | 0.7% | - |
| HSV(B) | 284.71º | 0.25% | 0.8% | - |
| XYZ | 44.31 | 38.73 | 62.9 | - |
| YUV | 171.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 205 | 0.06 | 0.25 | 0 | 0.20 | 284.71 | 0.34 | 0.7 |
| Hex | C0 | 9A | CD | 6 | 19 | 0 | 14 | 11D | 22 | 46 |
| Octal | 300 | 232 | 315 | 6 | 31 | 0 | 24 | 435 | 42 | 106 |
| Binary | 11000000 | 10011010 | 11001101 | 110 | 11001 | 0 | 10100 | 100011101 | 100010 | 1000110 |
Color Harmonies of #C09ACD
Complementary color
Monochromatic Colors of #C09ACD
Black with #C09ACD
Text Example
Text Example
White with #C09ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09ACD; }
p { color: rgb(192,154,205); }
H1.HeaderClassName
{
color: #C09ACD;
}
.AnyTagClassName
{
color: #C09ACD;
}
</style>
background-color css
<style>
a { background-color: #C09ACD; }
a { background-color: rgb(192,154,205); }
div.DivClassName
{
background-color: #C09ACD;
}
.BgClassName
{
background-color: #C09ACD;
}
</style>
border-color css
<style>
span { border-color: #C09ACD; }
span { border-color: rgb(192,154,205); }
td.TdClassName
{
border-color: #C09ACD;
}
.TagClassName
{
border-color: #C09ACD;
}
</style>