Shades of Wisteria #C283E0
Tints of Wisteria #C283E0
RGB
CMYK
RGB Variations
Color information
#C283E0 (or 0xC283E0) is known color: Wisteria. HEX triplet: C2, 83 and E0. RGB value is (194,131,224). Sum of RGB (Red+Green+Blue) = 194+131+224=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #C283E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283E0 is #3D7C1F. Grayscale: #A0A0A0. Windows color (decimal): -4029472 or 14713794. OLE color: 14713794.
HSL color Cylindrical-coordinate representation of color #C283E0: hue angle of 280.65º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C283E0 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 131 | 224 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.12 |
| HSL | 280.65º | 0.6% | 0.7% | - |
| HSV(B) | 280.65º | 0.42% | 0.88% | - |
| XYZ | 43.82 | 33.08 | 74.6 | - |
| YUV | 160.44 | 163.87 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 224 | 0.13 | 0.42 | 0 | 0.12 | 280.65 | 0.6 | 0.7 |
| Hex | C2 | 83 | E0 | D | 2A | 0 | C | 119 | 3C | 46 |
| Octal | 302 | 203 | 340 | 15 | 52 | 0 | 14 | 431 | 74 | 106 |
| Binary | 11000010 | 10000011 | 11100000 | 1101 | 101010 | 0 | 1100 | 100011001 | 111100 | 1000110 |
Color Harmonies of #C283E0
Complementary color
Monochromatic Colors of #C283E0
Black with #C283E0
Text Example
Text Example
White with #C283E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C283E0; }
p { color: rgb(194,131,224); }
H1.HeaderClassName
{
color: #C283E0;
}
.AnyTagClassName
{
color: #C283E0;
}
</style>
background-color css
<style>
a { background-color: #C283E0; }
a { background-color: rgb(194,131,224); }
div.DivClassName
{
background-color: #C283E0;
}
.BgClassName
{
background-color: #C283E0;
}
</style>
border-color css
<style>
span { border-color: #C283E0; }
span { border-color: rgb(194,131,224); }
td.TdClassName
{
border-color: #C283E0;
}
.TagClassName
{
border-color: #C283E0;
}
</style>