Shades of Wisteria #C284D0
Tints of Wisteria #C284D0
RGB
CMYK
RGB Variations
Color information
#C284D0 (or 0xC284D0) is known color: Wisteria. HEX triplet: C2, 84 and D0. RGB value is (194,132,208). Sum of RGB (Red+Green+Blue) = 194+132+208=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #C284D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C284D0 is #3D7B2F. Grayscale: #9E9E9E. Windows color (decimal): -4029232 or 13665474. OLE color: 13665474.
HSL color Cylindrical-coordinate representation of color #C284D0: hue angle of 288.95º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C284D0 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 132 | 208 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.18 |
| HSL | 288.95º | 0.45% | 0.67% | - |
| HSV(B) | 288.95º | 0.37% | 0.82% | - |
| XYZ | 41.88 | 32.53 | 63.75 | - |
| YUV | 159.2 | 155.54 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 208 | 0.07 | 0.37 | 0 | 0.18 | 288.95 | 0.45 | 0.67 |
| Hex | C2 | 84 | D0 | 7 | 25 | 0 | 12 | 121 | 2D | 43 |
| Octal | 302 | 204 | 320 | 7 | 45 | 0 | 22 | 441 | 55 | 103 |
| Binary | 11000010 | 10000100 | 11010000 | 111 | 100101 | 0 | 10010 | 100100001 | 101101 | 1000011 |
Color Harmonies of #C284D0
Complementary color
Monochromatic Colors of #C284D0
Black with #C284D0
Text Example
Text Example
White with #C284D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C284D0; }
p { color: rgb(194,132,208); }
H1.HeaderClassName
{
color: #C284D0;
}
.AnyTagClassName
{
color: #C284D0;
}
</style>
background-color css
<style>
a { background-color: #C284D0; }
a { background-color: rgb(194,132,208); }
div.DivClassName
{
background-color: #C284D0;
}
.BgClassName
{
background-color: #C284D0;
}
</style>
border-color css
<style>
span { border-color: #C284D0; }
span { border-color: rgb(194,132,208); }
td.TdClassName
{
border-color: #C284D0;
}
.TagClassName
{
border-color: #C284D0;
}
</style>