Shades of Wisteria #C095E9
Tints of Wisteria #C095E9
RGB
CMYK
RGB Variations
Color information
#C095E9 (or 0xC095E9) is known color: Wisteria. HEX triplet: C0, 95 and E9. RGB value is (192,149,233). Sum of RGB (Red+Green+Blue) = 192+149+233=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 233 (91.41% from 255 or 40.59% from 574); Max value from RGB is 233 - color contains mainly: blue. Hex color #C095E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C095E9 is #3F6A16. Grayscale: #ABABAB. Windows color (decimal): -4155927 or 15308224. OLE color: 15308224.
HSL color Cylindrical-coordinate representation of color #C095E9: hue angle of 270.71º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C095E9 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 149 | 233 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.09 |
| HSL | 270.71º | 0.66% | 0.75% | - |
| HSV(B) | 270.71º | 0.36% | 0.91% | - |
| XYZ | 47.19 | 38.58 | 82.05 | - |
| YUV | 171.43 | 162.75 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 233 | 0.18 | 0.36 | 0 | 0.09 | 270.71 | 0.66 | 0.75 |
| Hex | C0 | 95 | E9 | 12 | 24 | 0 | 9 | 10F | 42 | 4B |
| Octal | 300 | 225 | 351 | 22 | 44 | 0 | 11 | 417 | 102 | 113 |
| Binary | 11000000 | 10010101 | 11101001 | 10010 | 100100 | 0 | 1001 | 100001111 | 1000010 | 1001011 |
Color Harmonies of #C095E9
Complementary color
Monochromatic Colors of #C095E9
Black with #C095E9
Text Example
Text Example
White with #C095E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095E9; }
p { color: rgb(192,149,233); }
H1.HeaderClassName
{
color: #C095E9;
}
.AnyTagClassName
{
color: #C095E9;
}
</style>
background-color css
<style>
a { background-color: #C095E9; }
a { background-color: rgb(192,149,233); }
div.DivClassName
{
background-color: #C095E9;
}
.BgClassName
{
background-color: #C095E9;
}
</style>
border-color css
<style>
span { border-color: #C095E9; }
span { border-color: rgb(192,149,233); }
td.TdClassName
{
border-color: #C095E9;
}
.TagClassName
{
border-color: #C095E9;
}
</style>