Shades of Wisteria #C28CDD
Tints of Wisteria #C28CDD
RGB
CMYK
RGB Variations
Color information
#C28CDD (or 0xC28CDD) is known color: Wisteria. HEX triplet: C2, 8C and DD. RGB value is (194,140,221). Sum of RGB (Red+Green+Blue) = 194+140+221=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #C28CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CDD is #3D7322. Grayscale: #A5A5A5. Windows color (decimal): -4027171 or 14519490. OLE color: 14519490.
HSL color Cylindrical-coordinate representation of color #C28CDD: hue angle of 280º degrees, saturation: 0.54, 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 #C28CDD is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 140 | 221 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.13 |
| HSL | 280º | 0.54% | 0.71% | - |
| HSV(B) | 280º | 0.37% | 0.87% | - |
| XYZ | 44.68 | 35.45 | 72.89 | - |
| YUV | 165.38 | 159.39 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 221 | 0.12 | 0.37 | 0 | 0.13 | 280 | 0.54 | 0.71 |
| Hex | C2 | 8C | DD | C | 25 | 0 | D | 118 | 36 | 47 |
| Octal | 302 | 214 | 335 | 14 | 45 | 0 | 15 | 430 | 66 | 107 |
| Binary | 11000010 | 10001100 | 11011101 | 1100 | 100101 | 0 | 1101 | 100011000 | 110110 | 1000111 |
Color Harmonies of #C28CDD
Complementary color
Monochromatic Colors of #C28CDD
Black with #C28CDD
Text Example
Text Example
White with #C28CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CDD; }
p { color: rgb(194,140,221); }
H1.HeaderClassName
{
color: #C28CDD;
}
.AnyTagClassName
{
color: #C28CDD;
}
</style>
background-color css
<style>
a { background-color: #C28CDD; }
a { background-color: rgb(194,140,221); }
div.DivClassName
{
background-color: #C28CDD;
}
.BgClassName
{
background-color: #C28CDD;
}
</style>
border-color css
<style>
span { border-color: #C28CDD; }
span { border-color: rgb(194,140,221); }
td.TdClassName
{
border-color: #C28CDD;
}
.TagClassName
{
border-color: #C28CDD;
}
</style>