Shades of Wisteria #C08BDB
Tints of Wisteria #C08BDB
RGB
CMYK
RGB Variations
Color information
#C08BDB (or 0xC08BDB) is known color: Wisteria. HEX triplet: C0, 8B and DB. RGB value is (192,139,219). Sum of RGB (Red+Green+Blue) = 192+139+219=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #C08BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BDB is #3F7424. Grayscale: #A3A3A3. Windows color (decimal): -4158501 or 14388160. OLE color: 14388160.
HSL color Cylindrical-coordinate representation of color #C08BDB: hue angle of 279.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C08BDB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 139 | 219 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.14 |
| HSL | 279.75º | 0.53% | 0.7% | - |
| HSV(B) | 279.75º | 0.37% | 0.86% | - |
| XYZ | 43.76 | 34.79 | 71.43 | - |
| YUV | 163.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 219 | 0.12 | 0.37 | 0 | 0.14 | 279.75 | 0.53 | 0.7 |
| Hex | C0 | 8B | DB | C | 25 | 0 | E | 118 | 35 | 46 |
| Octal | 300 | 213 | 333 | 14 | 45 | 0 | 16 | 430 | 65 | 106 |
| Binary | 11000000 | 10001011 | 11011011 | 1100 | 100101 | 0 | 1110 | 100011000 | 110101 | 1000110 |
Color Harmonies of #C08BDB
Complementary color
Monochromatic Colors of #C08BDB
Black with #C08BDB
Text Example
Text Example
White with #C08BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BDB; }
p { color: rgb(192,139,219); }
H1.HeaderClassName
{
color: #C08BDB;
}
.AnyTagClassName
{
color: #C08BDB;
}
</style>
background-color css
<style>
a { background-color: #C08BDB; }
a { background-color: rgb(192,139,219); }
div.DivClassName
{
background-color: #C08BDB;
}
.BgClassName
{
background-color: #C08BDB;
}
</style>
border-color css
<style>
span { border-color: #C08BDB; }
span { border-color: rgb(192,139,219); }
td.TdClassName
{
border-color: #C08BDB;
}
.TagClassName
{
border-color: #C08BDB;
}
</style>