Shades of Wisteria #C095D3
Tints of Wisteria #C095D3
RGB
CMYK
RGB Variations
Color information
#C095D3 (or 0xC095D3) is known color: Wisteria. HEX triplet: C0, 95 and D3. RGB value is (192,149,211). Sum of RGB (Red+Green+Blue) = 192+149+211=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 211 - color contains mainly: blue. Hex color #C095D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095D3 is #3F6A2C. Grayscale: #A8A8A8. Windows color (decimal): -4155949 or 13866432. OLE color: 13866432.
HSL color Cylindrical-coordinate representation of color #C095D3: hue angle of 281.61º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C095D3 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 149 | 211 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.17 |
| HSL | 281.61º | 0.41% | 0.71% | - |
| HSV(B) | 281.61º | 0.29% | 0.83% | - |
| XYZ | 44.24 | 37.4 | 66.52 | - |
| YUV | 168.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 211 | 0.09 | 0.29 | 0 | 0.17 | 281.61 | 0.41 | 0.71 |
| Hex | C0 | 95 | D3 | 9 | 1D | 0 | 11 | 11A | 29 | 47 |
| Octal | 300 | 225 | 323 | 11 | 35 | 0 | 21 | 432 | 51 | 107 |
| Binary | 11000000 | 10010101 | 11010011 | 1001 | 11101 | 0 | 10001 | 100011010 | 101001 | 1000111 |
Color Harmonies of #C095D3
Complementary color
Monochromatic Colors of #C095D3
Black with #C095D3
Text Example
Text Example
White with #C095D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095D3; }
p { color: rgb(192,149,211); }
H1.HeaderClassName
{
color: #C095D3;
}
.AnyTagClassName
{
color: #C095D3;
}
</style>
background-color css
<style>
a { background-color: #C095D3; }
a { background-color: rgb(192,149,211); }
div.DivClassName
{
background-color: #C095D3;
}
.BgClassName
{
background-color: #C095D3;
}
</style>
border-color css
<style>
span { border-color: #C095D3; }
span { border-color: rgb(192,149,211); }
td.TdClassName
{
border-color: #C095D3;
}
.TagClassName
{
border-color: #C095D3;
}
</style>