Shades of Wisteria #C883EB
Tints of Wisteria #C883EB
RGB
CMYK
RGB Variations
Color information
#C883EB (or 0xC883EB) is known color: Wisteria. HEX triplet: C8, 83 and EB. RGB value is (200,131,235). Sum of RGB (Red+Green+Blue) = 200+131+235=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #C883EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C883EB is #377C14. Grayscale: #A3A3A3. Windows color (decimal): -3636245 or 15434696. OLE color: 15434696.
HSL color Cylindrical-coordinate representation of color #C883EB: hue angle of 279.81º degrees, saturation: 0.72, 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 #C883EB is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 131 | 235 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.08 |
| HSL | 279.81º | 0.72% | 0.72% | - |
| HSV(B) | 279.81º | 0.44% | 0.92% | - |
| XYZ | 46.93 | 34.51 | 82.78 | - |
| YUV | 163.49 | 168.36 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 235 | 0.15 | 0.44 | 0 | 0.08 | 279.81 | 0.72 | 0.72 |
| Hex | C8 | 83 | EB | F | 2C | 0 | 8 | 118 | 48 | 48 |
| Octal | 310 | 203 | 353 | 17 | 54 | 0 | 10 | 430 | 110 | 110 |
| Binary | 11001000 | 10000011 | 11101011 | 1111 | 101100 | 0 | 1000 | 100011000 | 1001000 | 1001000 |
Color Harmonies of #C883EB
Complementary color
Monochromatic Colors of #C883EB
Black with #C883EB
Text Example
Text Example
White with #C883EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883EB; }
p { color: rgb(200,131,235); }
H1.HeaderClassName
{
color: #C883EB;
}
.AnyTagClassName
{
color: #C883EB;
}
</style>
background-color css
<style>
a { background-color: #C883EB; }
a { background-color: rgb(200,131,235); }
div.DivClassName
{
background-color: #C883EB;
}
.BgClassName
{
background-color: #C883EB;
}
</style>
border-color css
<style>
span { border-color: #C883EB; }
span { border-color: rgb(200,131,235); }
td.TdClassName
{
border-color: #C883EB;
}
.TagClassName
{
border-color: #C883EB;
}
</style>