Shades of Wisteria #CE82E7
Tints of Wisteria #CE82E7
RGB
CMYK
RGB Variations
Color information
#CE82E7 (or 0xCE82E7) is known color: Wisteria. HEX triplet: CE, 82 and E7. RGB value is (206,130,231). Sum of RGB (Red+Green+Blue) = 206+130+231=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE82E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE82E7 is #317D18. Grayscale: #A3A3A3. Windows color (decimal): -3243289 or 15172302. OLE color: 15172302.
HSL color Cylindrical-coordinate representation of color #CE82E7: hue angle of 285.15º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE82E7 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 130 | 231 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.09 |
| HSL | 285.15º | 0.68% | 0.71% | - |
| HSV(B) | 285.15º | 0.44% | 0.91% | - |
| XYZ | 47.86 | 34.86 | 79.81 | - |
| YUV | 164.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 231 | 0.11 | 0.44 | 0 | 0.09 | 285.15 | 0.68 | 0.71 |
| Hex | CE | 82 | E7 | B | 2C | 0 | 9 | 11D | 44 | 47 |
| Octal | 316 | 202 | 347 | 13 | 54 | 0 | 11 | 435 | 104 | 107 |
| Binary | 11001110 | 10000010 | 11100111 | 1011 | 101100 | 0 | 1001 | 100011101 | 1000100 | 1000111 |
Color Harmonies of #CE82E7
Complementary color
Monochromatic Colors of #CE82E7
Black with #CE82E7
Text Example
Text Example
White with #CE82E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE82E7; }
p { color: rgb(206,130,231); }
H1.HeaderClassName
{
color: #CE82E7;
}
.AnyTagClassName
{
color: #CE82E7;
}
</style>
background-color css
<style>
a { background-color: #CE82E7; }
a { background-color: rgb(206,130,231); }
div.DivClassName
{
background-color: #CE82E7;
}
.BgClassName
{
background-color: #CE82E7;
}
</style>
border-color css
<style>
span { border-color: #CE82E7; }
span { border-color: rgb(206,130,231); }
td.TdClassName
{
border-color: #CE82E7;
}
.TagClassName
{
border-color: #CE82E7;
}
</style>