Shades of Wisteria #C28BDE
Tints of Wisteria #C28BDE
RGB
CMYK
RGB Variations
Color information
#C28BDE (or 0xC28BDE) is known color: Wisteria. HEX triplet: C2, 8B and DE. RGB value is (194,139,222). Sum of RGB (Red+Green+Blue) = 194+139+222=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #C28BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BDE is #3D7421. Grayscale: #A4A4A4. Windows color (decimal): -4027426 or 14584770. OLE color: 14584770.
HSL color Cylindrical-coordinate representation of color #C28BDE: hue angle of 279.76º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C28BDE is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 139 | 222 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.13 |
| HSL | 279.76º | 0.56% | 0.71% | - |
| HSV(B) | 279.76º | 0.37% | 0.87% | - |
| XYZ | 44.67 | 35.21 | 73.55 | - |
| YUV | 164.91 | 160.22 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 222 | 0.13 | 0.37 | 0 | 0.13 | 279.76 | 0.56 | 0.71 |
| Hex | C2 | 8B | DE | D | 25 | 0 | D | 118 | 38 | 47 |
| Octal | 302 | 213 | 336 | 15 | 45 | 0 | 15 | 430 | 70 | 107 |
| Binary | 11000010 | 10001011 | 11011110 | 1101 | 100101 | 0 | 1101 | 100011000 | 111000 | 1000111 |
Color Harmonies of #C28BDE
Complementary color
Monochromatic Colors of #C28BDE
Black with #C28BDE
Text Example
Text Example
White with #C28BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28BDE; }
p { color: rgb(194,139,222); }
H1.HeaderClassName
{
color: #C28BDE;
}
.AnyTagClassName
{
color: #C28BDE;
}
</style>
background-color css
<style>
a { background-color: #C28BDE; }
a { background-color: rgb(194,139,222); }
div.DivClassName
{
background-color: #C28BDE;
}
.BgClassName
{
background-color: #C28BDE;
}
</style>
border-color css
<style>
span { border-color: #C28BDE; }
span { border-color: rgb(194,139,222); }
td.TdClassName
{
border-color: #C28BDE;
}
.TagClassName
{
border-color: #C28BDE;
}
</style>