Shades of Wisteria #C28DFE
Tints of Wisteria #C28DFE
RGB
CMYK
RGB Variations
Color information
#C28DFE (or 0xC28DFE) is known color: Wisteria. HEX triplet: C2, 8D and FE. RGB value is (194,141,254). Sum of RGB (Red+Green+Blue) = 194+141+254=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #C28DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28DFE is #3D7201. Grayscale: #A9A9A9. Windows color (decimal): -4026882 or 16682434. OLE color: 16682434.
HSL color Cylindrical-coordinate representation of color #C28DFE: hue angle of 268.14º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C28DFE is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 141 | 254 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.00 |
| HSL | 268.14º | 0.98% | 0.77% | - |
| HSV(B) | 268.14º | 0.44% | 1% | - |
| XYZ | 49.66 | 37.67 | 98.42 | - |
| YUV | 169.73 | 175.56 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 254 | 0.24 | 0.44 | 0 | 0.00 | 268.14 | 0.98 | 0.77 |
| Hex | C2 | 8D | FE | 18 | 2C | 0 | 0 | 10C | 62 | 4D |
| Octal | 302 | 215 | 376 | 30 | 54 | 0 | 0 | 414 | 142 | 115 |
| Binary | 11000010 | 10001101 | 11111110 | 11000 | 101100 | 0 | 0 | 100001100 | 1100010 | 1001101 |
Color Harmonies of #C28DFE
Complementary color
Monochromatic Colors of #C28DFE
Black with #C28DFE
Text Example
Text Example
White with #C28DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DFE; }
p { color: rgb(194,141,254); }
H1.HeaderClassName
{
color: #C28DFE;
}
.AnyTagClassName
{
color: #C28DFE;
}
</style>
background-color css
<style>
a { background-color: #C28DFE; }
a { background-color: rgb(194,141,254); }
div.DivClassName
{
background-color: #C28DFE;
}
.BgClassName
{
background-color: #C28DFE;
}
</style>
border-color css
<style>
span { border-color: #C28DFE; }
span { border-color: rgb(194,141,254); }
td.TdClassName
{
border-color: #C28DFE;
}
.TagClassName
{
border-color: #C28DFE;
}
</style>