Shades of Wisteria #C08DDF
Tints of Wisteria #C08DDF
RGB
CMYK
RGB Variations
Color information
#C08DDF (or 0xC08DDF) is known color: Wisteria. HEX triplet: C0, 8D and DF. RGB value is (192,141,223). Sum of RGB (Red+Green+Blue) = 192+141+223=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #C08DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DDF is #3F7220. Grayscale: #A5A5A5. Windows color (decimal): -4157985 or 14650816. OLE color: 14650816.
HSL color Cylindrical-coordinate representation of color #C08DDF: hue angle of 277.32º 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 #C08DDF is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 141 | 223 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.13 |
| HSL | 277.32º | 0.56% | 0.71% | - |
| HSV(B) | 277.32º | 0.37% | 0.87% | - |
| XYZ | 44.58 | 35.58 | 74.33 | - |
| YUV | 165.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 223 | 0.14 | 0.37 | 0 | 0.13 | 277.32 | 0.56 | 0.71 |
| Hex | C0 | 8D | DF | E | 25 | 0 | D | 115 | 38 | 47 |
| Octal | 300 | 215 | 337 | 16 | 45 | 0 | 15 | 425 | 70 | 107 |
| Binary | 11000000 | 10001101 | 11011111 | 1110 | 100101 | 0 | 1101 | 100010101 | 111000 | 1000111 |
Color Harmonies of #C08DDF
Complementary color
Monochromatic Colors of #C08DDF
Black with #C08DDF
Text Example
Text Example
White with #C08DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DDF; }
p { color: rgb(192,141,223); }
H1.HeaderClassName
{
color: #C08DDF;
}
.AnyTagClassName
{
color: #C08DDF;
}
</style>
background-color css
<style>
a { background-color: #C08DDF; }
a { background-color: rgb(192,141,223); }
div.DivClassName
{
background-color: #C08DDF;
}
.BgClassName
{
background-color: #C08DDF;
}
</style>
border-color css
<style>
span { border-color: #C08DDF; }
span { border-color: rgb(192,141,223); }
td.TdClassName
{
border-color: #C08DDF;
}
.TagClassName
{
border-color: #C08DDF;
}
</style>