Shades of Wisteria #C08AD5
Tints of Wisteria #C08AD5
RGB
CMYK
RGB Variations
Color information
#C08AD5 (or 0xC08AD5) is known color: Wisteria. HEX triplet: C0, 8A and D5. RGB value is (192,138,213). Sum of RGB (Red+Green+Blue) = 192+138+213=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #C08AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08AD5 is #3F752A. Grayscale: #A2A2A2. Windows color (decimal): -4158763 or 13994688. OLE color: 13994688.
HSL color Cylindrical-coordinate representation of color #C08AD5: hue angle of 283.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C08AD5 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 138 | 213 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.16 |
| HSL | 283.2º | 0.47% | 0.69% | - |
| HSV(B) | 283.2º | 0.35% | 0.84% | - |
| XYZ | 42.84 | 34.19 | 67.29 | - |
| YUV | 162.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 213 | 0.10 | 0.35 | 0 | 0.16 | 283.2 | 0.47 | 0.69 |
| Hex | C0 | 8A | D5 | A | 23 | 0 | 10 | 11B | 2F | 45 |
| Octal | 300 | 212 | 325 | 12 | 43 | 0 | 20 | 433 | 57 | 105 |
| Binary | 11000000 | 10001010 | 11010101 | 1010 | 100011 | 0 | 10000 | 100011011 | 101111 | 1000101 |
Color Harmonies of #C08AD5
Complementary color
Monochromatic Colors of #C08AD5
Black with #C08AD5
Text Example
Text Example
White with #C08AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08AD5; }
p { color: rgb(192,138,213); }
H1.HeaderClassName
{
color: #C08AD5;
}
.AnyTagClassName
{
color: #C08AD5;
}
</style>
background-color css
<style>
a { background-color: #C08AD5; }
a { background-color: rgb(192,138,213); }
div.DivClassName
{
background-color: #C08AD5;
}
.BgClassName
{
background-color: #C08AD5;
}
</style>
border-color css
<style>
span { border-color: #C08AD5; }
span { border-color: rgb(192,138,213); }
td.TdClassName
{
border-color: #C08AD5;
}
.TagClassName
{
border-color: #C08AD5;
}
</style>