Shades of Wisteria #C28EEB
Tints of Wisteria #C28EEB
RGB
CMYK
RGB Variations
Color information
#C28EEB (or 0xC28EEB) is known color: Wisteria. HEX triplet: C2, 8E and EB. RGB value is (194,142,235). Sum of RGB (Red+Green+Blue) = 194+142+235=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #C28EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28EEB is #3D7114. Grayscale: #A7A7A7. Windows color (decimal): -4026645 or 15437506. OLE color: 15437506.
HSL color Cylindrical-coordinate representation of color #C28EEB: hue angle of 273.55º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C28EEB is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 142 | 235 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.08 |
| HSL | 273.55º | 0.7% | 0.74% | - |
| HSV(B) | 273.55º | 0.4% | 0.92% | - |
| XYZ | 46.92 | 36.81 | 83.23 | - |
| YUV | 168.15 | 165.73 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 235 | 0.17 | 0.40 | 0 | 0.08 | 273.55 | 0.7 | 0.74 |
| Hex | C2 | 8E | EB | 11 | 28 | 0 | 8 | 112 | 46 | 4A |
| Octal | 302 | 216 | 353 | 21 | 50 | 0 | 10 | 422 | 106 | 112 |
| Binary | 11000010 | 10001110 | 11101011 | 10001 | 101000 | 0 | 1000 | 100010010 | 1000110 | 1001010 |
Color Harmonies of #C28EEB
Complementary color
Monochromatic Colors of #C28EEB
Black with #C28EEB
Text Example
Text Example
White with #C28EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28EEB; }
p { color: rgb(194,142,235); }
H1.HeaderClassName
{
color: #C28EEB;
}
.AnyTagClassName
{
color: #C28EEB;
}
</style>
background-color css
<style>
a { background-color: #C28EEB; }
a { background-color: rgb(194,142,235); }
div.DivClassName
{
background-color: #C28EEB;
}
.BgClassName
{
background-color: #C28EEB;
}
</style>
border-color css
<style>
span { border-color: #C28EEB; }
span { border-color: rgb(194,142,235); }
td.TdClassName
{
border-color: #C28EEB;
}
.TagClassName
{
border-color: #C28EEB;
}
</style>