Shades of Wisteria #C28EE6
Tints of Wisteria #C28EE6
RGB
CMYK
RGB Variations
Color information
#C28EE6 (or 0xC28EE6) is known color: Wisteria. HEX triplet: C2, 8E and E6. RGB value is (194,142,230). Sum of RGB (Red+Green+Blue) = 194+142+230=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #C28EE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28EE6 is #3D7119. Grayscale: #A7A7A7. Windows color (decimal): -4026650 or 15109826. OLE color: 15109826.
HSL color Cylindrical-coordinate representation of color #C28EE6: hue angle of 275.45º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28EE6 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 142 | 230 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.10 |
| HSL | 275.45º | 0.64% | 0.73% | - |
| HSV(B) | 275.45º | 0.38% | 0.9% | - |
| XYZ | 46.2 | 36.53 | 79.48 | - |
| YUV | 167.58 | 163.23 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 230 | 0.16 | 0.38 | 0 | 0.10 | 275.45 | 0.64 | 0.73 |
| Hex | C2 | 8E | E6 | 10 | 26 | 0 | A | 113 | 40 | 49 |
| Octal | 302 | 216 | 346 | 20 | 46 | 0 | 12 | 423 | 100 | 111 |
| Binary | 11000010 | 10001110 | 11100110 | 10000 | 100110 | 0 | 1010 | 100010011 | 1000000 | 1001001 |
Color Harmonies of #C28EE6
Complementary color
Monochromatic Colors of #C28EE6
Black with #C28EE6
Text Example
Text Example
White with #C28EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28EE6; }
p { color: rgb(194,142,230); }
H1.HeaderClassName
{
color: #C28EE6;
}
.AnyTagClassName
{
color: #C28EE6;
}
</style>
background-color css
<style>
a { background-color: #C28EE6; }
a { background-color: rgb(194,142,230); }
div.DivClassName
{
background-color: #C28EE6;
}
.BgClassName
{
background-color: #C28EE6;
}
</style>
border-color css
<style>
span { border-color: #C28EE6; }
span { border-color: rgb(194,142,230); }
td.TdClassName
{
border-color: #C28EE6;
}
.TagClassName
{
border-color: #C28EE6;
}
</style>