Shades of Wisteria #C28FDB
Tints of Wisteria #C28FDB
RGB
CMYK
RGB Variations
Color information
#C28FDB (or 0xC28FDB) is known color: Wisteria. HEX triplet: C2, 8F and DB. RGB value is (194,143,219). Sum of RGB (Red+Green+Blue) = 194+143+219=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #C28FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FDB is #3D7024. Grayscale: #A6A6A6. Windows color (decimal): -4026405 or 14389186. OLE color: 14389186.
HSL color Cylindrical-coordinate representation of color #C28FDB: hue angle of 280.26º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C28FDB is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 143 | 219 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.14 |
| HSL | 280.26º | 0.51% | 0.71% | - |
| HSV(B) | 280.26º | 0.35% | 0.86% | - |
| XYZ | 44.86 | 36.23 | 71.65 | - |
| YUV | 166.91 | 157.4 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 219 | 0.11 | 0.35 | 0 | 0.14 | 280.26 | 0.51 | 0.71 |
| Hex | C2 | 8F | DB | B | 23 | 0 | E | 118 | 33 | 47 |
| Octal | 302 | 217 | 333 | 13 | 43 | 0 | 16 | 430 | 63 | 107 |
| Binary | 11000010 | 10001111 | 11011011 | 1011 | 100011 | 0 | 1110 | 100011000 | 110011 | 1000111 |
Color Harmonies of #C28FDB
Complementary color
Monochromatic Colors of #C28FDB
Black with #C28FDB
Text Example
Text Example
White with #C28FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FDB; }
p { color: rgb(194,143,219); }
H1.HeaderClassName
{
color: #C28FDB;
}
.AnyTagClassName
{
color: #C28FDB;
}
</style>
background-color css
<style>
a { background-color: #C28FDB; }
a { background-color: rgb(194,143,219); }
div.DivClassName
{
background-color: #C28FDB;
}
.BgClassName
{
background-color: #C28FDB;
}
</style>
border-color css
<style>
span { border-color: #C28FDB; }
span { border-color: rgb(194,143,219); }
td.TdClassName
{
border-color: #C28FDB;
}
.TagClassName
{
border-color: #C28FDB;
}
</style>