Shades of Wisteria #C28FDD
Tints of Wisteria #C28FDD
RGB
CMYK
RGB Variations
Color information
#C28FDD (or 0xC28FDD) is known color: Wisteria. HEX triplet: C2, 8F and DD. RGB value is (194,143,221). Sum of RGB (Red+Green+Blue) = 194+143+221=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #C28FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FDD is #3D7022. Grayscale: #A6A6A6. Windows color (decimal): -4026403 or 14520258. OLE color: 14520258.
HSL color Cylindrical-coordinate representation of color #C28FDD: hue angle of 279.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C28FDD is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 143 | 221 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.13 |
| HSL | 279.23º | 0.53% | 0.71% | - |
| HSV(B) | 279.23º | 0.35% | 0.87% | - |
| XYZ | 45.12 | 36.33 | 73.04 | - |
| YUV | 167.14 | 158.4 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 221 | 0.12 | 0.35 | 0 | 0.13 | 279.23 | 0.53 | 0.71 |
| Hex | C2 | 8F | DD | C | 23 | 0 | D | 117 | 35 | 47 |
| Octal | 302 | 217 | 335 | 14 | 43 | 0 | 15 | 427 | 65 | 107 |
| Binary | 11000010 | 10001111 | 11011101 | 1100 | 100011 | 0 | 1101 | 100010111 | 110101 | 1000111 |
Color Harmonies of #C28FDD
Complementary color
Monochromatic Colors of #C28FDD
Black with #C28FDD
Text Example
Text Example
White with #C28FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FDD; }
p { color: rgb(194,143,221); }
H1.HeaderClassName
{
color: #C28FDD;
}
.AnyTagClassName
{
color: #C28FDD;
}
</style>
background-color css
<style>
a { background-color: #C28FDD; }
a { background-color: rgb(194,143,221); }
div.DivClassName
{
background-color: #C28FDD;
}
.BgClassName
{
background-color: #C28FDD;
}
</style>
border-color css
<style>
span { border-color: #C28FDD; }
span { border-color: rgb(194,143,221); }
td.TdClassName
{
border-color: #C28FDD;
}
.TagClassName
{
border-color: #C28FDD;
}
</style>