Shades of Wisteria #C383ED
Tints of Wisteria #C383ED
RGB
CMYK
RGB Variations
Color information
#C383ED (or 0xC383ED) is known color: Wisteria. HEX triplet: C3, 83 and ED. RGB value is (195,131,237). Sum of RGB (Red+Green+Blue) = 195+131+237=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #C383ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C383ED is #3C7C12. Grayscale: #A1A1A1. Windows color (decimal): -3963923 or 15565763. OLE color: 15565763.
HSL color Cylindrical-coordinate representation of color #C383ED: hue angle of 276.23º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C383ED is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 131 | 237 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.07 |
| HSL | 276.23º | 0.75% | 0.72% | - |
| HSV(B) | 276.23º | 0.45% | 0.93% | - |
| XYZ | 45.91 | 33.95 | 84.25 | - |
| YUV | 162.22 | 170.2 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 237 | 0.18 | 0.45 | 0 | 0.07 | 276.23 | 0.75 | 0.72 |
| Hex | C3 | 83 | ED | 12 | 2D | 0 | 7 | 114 | 4B | 48 |
| Octal | 303 | 203 | 355 | 22 | 55 | 0 | 7 | 424 | 113 | 110 |
| Binary | 11000011 | 10000011 | 11101101 | 10010 | 101101 | 0 | 111 | 100010100 | 1001011 | 1001000 |
Color Harmonies of #C383ED
Complementary color
Monochromatic Colors of #C383ED
Black with #C383ED
Text Example
Text Example
White with #C383ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C383ED; }
p { color: rgb(195,131,237); }
H1.HeaderClassName
{
color: #C383ED;
}
.AnyTagClassName
{
color: #C383ED;
}
</style>
background-color css
<style>
a { background-color: #C383ED; }
a { background-color: rgb(195,131,237); }
div.DivClassName
{
background-color: #C383ED;
}
.BgClassName
{
background-color: #C383ED;
}
</style>
border-color css
<style>
span { border-color: #C383ED; }
span { border-color: rgb(195,131,237); }
td.TdClassName
{
border-color: #C383ED;
}
.TagClassName
{
border-color: #C383ED;
}
</style>