Shades of Wisteria #C28FE1
Tints of Wisteria #C28FE1
RGB
CMYK
RGB Variations
Color information
#C28FE1 (or 0xC28FE1) is known color: Wisteria. HEX triplet: C2, 8F and E1. RGB value is (194,143,225). Sum of RGB (Red+Green+Blue) = 194+143+225=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #C28FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FE1 is #3D701E. Grayscale: #A7A7A7. Windows color (decimal): -4026399 or 14782402. OLE color: 14782402.
HSL color Cylindrical-coordinate representation of color #C28FE1: hue angle of 277.32º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C28FE1 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 143 | 225 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.12 |
| HSL | 277.32º | 0.58% | 0.72% | - |
| HSV(B) | 277.32º | 0.36% | 0.88% | - |
| XYZ | 45.66 | 36.55 | 75.88 | - |
| YUV | 167.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 225 | 0.14 | 0.36 | 0 | 0.12 | 277.32 | 0.58 | 0.72 |
| Hex | C2 | 8F | E1 | E | 24 | 0 | C | 115 | 3A | 48 |
| Octal | 302 | 217 | 341 | 16 | 44 | 0 | 14 | 425 | 72 | 110 |
| Binary | 11000010 | 10001111 | 11100001 | 1110 | 100100 | 0 | 1100 | 100010101 | 111010 | 1001000 |
Color Harmonies of #C28FE1
Complementary color
Monochromatic Colors of #C28FE1
Black with #C28FE1
Text Example
Text Example
White with #C28FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FE1; }
p { color: rgb(194,143,225); }
H1.HeaderClassName
{
color: #C28FE1;
}
.AnyTagClassName
{
color: #C28FE1;
}
</style>
background-color css
<style>
a { background-color: #C28FE1; }
a { background-color: rgb(194,143,225); }
div.DivClassName
{
background-color: #C28FE1;
}
.BgClassName
{
background-color: #C28FE1;
}
</style>
border-color css
<style>
span { border-color: #C28FE1; }
span { border-color: rgb(194,143,225); }
td.TdClassName
{
border-color: #C28FE1;
}
.TagClassName
{
border-color: #C28FE1;
}
</style>