Shades of Wisteria #C095DF
Tints of Wisteria #C095DF
RGB
CMYK
RGB Variations
Color information
#C095DF (or 0xC095DF) is known color: Wisteria. HEX triplet: C0, 95 and DF. RGB value is (192,149,223). Sum of RGB (Red+Green+Blue) = 192+149+223=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #C095DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095DF is #3F6A20. Grayscale: #AAAAAA. Windows color (decimal): -4155937 or 14652864. OLE color: 14652864.
HSL color Cylindrical-coordinate representation of color #C095DF: hue angle of 274.86º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C095DF is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 149 | 223 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.13 |
| HSL | 274.86º | 0.54% | 0.73% | - |
| HSV(B) | 274.86º | 0.33% | 0.87% | - |
| XYZ | 45.8 | 38.03 | 74.74 | - |
| YUV | 170.29 | 157.75 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 223 | 0.14 | 0.33 | 0 | 0.13 | 274.86 | 0.54 | 0.73 |
| Hex | C0 | 95 | DF | E | 21 | 0 | D | 113 | 36 | 49 |
| Octal | 300 | 225 | 337 | 16 | 41 | 0 | 15 | 423 | 66 | 111 |
| Binary | 11000000 | 10010101 | 11011111 | 1110 | 100001 | 0 | 1101 | 100010011 | 110110 | 1001001 |
Color Harmonies of #C095DF
Complementary color
Monochromatic Colors of #C095DF
Black with #C095DF
Text Example
Text Example
White with #C095DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095DF; }
p { color: rgb(192,149,223); }
H1.HeaderClassName
{
color: #C095DF;
}
.AnyTagClassName
{
color: #C095DF;
}
</style>
background-color css
<style>
a { background-color: #C095DF; }
a { background-color: rgb(192,149,223); }
div.DivClassName
{
background-color: #C095DF;
}
.BgClassName
{
background-color: #C095DF;
}
</style>
border-color css
<style>
span { border-color: #C095DF; }
span { border-color: rgb(192,149,223); }
td.TdClassName
{
border-color: #C095DF;
}
.TagClassName
{
border-color: #C095DF;
}
</style>