Shades of Wisteria #C08CE1
Tints of Wisteria #C08CE1
RGB
CMYK
RGB Variations
Color information
#C08CE1 (or 0xC08CE1) is known color: Wisteria. HEX triplet: C0, 8C and E1. RGB value is (192,140,225). Sum of RGB (Red+Green+Blue) = 192+140+225=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #C08CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CE1 is #3F731E. Grayscale: #A4A4A4. Windows color (decimal): -4158239 or 14781632. OLE color: 14781632.
HSL color Cylindrical-coordinate representation of color #C08CE1: hue angle of 276.71º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C08CE1 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 140 | 225 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.12 |
| HSL | 276.71º | 0.59% | 0.72% | - |
| HSV(B) | 276.71º | 0.38% | 0.88% | - |
| XYZ | 44.71 | 35.4 | 75.71 | - |
| YUV | 165.24 | 161.73 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 225 | 0.15 | 0.38 | 0 | 0.12 | 276.71 | 0.59 | 0.72 |
| Hex | C0 | 8C | E1 | F | 26 | 0 | C | 115 | 3B | 48 |
| Octal | 300 | 214 | 341 | 17 | 46 | 0 | 14 | 425 | 73 | 110 |
| Binary | 11000000 | 10001100 | 11100001 | 1111 | 100110 | 0 | 1100 | 100010101 | 111011 | 1001000 |
Color Harmonies of #C08CE1
Complementary color
Monochromatic Colors of #C08CE1
Black with #C08CE1
Text Example
Text Example
White with #C08CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CE1; }
p { color: rgb(192,140,225); }
H1.HeaderClassName
{
color: #C08CE1;
}
.AnyTagClassName
{
color: #C08CE1;
}
</style>
background-color css
<style>
a { background-color: #C08CE1; }
a { background-color: rgb(192,140,225); }
div.DivClassName
{
background-color: #C08CE1;
}
.BgClassName
{
background-color: #C08CE1;
}
</style>
border-color css
<style>
span { border-color: #C08CE1; }
span { border-color: rgb(192,140,225); }
td.TdClassName
{
border-color: #C08CE1;
}
.TagClassName
{
border-color: #C08CE1;
}
</style>