Shades of Wisteria #C285DA
Tints of Wisteria #C285DA
RGB
CMYK
RGB Variations
Color information
#C285DA (or 0xC285DA) is known color: Wisteria. HEX triplet: C2, 85 and DA. RGB value is (194,133,218). Sum of RGB (Red+Green+Blue) = 194+133+218=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #C285DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285DA is #3D7A25. Grayscale: #A0A0A0. Windows color (decimal): -4028966 or 14321090. OLE color: 14321090.
HSL color Cylindrical-coordinate representation of color #C285DA: hue angle of 283.06º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C285DA is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 133 | 218 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.15 |
| HSL | 283.06º | 0.53% | 0.69% | - |
| HSV(B) | 283.06º | 0.39% | 0.85% | - |
| XYZ | 43.29 | 33.31 | 70.48 | - |
| YUV | 160.93 | 160.21 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 218 | 0.11 | 0.39 | 0 | 0.15 | 283.06 | 0.53 | 0.69 |
| Hex | C2 | 85 | DA | B | 27 | 0 | F | 11B | 35 | 45 |
| Octal | 302 | 205 | 332 | 13 | 47 | 0 | 17 | 433 | 65 | 105 |
| Binary | 11000010 | 10000101 | 11011010 | 1011 | 100111 | 0 | 1111 | 100011011 | 110101 | 1000101 |
Color Harmonies of #C285DA
Complementary color
Monochromatic Colors of #C285DA
Black with #C285DA
Text Example
Text Example
White with #C285DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C285DA; }
p { color: rgb(194,133,218); }
H1.HeaderClassName
{
color: #C285DA;
}
.AnyTagClassName
{
color: #C285DA;
}
</style>
background-color css
<style>
a { background-color: #C285DA; }
a { background-color: rgb(194,133,218); }
div.DivClassName
{
background-color: #C285DA;
}
.BgClassName
{
background-color: #C285DA;
}
</style>
border-color css
<style>
span { border-color: #C285DA; }
span { border-color: rgb(194,133,218); }
td.TdClassName
{
border-color: #C285DA;
}
.TagClassName
{
border-color: #C285DA;
}
</style>