Shades of Wisteria #C883ED
Tints of Wisteria #C883ED
RGB
CMYK
RGB Variations
Color information
#C883ED (or 0xC883ED) is known color: Wisteria. HEX triplet: C8, 83 and ED. RGB value is (200,131,237). Sum of RGB (Red+Green+Blue) = 200+131+237=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #C883ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C883ED is #377C12. Grayscale: #A3A3A3. Windows color (decimal): -3636243 or 15565768. OLE color: 15565768.
HSL color Cylindrical-coordinate representation of color #C883ED: hue angle of 279.06º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C883ED is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 131 | 237 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.07 |
| HSL | 279.06º | 0.75% | 0.72% | - |
| HSV(B) | 279.06º | 0.45% | 0.93% | - |
| XYZ | 47.22 | 34.63 | 84.32 | - |
| YUV | 163.72 | 169.36 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 237 | 0.16 | 0.45 | 0 | 0.07 | 279.06 | 0.75 | 0.72 |
| Hex | C8 | 83 | ED | 10 | 2D | 0 | 7 | 117 | 4B | 48 |
| Octal | 310 | 203 | 355 | 20 | 55 | 0 | 7 | 427 | 113 | 110 |
| Binary | 11001000 | 10000011 | 11101101 | 10000 | 101101 | 0 | 111 | 100010111 | 1001011 | 1001000 |
Color Harmonies of #C883ED
Complementary color
Monochromatic Colors of #C883ED
Black with #C883ED
Text Example
Text Example
White with #C883ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883ED; }
p { color: rgb(200,131,237); }
H1.HeaderClassName
{
color: #C883ED;
}
.AnyTagClassName
{
color: #C883ED;
}
</style>
background-color css
<style>
a { background-color: #C883ED; }
a { background-color: rgb(200,131,237); }
div.DivClassName
{
background-color: #C883ED;
}
.BgClassName
{
background-color: #C883ED;
}
</style>
border-color css
<style>
span { border-color: #C883ED; }
span { border-color: rgb(200,131,237); }
td.TdClassName
{
border-color: #C883ED;
}
.TagClassName
{
border-color: #C883ED;
}
</style>