Shades of Wisteria #C883DC
Tints of Wisteria #C883DC
RGB
CMYK
RGB Variations
Color information
#C883DC (or 0xC883DC) is known color: Wisteria. HEX triplet: C8, 83 and DC. RGB value is (200,131,220). Sum of RGB (Red+Green+Blue) = 200+131+220=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #C883DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883DC is #377C23. Grayscale: #A1A1A1. Windows color (decimal): -3636260 or 14451656. OLE color: 14451656.
HSL color Cylindrical-coordinate representation of color #C883DC: hue angle of 286.52º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C883DC is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 131 | 220 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.14 |
| HSL | 286.52º | 0.56% | 0.69% | - |
| HSV(B) | 286.52º | 0.4% | 0.86% | - |
| XYZ | 44.85 | 33.68 | 71.85 | - |
| YUV | 161.78 | 160.86 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 220 | 0.09 | 0.40 | 0 | 0.14 | 286.52 | 0.56 | 0.69 |
| Hex | C8 | 83 | DC | 9 | 28 | 0 | E | 11F | 38 | 45 |
| Octal | 310 | 203 | 334 | 11 | 50 | 0 | 16 | 437 | 70 | 105 |
| Binary | 11001000 | 10000011 | 11011100 | 1001 | 101000 | 0 | 1110 | 100011111 | 111000 | 1000101 |
Color Harmonies of #C883DC
Complementary color
Monochromatic Colors of #C883DC
Black with #C883DC
Text Example
Text Example
White with #C883DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883DC; }
p { color: rgb(200,131,220); }
H1.HeaderClassName
{
color: #C883DC;
}
.AnyTagClassName
{
color: #C883DC;
}
</style>
background-color css
<style>
a { background-color: #C883DC; }
a { background-color: rgb(200,131,220); }
div.DivClassName
{
background-color: #C883DC;
}
.BgClassName
{
background-color: #C883DC;
}
</style>
border-color css
<style>
span { border-color: #C883DC; }
span { border-color: rgb(200,131,220); }
td.TdClassName
{
border-color: #C883DC;
}
.TagClassName
{
border-color: #C883DC;
}
</style>