Shades of Wisteria #C28EF7
Tints of Wisteria #C28EF7
RGB
CMYK
RGB Variations
Color information
#C28EF7 (or 0xC28EF7) is known color: Wisteria. HEX triplet: C2, 8E and F7. RGB value is (194,142,247). Sum of RGB (Red+Green+Blue) = 194+142+247=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 247 - color contains mainly: blue. Hex color #C28EF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28EF7 is #3D7108. Grayscale: #A9A9A9. Windows color (decimal): -4026633 or 16223938. OLE color: 16223938.
HSL color Cylindrical-coordinate representation of color #C28EF7: hue angle of 269.71º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C28EF7 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 142 | 247 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.03 |
| HSL | 269.71º | 0.87% | 0.76% | - |
| HSV(B) | 269.71º | 0.43% | 0.97% | - |
| XYZ | 48.71 | 37.53 | 92.67 | - |
| YUV | 169.52 | 171.73 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 247 | 0.21 | 0.43 | 0 | 0.03 | 269.71 | 0.87 | 0.76 |
| Hex | C2 | 8E | F7 | 15 | 2B | 0 | 3 | 10E | 57 | 4C |
| Octal | 302 | 216 | 367 | 25 | 53 | 0 | 3 | 416 | 127 | 114 |
| Binary | 11000010 | 10001110 | 11110111 | 10101 | 101011 | 0 | 11 | 100001110 | 1010111 | 1001100 |
Color Harmonies of #C28EF7
Complementary color
Monochromatic Colors of #C28EF7
Black with #C28EF7
Text Example
Text Example
White with #C28EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28EF7; }
p { color: rgb(194,142,247); }
H1.HeaderClassName
{
color: #C28EF7;
}
.AnyTagClassName
{
color: #C28EF7;
}
</style>
background-color css
<style>
a { background-color: #C28EF7; }
a { background-color: rgb(194,142,247); }
div.DivClassName
{
background-color: #C28EF7;
}
.BgClassName
{
background-color: #C28EF7;
}
</style>
border-color css
<style>
span { border-color: #C28EF7; }
span { border-color: rgb(194,142,247); }
td.TdClassName
{
border-color: #C28EF7;
}
.TagClassName
{
border-color: #C28EF7;
}
</style>