Shades of Wisteria #C983EA
Tints of Wisteria #C983EA
RGB
CMYK
RGB Variations
Color information
#C983EA (or 0xC983EA) is known color: Wisteria. HEX triplet: C9, 83 and EA. RGB value is (201,131,234). Sum of RGB (Red+Green+Blue) = 201+131+234=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #C983EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C983EA is #367C15. Grayscale: #A3A3A3. Windows color (decimal): -3570710 or 15369161. OLE color: 15369161.
HSL color Cylindrical-coordinate representation of color #C983EA: hue angle of 280.78º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C983EA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 131 | 234 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.08 |
| HSL | 280.78º | 0.71% | 0.72% | - |
| HSV(B) | 280.78º | 0.44% | 0.92% | - |
| XYZ | 47.05 | 34.59 | 82.04 | - |
| YUV | 163.67 | 167.69 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 234 | 0.14 | 0.44 | 0 | 0.08 | 280.78 | 0.71 | 0.72 |
| Hex | C9 | 83 | EA | E | 2C | 0 | 8 | 119 | 47 | 48 |
| Octal | 311 | 203 | 352 | 16 | 54 | 0 | 10 | 431 | 107 | 110 |
| Binary | 11001001 | 10000011 | 11101010 | 1110 | 101100 | 0 | 1000 | 100011001 | 1000111 | 1001000 |
Color Harmonies of #C983EA
Complementary color
Monochromatic Colors of #C983EA
Black with #C983EA
Text Example
Text Example
White with #C983EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C983EA; }
p { color: rgb(201,131,234); }
H1.HeaderClassName
{
color: #C983EA;
}
.AnyTagClassName
{
color: #C983EA;
}
</style>
background-color css
<style>
a { background-color: #C983EA; }
a { background-color: rgb(201,131,234); }
div.DivClassName
{
background-color: #C983EA;
}
.BgClassName
{
background-color: #C983EA;
}
</style>
border-color css
<style>
span { border-color: #C983EA; }
span { border-color: rgb(201,131,234); }
td.TdClassName
{
border-color: #C983EA;
}
.TagClassName
{
border-color: #C983EA;
}
</style>