Shades of Wisteria #C284E6
Tints of Wisteria #C284E6
RGB
CMYK
RGB Variations
Color information
#C284E6 (or 0xC284E6) is known color: Wisteria. HEX triplet: C2, 84 and E6. RGB value is (194,132,230). Sum of RGB (Red+Green+Blue) = 194+132+230=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #C284E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C284E6 is #3D7B19. Grayscale: #A1A1A1. Windows color (decimal): -4029210 or 15107266. OLE color: 15107266.
HSL color Cylindrical-coordinate representation of color #C284E6: hue angle of 277.96º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C284E6 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 132 | 230 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.10 |
| HSL | 277.96º | 0.66% | 0.71% | - |
| HSV(B) | 277.96º | 0.43% | 0.9% | - |
| XYZ | 44.78 | 33.69 | 79 | - |
| YUV | 161.71 | 166.54 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 230 | 0.16 | 0.43 | 0 | 0.10 | 277.96 | 0.66 | 0.71 |
| Hex | C2 | 84 | E6 | 10 | 2B | 0 | A | 116 | 42 | 47 |
| Octal | 302 | 204 | 346 | 20 | 53 | 0 | 12 | 426 | 102 | 107 |
| Binary | 11000010 | 10000100 | 11100110 | 10000 | 101011 | 0 | 1010 | 100010110 | 1000010 | 1000111 |
Color Harmonies of #C284E6
Complementary color
Monochromatic Colors of #C284E6
Black with #C284E6
Text Example
Text Example
White with #C284E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C284E6; }
p { color: rgb(194,132,230); }
H1.HeaderClassName
{
color: #C284E6;
}
.AnyTagClassName
{
color: #C284E6;
}
</style>
background-color css
<style>
a { background-color: #C284E6; }
a { background-color: rgb(194,132,230); }
div.DivClassName
{
background-color: #C284E6;
}
.BgClassName
{
background-color: #C284E6;
}
</style>
border-color css
<style>
span { border-color: #C284E6; }
span { border-color: rgb(194,132,230); }
td.TdClassName
{
border-color: #C284E6;
}
.TagClassName
{
border-color: #C284E6;
}
</style>