Shades of Wisteria #C08BDC
Tints of Wisteria #C08BDC
RGB
CMYK
RGB Variations
Color information
#C08BDC (or 0xC08BDC) is known color: Wisteria. HEX triplet: C0, 8B and DC. RGB value is (192,139,220). Sum of RGB (Red+Green+Blue) = 192+139+220=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #C08BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BDC is #3F7423. Grayscale: #A3A3A3. Windows color (decimal): -4158500 or 14453696. OLE color: 14453696.
HSL color Cylindrical-coordinate representation of color #C08BDC: hue angle of 279.26º degrees, saturation: 0.54, 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 #C08BDC is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 139 | 220 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.14 |
| HSL | 279.26º | 0.54% | 0.7% | - |
| HSV(B) | 279.26º | 0.37% | 0.86% | - |
| XYZ | 43.89 | 34.84 | 72.12 | - |
| YUV | 164.08 | 159.56 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 220 | 0.13 | 0.37 | 0 | 0.14 | 279.26 | 0.54 | 0.7 |
| Hex | C0 | 8B | DC | D | 25 | 0 | E | 117 | 36 | 46 |
| Octal | 300 | 213 | 334 | 15 | 45 | 0 | 16 | 427 | 66 | 106 |
| Binary | 11000000 | 10001011 | 11011100 | 1101 | 100101 | 0 | 1110 | 100010111 | 110110 | 1000110 |
Color Harmonies of #C08BDC
Complementary color
Monochromatic Colors of #C08BDC
Black with #C08BDC
Text Example
Text Example
White with #C08BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BDC; }
p { color: rgb(192,139,220); }
H1.HeaderClassName
{
color: #C08BDC;
}
.AnyTagClassName
{
color: #C08BDC;
}
</style>
background-color css
<style>
a { background-color: #C08BDC; }
a { background-color: rgb(192,139,220); }
div.DivClassName
{
background-color: #C08BDC;
}
.BgClassName
{
background-color: #C08BDC;
}
</style>
border-color css
<style>
span { border-color: #C08BDC; }
span { border-color: rgb(192,139,220); }
td.TdClassName
{
border-color: #C08BDC;
}
.TagClassName
{
border-color: #C08BDC;
}
</style>