Shades of Wisteria #C28DEA
Tints of Wisteria #C28DEA
RGB
CMYK
RGB Variations
Color information
#C28DEA (or 0xC28DEA) is known color: Wisteria. HEX triplet: C2, 8D and EA. RGB value is (194,141,234). Sum of RGB (Red+Green+Blue) = 194+141+234=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #C28DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28DEA is #3D7215. Grayscale: #A7A7A7. Windows color (decimal): -4026902 or 15371714. OLE color: 15371714.
HSL color Cylindrical-coordinate representation of color #C28DEA: hue angle of 274.19º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C28DEA is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 141 | 234 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.08 |
| HSL | 274.19º | 0.69% | 0.74% | - |
| HSV(B) | 274.19º | 0.4% | 0.92% | - |
| XYZ | 46.62 | 36.46 | 82.42 | - |
| YUV | 167.45 | 165.56 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 234 | 0.17 | 0.40 | 0 | 0.08 | 274.19 | 0.69 | 0.74 |
| Hex | C2 | 8D | EA | 11 | 28 | 0 | 8 | 112 | 45 | 4A |
| Octal | 302 | 215 | 352 | 21 | 50 | 0 | 10 | 422 | 105 | 112 |
| Binary | 11000010 | 10001101 | 11101010 | 10001 | 101000 | 0 | 1000 | 100010010 | 1000101 | 1001010 |
Color Harmonies of #C28DEA
Complementary color
Monochromatic Colors of #C28DEA
Black with #C28DEA
Text Example
Text Example
White with #C28DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DEA; }
p { color: rgb(194,141,234); }
H1.HeaderClassName
{
color: #C28DEA;
}
.AnyTagClassName
{
color: #C28DEA;
}
</style>
background-color css
<style>
a { background-color: #C28DEA; }
a { background-color: rgb(194,141,234); }
div.DivClassName
{
background-color: #C28DEA;
}
.BgClassName
{
background-color: #C28DEA;
}
</style>
border-color css
<style>
span { border-color: #C28DEA; }
span { border-color: rgb(194,141,234); }
td.TdClassName
{
border-color: #C28DEA;
}
.TagClassName
{
border-color: #C28DEA;
}
</style>