Shades of Wisteria #C08CDB
Tints of Wisteria #C08CDB
RGB
CMYK
RGB Variations
Color information
#C08CDB (or 0xC08CDB) is known color: Wisteria. HEX triplet: C0, 8C and DB. RGB value is (192,140,219). Sum of RGB (Red+Green+Blue) = 192+140+219=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #C08CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CDB is #3F7324. Grayscale: #A4A4A4. Windows color (decimal): -4158245 or 14388416. OLE color: 14388416.
HSL color Cylindrical-coordinate representation of color #C08CDB: hue angle of 279.49º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C08CDB is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 140 | 219 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.14 |
| HSL | 279.49º | 0.52% | 0.7% | - |
| HSV(B) | 279.49º | 0.36% | 0.86% | - |
| XYZ | 43.9 | 35.08 | 71.47 | - |
| YUV | 164.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 219 | 0.12 | 0.36 | 0 | 0.14 | 279.49 | 0.52 | 0.7 |
| Hex | C0 | 8C | DB | C | 24 | 0 | E | 117 | 34 | 46 |
| Octal | 300 | 214 | 333 | 14 | 44 | 0 | 16 | 427 | 64 | 106 |
| Binary | 11000000 | 10001100 | 11011011 | 1100 | 100100 | 0 | 1110 | 100010111 | 110100 | 1000110 |
Color Harmonies of #C08CDB
Complementary color
Monochromatic Colors of #C08CDB
Black with #C08CDB
Text Example
Text Example
White with #C08CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CDB; }
p { color: rgb(192,140,219); }
H1.HeaderClassName
{
color: #C08CDB;
}
.AnyTagClassName
{
color: #C08CDB;
}
</style>
background-color css
<style>
a { background-color: #C08CDB; }
a { background-color: rgb(192,140,219); }
div.DivClassName
{
background-color: #C08CDB;
}
.BgClassName
{
background-color: #C08CDB;
}
</style>
border-color css
<style>
span { border-color: #C08CDB; }
span { border-color: rgb(192,140,219); }
td.TdClassName
{
border-color: #C08CDB;
}
.TagClassName
{
border-color: #C08CDB;
}
</style>