Shades of Wisteria #C283DF
Tints of Wisteria #C283DF
RGB
CMYK
RGB Variations
Color information
#C283DF (or 0xC283DF) is known color: Wisteria. HEX triplet: C2, 83 and DF. RGB value is (194,131,223). Sum of RGB (Red+Green+Blue) = 194+131+223=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #C283DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283DF is #3D7C20. Grayscale: #A0A0A0. Windows color (decimal): -4029473 or 14648258. OLE color: 14648258.
HSL color Cylindrical-coordinate representation of color #C283DF: hue angle of 281.09º degrees, saturation: 0.59, 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 #C283DF is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 131 | 223 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.13 |
| HSL | 281.09º | 0.59% | 0.69% | - |
| HSV(B) | 281.09º | 0.41% | 0.87% | - |
| XYZ | 43.68 | 33.03 | 73.89 | - |
| YUV | 160.33 | 163.37 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 223 | 0.13 | 0.41 | 0 | 0.13 | 281.09 | 0.59 | 0.69 |
| Hex | C2 | 83 | DF | D | 29 | 0 | D | 119 | 3B | 45 |
| Octal | 302 | 203 | 337 | 15 | 51 | 0 | 15 | 431 | 73 | 105 |
| Binary | 11000010 | 10000011 | 11011111 | 1101 | 101001 | 0 | 1101 | 100011001 | 111011 | 1000101 |
Color Harmonies of #C283DF
Complementary color
Monochromatic Colors of #C283DF
Black with #C283DF
Text Example
Text Example
White with #C283DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C283DF; }
p { color: rgb(194,131,223); }
H1.HeaderClassName
{
color: #C283DF;
}
.AnyTagClassName
{
color: #C283DF;
}
</style>
background-color css
<style>
a { background-color: #C283DF; }
a { background-color: rgb(194,131,223); }
div.DivClassName
{
background-color: #C283DF;
}
.BgClassName
{
background-color: #C283DF;
}
</style>
border-color css
<style>
span { border-color: #C283DF; }
span { border-color: rgb(194,131,223); }
td.TdClassName
{
border-color: #C283DF;
}
.TagClassName
{
border-color: #C283DF;
}
</style>