Shades of Wisteria #CE82E5
Tints of Wisteria #CE82E5
RGB
CMYK
RGB Variations
Color information
#CE82E5 (or 0xCE82E5) is known color: Wisteria. HEX triplet: CE, 82 and E5. RGB value is (206,130,229). Sum of RGB (Red+Green+Blue) = 206+130+229=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE82E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82E5 is #317D1A. Grayscale: #A3A3A3. Windows color (decimal): -3243291 or 15041230. OLE color: 15041230.
HSL color Cylindrical-coordinate representation of color #CE82E5: hue angle of 286.06º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE82E5 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 130 | 229 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.10 |
| HSL | 286.06º | 0.66% | 0.7% | - |
| HSV(B) | 286.06º | 0.43% | 0.9% | - |
| XYZ | 47.58 | 34.74 | 78.33 | - |
| YUV | 164.01 | 164.68 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 229 | 0.10 | 0.43 | 0 | 0.10 | 286.06 | 0.66 | 0.7 |
| Hex | CE | 82 | E5 | A | 2B | 0 | A | 11E | 42 | 46 |
| Octal | 316 | 202 | 345 | 12 | 53 | 0 | 12 | 436 | 102 | 106 |
| Binary | 11001110 | 10000010 | 11100101 | 1010 | 101011 | 0 | 1010 | 100011110 | 1000010 | 1000110 |
Color Harmonies of #CE82E5
Complementary color
Monochromatic Colors of #CE82E5
Black with #CE82E5
Text Example
Text Example
White with #CE82E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE82E5; }
p { color: rgb(206,130,229); }
H1.HeaderClassName
{
color: #CE82E5;
}
.AnyTagClassName
{
color: #CE82E5;
}
</style>
background-color css
<style>
a { background-color: #CE82E5; }
a { background-color: rgb(206,130,229); }
div.DivClassName
{
background-color: #CE82E5;
}
.BgClassName
{
background-color: #CE82E5;
}
</style>
border-color css
<style>
span { border-color: #CE82E5; }
span { border-color: rgb(206,130,229); }
td.TdClassName
{
border-color: #CE82E5;
}
.TagClassName
{
border-color: #CE82E5;
}
</style>