Shades of Wisteria #C28DEE
Tints of Wisteria #C28DEE
RGB
CMYK
RGB Variations
Color information
#C28DEE (or 0xC28DEE) is known color: Wisteria. HEX triplet: C2, 8D and EE. RGB value is (194,141,238). Sum of RGB (Red+Green+Blue) = 194+141+238=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #C28DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28DEE is #3D7211. Grayscale: #A7A7A7. Windows color (decimal): -4026898 or 15633858. OLE color: 15633858.
HSL color Cylindrical-coordinate representation of color #C28DEE: hue angle of 272.78º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C28DEE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 141 | 238 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.07 |
| HSL | 272.78º | 0.74% | 0.74% | - |
| HSV(B) | 272.78º | 0.41% | 0.93% | - |
| XYZ | 47.21 | 36.69 | 85.48 | - |
| YUV | 167.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 238 | 0.18 | 0.41 | 0 | 0.07 | 272.78 | 0.74 | 0.74 |
| Hex | C2 | 8D | EE | 12 | 29 | 0 | 7 | 111 | 4A | 4A |
| Octal | 302 | 215 | 356 | 22 | 51 | 0 | 7 | 421 | 112 | 112 |
| Binary | 11000010 | 10001101 | 11101110 | 10010 | 101001 | 0 | 111 | 100010001 | 1001010 | 1001010 |
Color Harmonies of #C28DEE
Complementary color
Monochromatic Colors of #C28DEE
Black with #C28DEE
Text Example
Text Example
White with #C28DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DEE; }
p { color: rgb(194,141,238); }
H1.HeaderClassName
{
color: #C28DEE;
}
.AnyTagClassName
{
color: #C28DEE;
}
</style>
background-color css
<style>
a { background-color: #C28DEE; }
a { background-color: rgb(194,141,238); }
div.DivClassName
{
background-color: #C28DEE;
}
.BgClassName
{
background-color: #C28DEE;
}
</style>
border-color css
<style>
span { border-color: #C28DEE; }
span { border-color: rgb(194,141,238); }
td.TdClassName
{
border-color: #C28DEE;
}
.TagClassName
{
border-color: #C28DEE;
}
</style>