Shades of Wisteria #C095DB
Tints of Wisteria #C095DB
RGB
CMYK
RGB Variations
Color information
#C095DB (or 0xC095DB) is known color: Wisteria. HEX triplet: C0, 95 and DB. RGB value is (192,149,219). Sum of RGB (Red+Green+Blue) = 192+149+219=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #C095DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095DB is #3F6A24. Grayscale: #A9A9A9. Windows color (decimal): -4155941 or 14390720. OLE color: 14390720.
HSL color Cylindrical-coordinate representation of color #C095DB: hue angle of 276.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C095DB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 149 | 219 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.14 |
| HSL | 276.86º | 0.49% | 0.72% | - |
| HSV(B) | 276.86º | 0.32% | 0.86% | - |
| XYZ | 45.27 | 37.82 | 71.93 | - |
| YUV | 169.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 219 | 0.12 | 0.32 | 0 | 0.14 | 276.86 | 0.49 | 0.72 |
| Hex | C0 | 95 | DB | C | 20 | 0 | E | 115 | 31 | 48 |
| Octal | 300 | 225 | 333 | 14 | 40 | 0 | 16 | 425 | 61 | 110 |
| Binary | 11000000 | 10010101 | 11011011 | 1100 | 100000 | 0 | 1110 | 100010101 | 110001 | 1001000 |
Color Harmonies of #C095DB
Complementary color
Monochromatic Colors of #C095DB
Black with #C095DB
Text Example
Text Example
White with #C095DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095DB; }
p { color: rgb(192,149,219); }
H1.HeaderClassName
{
color: #C095DB;
}
.AnyTagClassName
{
color: #C095DB;
}
</style>
background-color css
<style>
a { background-color: #C095DB; }
a { background-color: rgb(192,149,219); }
div.DivClassName
{
background-color: #C095DB;
}
.BgClassName
{
background-color: #C095DB;
}
</style>
border-color css
<style>
span { border-color: #C095DB; }
span { border-color: rgb(192,149,219); }
td.TdClassName
{
border-color: #C095DB;
}
.TagClassName
{
border-color: #C095DB;
}
</style>