Shades of Wisteria #C28CEC
Tints of Wisteria #C28CEC
RGB
CMYK
RGB Variations
Color information
#C28CEC (or 0xC28CEC) is known color: Wisteria. HEX triplet: C2, 8C and EC. RGB value is (194,140,236). Sum of RGB (Red+Green+Blue) = 194+140+236=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #C28CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28CEC is #3D7313. Grayscale: #A6A6A6. Windows color (decimal): -4027156 or 15502530. OLE color: 15502530.
HSL color Cylindrical-coordinate representation of color #C28CEC: hue angle of 273.75º degrees, saturation: 0.72, 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 #C28CEC is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 140 | 236 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.07 |
| HSL | 273.75º | 0.72% | 0.74% | - |
| HSV(B) | 273.75º | 0.41% | 0.93% | - |
| XYZ | 46.77 | 36.28 | 83.9 | - |
| YUV | 167.09 | 166.89 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 236 | 0.18 | 0.41 | 0 | 0.07 | 273.75 | 0.72 | 0.74 |
| Hex | C2 | 8C | EC | 12 | 29 | 0 | 7 | 112 | 48 | 4A |
| Octal | 302 | 214 | 354 | 22 | 51 | 0 | 7 | 422 | 110 | 112 |
| Binary | 11000010 | 10001100 | 11101100 | 10010 | 101001 | 0 | 111 | 100010010 | 1001000 | 1001010 |
Color Harmonies of #C28CEC
Complementary color
Monochromatic Colors of #C28CEC
Black with #C28CEC
Text Example
Text Example
White with #C28CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CEC; }
p { color: rgb(194,140,236); }
H1.HeaderClassName
{
color: #C28CEC;
}
.AnyTagClassName
{
color: #C28CEC;
}
</style>
background-color css
<style>
a { background-color: #C28CEC; }
a { background-color: rgb(194,140,236); }
div.DivClassName
{
background-color: #C28CEC;
}
.BgClassName
{
background-color: #C28CEC;
}
</style>
border-color css
<style>
span { border-color: #C28CEC; }
span { border-color: rgb(194,140,236); }
td.TdClassName
{
border-color: #C28CEC;
}
.TagClassName
{
border-color: #C28CEC;
}
</style>