Shades of Wisteria #C095D4
Tints of Wisteria #C095D4
RGB
CMYK
RGB Variations
Color information
#C095D4 (or 0xC095D4) is known color: Wisteria. HEX triplet: C0, 95 and D4. RGB value is (192,149,212). Sum of RGB (Red+Green+Blue) = 192+149+212=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 212 - color contains mainly: blue. Hex color #C095D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095D4 is #3F6A2B. Grayscale: #A8A8A8. Windows color (decimal): -4155948 or 13931968. OLE color: 13931968.
HSL color Cylindrical-coordinate representation of color #C095D4: hue angle of 280.95º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C095D4 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 149 | 212 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.17 |
| HSL | 280.95º | 0.42% | 0.71% | - |
| HSV(B) | 280.95º | 0.3% | 0.83% | - |
| XYZ | 44.37 | 37.45 | 67.18 | - |
| YUV | 169.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 212 | 0.09 | 0.30 | 0 | 0.17 | 280.95 | 0.42 | 0.71 |
| Hex | C0 | 95 | D4 | 9 | 1E | 0 | 11 | 119 | 2A | 47 |
| Octal | 300 | 225 | 324 | 11 | 36 | 0 | 21 | 431 | 52 | 107 |
| Binary | 11000000 | 10010101 | 11010100 | 1001 | 11110 | 0 | 10001 | 100011001 | 101010 | 1000111 |
Color Harmonies of #C095D4
Complementary color
Monochromatic Colors of #C095D4
Black with #C095D4
Text Example
Text Example
White with #C095D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095D4; }
p { color: rgb(192,149,212); }
H1.HeaderClassName
{
color: #C095D4;
}
.AnyTagClassName
{
color: #C095D4;
}
</style>
background-color css
<style>
a { background-color: #C095D4; }
a { background-color: rgb(192,149,212); }
div.DivClassName
{
background-color: #C095D4;
}
.BgClassName
{
background-color: #C095D4;
}
</style>
border-color css
<style>
span { border-color: #C095D4; }
span { border-color: rgb(192,149,212); }
td.TdClassName
{
border-color: #C095D4;
}
.TagClassName
{
border-color: #C095D4;
}
</style>