Shades of Wisteria #C883DE
Tints of Wisteria #C883DE
RGB
CMYK
RGB Variations
Color information
#C883DE (or 0xC883DE) is known color: Wisteria. HEX triplet: C8, 83 and DE. RGB value is (200,131,222). Sum of RGB (Red+Green+Blue) = 200+131+222=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #C883DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883DE is #377C21. Grayscale: #A1A1A1. Windows color (decimal): -3636258 or 14582728. OLE color: 14582728.
HSL color Cylindrical-coordinate representation of color #C883DE: hue angle of 285.49º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C883DE is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 131 | 222 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.13 |
| HSL | 285.49º | 0.58% | 0.69% | - |
| HSV(B) | 285.49º | 0.41% | 0.87% | - |
| XYZ | 45.12 | 33.79 | 73.25 | - |
| YUV | 162.01 | 161.86 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 222 | 0.10 | 0.41 | 0 | 0.13 | 285.49 | 0.58 | 0.69 |
| Hex | C8 | 83 | DE | A | 29 | 0 | D | 11D | 3A | 45 |
| Octal | 310 | 203 | 336 | 12 | 51 | 0 | 15 | 435 | 72 | 105 |
| Binary | 11001000 | 10000011 | 11011110 | 1010 | 101001 | 0 | 1101 | 100011101 | 111010 | 1000101 |
Color Harmonies of #C883DE
Complementary color
Monochromatic Colors of #C883DE
Black with #C883DE
Text Example
Text Example
White with #C883DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883DE; }
p { color: rgb(200,131,222); }
H1.HeaderClassName
{
color: #C883DE;
}
.AnyTagClassName
{
color: #C883DE;
}
</style>
background-color css
<style>
a { background-color: #C883DE; }
a { background-color: rgb(200,131,222); }
div.DivClassName
{
background-color: #C883DE;
}
.BgClassName
{
background-color: #C883DE;
}
</style>
border-color css
<style>
span { border-color: #C883DE; }
span { border-color: rgb(200,131,222); }
td.TdClassName
{
border-color: #C883DE;
}
.TagClassName
{
border-color: #C883DE;
}
</style>