Shades of Wisteria #C28DEF
Tints of Wisteria #C28DEF
RGB
CMYK
RGB Variations
Color information
#C28DEF (or 0xC28DEF) is known color: Wisteria. HEX triplet: C2, 8D and EF. RGB value is (194,141,239). Sum of RGB (Red+Green+Blue) = 194+141+239=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #C28DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28DEF is #3D7210. Grayscale: #A7A7A7. Windows color (decimal): -4026897 or 15699394. OLE color: 15699394.
HSL color Cylindrical-coordinate representation of color #C28DEF: hue angle of 272.45º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C28DEF is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 141 | 239 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.06 |
| HSL | 272.45º | 0.75% | 0.75% | - |
| HSV(B) | 272.45º | 0.41% | 0.94% | - |
| XYZ | 47.35 | 36.75 | 86.26 | - |
| YUV | 168.02 | 168.06 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 239 | 0.19 | 0.41 | 0 | 0.06 | 272.45 | 0.75 | 0.75 |
| Hex | C2 | 8D | EF | 13 | 29 | 0 | 6 | 110 | 4B | 4B |
| Octal | 302 | 215 | 357 | 23 | 51 | 0 | 6 | 420 | 113 | 113 |
| Binary | 11000010 | 10001101 | 11101111 | 10011 | 101001 | 0 | 110 | 100010000 | 1001011 | 1001011 |
Color Harmonies of #C28DEF
Complementary color
Monochromatic Colors of #C28DEF
Black with #C28DEF
Text Example
Text Example
White with #C28DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DEF; }
p { color: rgb(194,141,239); }
H1.HeaderClassName
{
color: #C28DEF;
}
.AnyTagClassName
{
color: #C28DEF;
}
</style>
background-color css
<style>
a { background-color: #C28DEF; }
a { background-color: rgb(194,141,239); }
div.DivClassName
{
background-color: #C28DEF;
}
.BgClassName
{
background-color: #C28DEF;
}
</style>
border-color css
<style>
span { border-color: #C28DEF; }
span { border-color: rgb(194,141,239); }
td.TdClassName
{
border-color: #C28DEF;
}
.TagClassName
{
border-color: #C28DEF;
}
</style>