Shades of Wisteria #CE83E5
Tints of Wisteria #CE83E5
RGB
CMYK
RGB Variations
Color information
#CE83E5 (or 0xCE83E5) is known color: Wisteria. HEX triplet: CE, 83 and E5. RGB value is (206,131,229). Sum of RGB (Red+Green+Blue) = 206+131+229=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE83E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83E5 is #317C1A. Grayscale: #A4A4A4. Windows color (decimal): -3243035 or 15041486. OLE color: 15041486.
HSL color Cylindrical-coordinate representation of color #CE83E5: hue angle of 285.92º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE83E5 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 131 | 229 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.10 |
| HSL | 285.92º | 0.65% | 0.71% | - |
| HSV(B) | 285.92º | 0.43% | 0.9% | - |
| XYZ | 47.71 | 35.01 | 78.37 | - |
| YUV | 164.6 | 164.35 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 229 | 0.10 | 0.43 | 0 | 0.10 | 285.92 | 0.65 | 0.71 |
| Hex | CE | 83 | E5 | A | 2B | 0 | A | 11E | 41 | 47 |
| Octal | 316 | 203 | 345 | 12 | 53 | 0 | 12 | 436 | 101 | 107 |
| Binary | 11001110 | 10000011 | 11100101 | 1010 | 101011 | 0 | 1010 | 100011110 | 1000001 | 1000111 |
Color Harmonies of #CE83E5
Complementary color
Monochromatic Colors of #CE83E5
Black with #CE83E5
Text Example
Text Example
White with #CE83E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE83E5; }
p { color: rgb(206,131,229); }
H1.HeaderClassName
{
color: #CE83E5;
}
.AnyTagClassName
{
color: #CE83E5;
}
</style>
background-color css
<style>
a { background-color: #CE83E5; }
a { background-color: rgb(206,131,229); }
div.DivClassName
{
background-color: #CE83E5;
}
.BgClassName
{
background-color: #CE83E5;
}
</style>
border-color css
<style>
span { border-color: #CE83E5; }
span { border-color: rgb(206,131,229); }
td.TdClassName
{
border-color: #CE83E5;
}
.TagClassName
{
border-color: #CE83E5;
}
</style>