Shades of Wisteria #C28EFE
Tints of Wisteria #C28EFE
RGB
CMYK
RGB Variations
Color information
#C28EFE (or 0xC28EFE) is known color: Wisteria. HEX triplet: C2, 8E and FE. RGB value is (194,142,254). Sum of RGB (Red+Green+Blue) = 194+142+254=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #C28EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28EFE is #3D7101. Grayscale: #A9A9A9. Windows color (decimal): -4026626 or 16682690. OLE color: 16682690.
HSL color Cylindrical-coordinate representation of color #C28EFE: hue angle of 267.86º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C28EFE is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 142 | 254 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.00 |
| HSL | 267.86º | 0.98% | 0.78% | - |
| HSV(B) | 267.86º | 0.44% | 1% | - |
| XYZ | 49.81 | 37.97 | 98.47 | - |
| YUV | 170.32 | 175.23 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 254 | 0.24 | 0.44 | 0 | 0.00 | 267.86 | 0.98 | 0.78 |
| Hex | C2 | 8E | FE | 18 | 2C | 0 | 0 | 10C | 62 | 4E |
| Octal | 302 | 216 | 376 | 30 | 54 | 0 | 0 | 414 | 142 | 116 |
| Binary | 11000010 | 10001110 | 11111110 | 11000 | 101100 | 0 | 0 | 100001100 | 1100010 | 1001110 |
Color Harmonies of #C28EFE
Complementary color
Monochromatic Colors of #C28EFE
Black with #C28EFE
Text Example
Text Example
White with #C28EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28EFE; }
p { color: rgb(194,142,254); }
H1.HeaderClassName
{
color: #C28EFE;
}
.AnyTagClassName
{
color: #C28EFE;
}
</style>
background-color css
<style>
a { background-color: #C28EFE; }
a { background-color: rgb(194,142,254); }
div.DivClassName
{
background-color: #C28EFE;
}
.BgClassName
{
background-color: #C28EFE;
}
</style>
border-color css
<style>
span { border-color: #C28EFE; }
span { border-color: rgb(194,142,254); }
td.TdClassName
{
border-color: #C28EFE;
}
.TagClassName
{
border-color: #C28EFE;
}
</style>