Shades of Wisteria #C883EA
Tints of Wisteria #C883EA
RGB
CMYK
RGB Variations
Color information
#C883EA (or 0xC883EA) is known color: Wisteria. HEX triplet: C8, 83 and EA. RGB value is (200,131,234). Sum of RGB (Red+Green+Blue) = 200+131+234=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #C883EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C883EA is #377C15. Grayscale: #A3A3A3. Windows color (decimal): -3636246 or 15369160. OLE color: 15369160.
HSL color Cylindrical-coordinate representation of color #C883EA: hue angle of 280.19º degrees, saturation: 0.71, 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 #C883EA is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 131 | 234 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.08 |
| HSL | 280.19º | 0.71% | 0.72% | - |
| HSV(B) | 280.19º | 0.44% | 0.92% | - |
| XYZ | 46.79 | 34.45 | 82.03 | - |
| YUV | 163.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 234 | 0.15 | 0.44 | 0 | 0.08 | 280.19 | 0.71 | 0.72 |
| Hex | C8 | 83 | EA | F | 2C | 0 | 8 | 118 | 47 | 48 |
| Octal | 310 | 203 | 352 | 17 | 54 | 0 | 10 | 430 | 107 | 110 |
| Binary | 11001000 | 10000011 | 11101010 | 1111 | 101100 | 0 | 1000 | 100011000 | 1000111 | 1001000 |
Color Harmonies of #C883EA
Complementary color
Monochromatic Colors of #C883EA
Black with #C883EA
Text Example
Text Example
White with #C883EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883EA; }
p { color: rgb(200,131,234); }
H1.HeaderClassName
{
color: #C883EA;
}
.AnyTagClassName
{
color: #C883EA;
}
</style>
background-color css
<style>
a { background-color: #C883EA; }
a { background-color: rgb(200,131,234); }
div.DivClassName
{
background-color: #C883EA;
}
.BgClassName
{
background-color: #C883EA;
}
</style>
border-color css
<style>
span { border-color: #C883EA; }
span { border-color: rgb(200,131,234); }
td.TdClassName
{
border-color: #C883EA;
}
.TagClassName
{
border-color: #C883EA;
}
</style>