Shades of Wisteria #C095EA
Tints of Wisteria #C095EA
RGB
CMYK
RGB Variations
Color information
#C095EA (or 0xC095EA) is known color: Wisteria. HEX triplet: C0, 95 and EA. RGB value is (192,149,234). Sum of RGB (Red+Green+Blue) = 192+149+234=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #C095EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C095EA is #3F6A15. Grayscale: #ABABAB. Windows color (decimal): -4155926 or 15373760. OLE color: 15373760.
HSL color Cylindrical-coordinate representation of color #C095EA: hue angle of 270.35º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C095EA is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 149 | 234 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.08 |
| HSL | 270.35º | 0.67% | 0.75% | - |
| HSV(B) | 270.35º | 0.36% | 0.92% | - |
| XYZ | 47.34 | 38.64 | 82.81 | - |
| YUV | 171.55 | 163.25 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 234 | 0.18 | 0.36 | 0 | 0.08 | 270.35 | 0.67 | 0.75 |
| Hex | C0 | 95 | EA | 12 | 24 | 0 | 8 | 10E | 43 | 4B |
| Octal | 300 | 225 | 352 | 22 | 44 | 0 | 10 | 416 | 103 | 113 |
| Binary | 11000000 | 10010101 | 11101010 | 10010 | 100100 | 0 | 1000 | 100001110 | 1000011 | 1001011 |
Color Harmonies of #C095EA
Complementary color
Monochromatic Colors of #C095EA
Black with #C095EA
Text Example
Text Example
White with #C095EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095EA; }
p { color: rgb(192,149,234); }
H1.HeaderClassName
{
color: #C095EA;
}
.AnyTagClassName
{
color: #C095EA;
}
</style>
background-color css
<style>
a { background-color: #C095EA; }
a { background-color: rgb(192,149,234); }
div.DivClassName
{
background-color: #C095EA;
}
.BgClassName
{
background-color: #C095EA;
}
</style>
border-color css
<style>
span { border-color: #C095EA; }
span { border-color: rgb(192,149,234); }
td.TdClassName
{
border-color: #C095EA;
}
.TagClassName
{
border-color: #C095EA;
}
</style>