Shades of Wisteria #C08ACD
Tints of Wisteria #C08ACD
RGB
CMYK
RGB Variations
Color information
#C08ACD (or 0xC08ACD) is known color: Wisteria. HEX triplet: C0, 8A and CD. RGB value is (192,138,205). Sum of RGB (Red+Green+Blue) = 192+138+205=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #C08ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ACD is #3F7532. Grayscale: #A1A1A1. Windows color (decimal): -4158771 or 13470400. OLE color: 13470400.
HSL color Cylindrical-coordinate representation of color #C08ACD: hue angle of 288.36º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C08ACD is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 138 | 205 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.20 |
| HSL | 288.36º | 0.4% | 0.67% | - |
| HSV(B) | 288.36º | 0.33% | 0.8% | - |
| XYZ | 41.85 | 33.79 | 62.07 | - |
| YUV | 161.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 205 | 0.06 | 0.33 | 0 | 0.20 | 288.36 | 0.4 | 0.67 |
| Hex | C0 | 8A | CD | 6 | 21 | 0 | 14 | 120 | 28 | 43 |
| Octal | 300 | 212 | 315 | 6 | 41 | 0 | 24 | 440 | 50 | 103 |
| Binary | 11000000 | 10001010 | 11001101 | 110 | 100001 | 0 | 10100 | 100100000 | 101000 | 1000011 |
Color Harmonies of #C08ACD
Complementary color
Monochromatic Colors of #C08ACD
Black with #C08ACD
Text Example
Text Example
White with #C08ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08ACD; }
p { color: rgb(192,138,205); }
H1.HeaderClassName
{
color: #C08ACD;
}
.AnyTagClassName
{
color: #C08ACD;
}
</style>
background-color css
<style>
a { background-color: #C08ACD; }
a { background-color: rgb(192,138,205); }
div.DivClassName
{
background-color: #C08ACD;
}
.BgClassName
{
background-color: #C08ACD;
}
</style>
border-color css
<style>
span { border-color: #C08ACD; }
span { border-color: rgb(192,138,205); }
td.TdClassName
{
border-color: #C08ACD;
}
.TagClassName
{
border-color: #C08ACD;
}
</style>