Shades of Wisteria #C285DF
Tints of Wisteria #C285DF
RGB
CMYK
RGB Variations
Color information
#C285DF (or 0xC285DF) is known color: Wisteria. HEX triplet: C2, 85 and DF. RGB value is (194,133,223). Sum of RGB (Red+Green+Blue) = 194+133+223=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #C285DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285DF is #3D7A20. Grayscale: #A1A1A1. Windows color (decimal): -4028961 or 14648770. OLE color: 14648770.
HSL color Cylindrical-coordinate representation of color #C285DF: hue angle of 280.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C285DF is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 133 | 223 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.13 |
| HSL | 280.67º | 0.58% | 0.7% | - |
| HSV(B) | 280.67º | 0.4% | 0.87% | - |
| XYZ | 43.95 | 33.57 | 73.98 | - |
| YUV | 161.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 223 | 0.13 | 0.40 | 0 | 0.13 | 280.67 | 0.58 | 0.7 |
| Hex | C2 | 85 | DF | D | 28 | 0 | D | 119 | 3A | 46 |
| Octal | 302 | 205 | 337 | 15 | 50 | 0 | 15 | 431 | 72 | 106 |
| Binary | 11000010 | 10000101 | 11011111 | 1101 | 101000 | 0 | 1101 | 100011001 | 111010 | 1000110 |
Color Harmonies of #C285DF
Complementary color
Monochromatic Colors of #C285DF
Black with #C285DF
Text Example
Text Example
White with #C285DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C285DF; }
p { color: rgb(194,133,223); }
H1.HeaderClassName
{
color: #C285DF;
}
.AnyTagClassName
{
color: #C285DF;
}
</style>
background-color css
<style>
a { background-color: #C285DF; }
a { background-color: rgb(194,133,223); }
div.DivClassName
{
background-color: #C285DF;
}
.BgClassName
{
background-color: #C285DF;
}
</style>
border-color css
<style>
span { border-color: #C285DF; }
span { border-color: rgb(194,133,223); }
td.TdClassName
{
border-color: #C285DF;
}
.TagClassName
{
border-color: #C285DF;
}
</style>