Shades of Wisteria #C08CDF
Tints of Wisteria #C08CDF
RGB
CMYK
RGB Variations
Color information
#C08CDF (or 0xC08CDF) is known color: Wisteria. HEX triplet: C0, 8C and DF. RGB value is (192,140,223). Sum of RGB (Red+Green+Blue) = 192+140+223=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #C08CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CDF is #3F7320. Grayscale: #A4A4A4. Windows color (decimal): -4158241 or 14650560. OLE color: 14650560.
HSL color Cylindrical-coordinate representation of color #C08CDF: hue angle of 277.59º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C08CDF is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 140 | 223 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.13 |
| HSL | 277.59º | 0.56% | 0.71% | - |
| HSV(B) | 277.59º | 0.37% | 0.87% | - |
| XYZ | 44.44 | 35.29 | 74.28 | - |
| YUV | 165.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 223 | 0.14 | 0.37 | 0 | 0.13 | 277.59 | 0.56 | 0.71 |
| Hex | C0 | 8C | DF | E | 25 | 0 | D | 116 | 38 | 47 |
| Octal | 300 | 214 | 337 | 16 | 45 | 0 | 15 | 426 | 70 | 107 |
| Binary | 11000000 | 10001100 | 11011111 | 1110 | 100101 | 0 | 1101 | 100010110 | 111000 | 1000111 |
Color Harmonies of #C08CDF
Complementary color
Monochromatic Colors of #C08CDF
Black with #C08CDF
Text Example
Text Example
White with #C08CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CDF; }
p { color: rgb(192,140,223); }
H1.HeaderClassName
{
color: #C08CDF;
}
.AnyTagClassName
{
color: #C08CDF;
}
</style>
background-color css
<style>
a { background-color: #C08CDF; }
a { background-color: rgb(192,140,223); }
div.DivClassName
{
background-color: #C08CDF;
}
.BgClassName
{
background-color: #C08CDF;
}
</style>
border-color css
<style>
span { border-color: #C08CDF; }
span { border-color: rgb(192,140,223); }
td.TdClassName
{
border-color: #C08CDF;
}
.TagClassName
{
border-color: #C08CDF;
}
</style>