Shades of Wisteria #C08CD5
Tints of Wisteria #C08CD5
RGB
CMYK
RGB Variations
Color information
#C08CD5 (or 0xC08CD5) is known color: Wisteria. HEX triplet: C0, 8C and D5. RGB value is (192,140,213). Sum of RGB (Red+Green+Blue) = 192+140+213=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #C08CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CD5 is #3F732A. Grayscale: #A3A3A3. Windows color (decimal): -4158251 or 13995200. OLE color: 13995200.
HSL color Cylindrical-coordinate representation of color #C08CD5: hue angle of 282.74º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C08CD5 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 140 | 213 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.16 |
| HSL | 282.74º | 0.46% | 0.69% | - |
| HSV(B) | 282.74º | 0.34% | 0.84% | - |
| XYZ | 43.13 | 34.77 | 67.39 | - |
| YUV | 163.87 | 155.73 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 213 | 0.10 | 0.34 | 0 | 0.16 | 282.74 | 0.46 | 0.69 |
| Hex | C0 | 8C | D5 | A | 22 | 0 | 10 | 11B | 2E | 45 |
| Octal | 300 | 214 | 325 | 12 | 42 | 0 | 20 | 433 | 56 | 105 |
| Binary | 11000000 | 10001100 | 11010101 | 1010 | 100010 | 0 | 10000 | 100011011 | 101110 | 1000101 |
Color Harmonies of #C08CD5
Complementary color
Monochromatic Colors of #C08CD5
Black with #C08CD5
Text Example
Text Example
White with #C08CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CD5; }
p { color: rgb(192,140,213); }
H1.HeaderClassName
{
color: #C08CD5;
}
.AnyTagClassName
{
color: #C08CD5;
}
</style>
background-color css
<style>
a { background-color: #C08CD5; }
a { background-color: rgb(192,140,213); }
div.DivClassName
{
background-color: #C08CD5;
}
.BgClassName
{
background-color: #C08CD5;
}
</style>
border-color css
<style>
span { border-color: #C08CD5; }
span { border-color: rgb(192,140,213); }
td.TdClassName
{
border-color: #C08CD5;
}
.TagClassName
{
border-color: #C08CD5;
}
</style>