Shades of Wisteria #C284D4
Tints of Wisteria #C284D4
RGB
CMYK
RGB Variations
Color information
#C284D4 (or 0xC284D4) is known color: Wisteria. HEX triplet: C2, 84 and D4. RGB value is (194,132,212). Sum of RGB (Red+Green+Blue) = 194+132+212=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #C284D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C284D4 is #3D7B2B. Grayscale: #9F9F9F. Windows color (decimal): -4029228 or 13927618. OLE color: 13927618.
HSL color Cylindrical-coordinate representation of color #C284D4: hue angle of 286.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C284D4 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 132 | 212 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.17 |
| HSL | 286.5º | 0.48% | 0.67% | - |
| HSV(B) | 286.5º | 0.38% | 0.83% | - |
| XYZ | 42.38 | 32.73 | 66.37 | - |
| YUV | 159.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 212 | 0.08 | 0.38 | 0 | 0.17 | 286.5 | 0.48 | 0.67 |
| Hex | C2 | 84 | D4 | 8 | 26 | 0 | 11 | 11E | 30 | 43 |
| Octal | 302 | 204 | 324 | 10 | 46 | 0 | 21 | 436 | 60 | 103 |
| Binary | 11000010 | 10000100 | 11010100 | 1000 | 100110 | 0 | 10001 | 100011110 | 110000 | 1000011 |
Color Harmonies of #C284D4
Complementary color
Monochromatic Colors of #C284D4
Black with #C284D4
Text Example
Text Example
White with #C284D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C284D4; }
p { color: rgb(194,132,212); }
H1.HeaderClassName
{
color: #C284D4;
}
.AnyTagClassName
{
color: #C284D4;
}
</style>
background-color css
<style>
a { background-color: #C284D4; }
a { background-color: rgb(194,132,212); }
div.DivClassName
{
background-color: #C284D4;
}
.BgClassName
{
background-color: #C284D4;
}
</style>
border-color css
<style>
span { border-color: #C284D4; }
span { border-color: rgb(194,132,212); }
td.TdClassName
{
border-color: #C284D4;
}
.TagClassName
{
border-color: #C284D4;
}
</style>