Shades of Wisteria #C28BE0
Tints of Wisteria #C28BE0
RGB
CMYK
RGB Variations
Color information
#C28BE0 (or 0xC28BE0) is known color: Wisteria. HEX triplet: C2, 8B and E0. RGB value is (194,139,224). Sum of RGB (Red+Green+Blue) = 194+139+224=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #C28BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BE0 is #3D741F. Grayscale: #A4A4A4. Windows color (decimal): -4027424 or 14715842. OLE color: 14715842.
HSL color Cylindrical-coordinate representation of color #C28BE0: hue angle of 278.82º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28BE0 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 139 | 224 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.12 |
| HSL | 278.82º | 0.58% | 0.71% | - |
| HSV(B) | 278.82º | 0.38% | 0.88% | - |
| XYZ | 44.94 | 35.32 | 74.97 | - |
| YUV | 165.14 | 161.22 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 224 | 0.13 | 0.38 | 0 | 0.12 | 278.82 | 0.58 | 0.71 |
| Hex | C2 | 8B | E0 | D | 26 | 0 | C | 117 | 3A | 47 |
| Octal | 302 | 213 | 340 | 15 | 46 | 0 | 14 | 427 | 72 | 107 |
| Binary | 11000010 | 10001011 | 11100000 | 1101 | 100110 | 0 | 1100 | 100010111 | 111010 | 1000111 |
Color Harmonies of #C28BE0
Complementary color
Monochromatic Colors of #C28BE0
Black with #C28BE0
Text Example
Text Example
White with #C28BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28BE0; }
p { color: rgb(194,139,224); }
H1.HeaderClassName
{
color: #C28BE0;
}
.AnyTagClassName
{
color: #C28BE0;
}
</style>
background-color css
<style>
a { background-color: #C28BE0; }
a { background-color: rgb(194,139,224); }
div.DivClassName
{
background-color: #C28BE0;
}
.BgClassName
{
background-color: #C28BE0;
}
</style>
border-color css
<style>
span { border-color: #C28BE0; }
span { border-color: rgb(194,139,224); }
td.TdClassName
{
border-color: #C28BE0;
}
.TagClassName
{
border-color: #C28BE0;
}
</style>