Shades of Wisteria #C28CE0
Tints of Wisteria #C28CE0
RGB
CMYK
RGB Variations
Color information
#C28CE0 (or 0xC28CE0) is known color: Wisteria. HEX triplet: C2, 8C and E0. RGB value is (194,140,224). Sum of RGB (Red+Green+Blue) = 194+140+224=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #C28CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CE0 is #3D731F. Grayscale: #A5A5A5. Windows color (decimal): -4027168 or 14716098. OLE color: 14716098.
HSL color Cylindrical-coordinate representation of color #C28CE0: hue angle of 278.57º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28CE0 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 140 | 224 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.12 |
| HSL | 278.57º | 0.58% | 0.71% | - |
| HSV(B) | 278.57º | 0.38% | 0.88% | - |
| XYZ | 45.08 | 35.61 | 75.02 | - |
| YUV | 165.72 | 160.89 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 224 | 0.13 | 0.38 | 0 | 0.12 | 278.57 | 0.58 | 0.71 |
| Hex | C2 | 8C | E0 | D | 26 | 0 | C | 117 | 3A | 47 |
| Octal | 302 | 214 | 340 | 15 | 46 | 0 | 14 | 427 | 72 | 107 |
| Binary | 11000010 | 10001100 | 11100000 | 1101 | 100110 | 0 | 1100 | 100010111 | 111010 | 1000111 |
Color Harmonies of #C28CE0
Complementary color
Monochromatic Colors of #C28CE0
Black with #C28CE0
Text Example
Text Example
White with #C28CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CE0; }
p { color: rgb(194,140,224); }
H1.HeaderClassName
{
color: #C28CE0;
}
.AnyTagClassName
{
color: #C28CE0;
}
</style>
background-color css
<style>
a { background-color: #C28CE0; }
a { background-color: rgb(194,140,224); }
div.DivClassName
{
background-color: #C28CE0;
}
.BgClassName
{
background-color: #C28CE0;
}
</style>
border-color css
<style>
span { border-color: #C28CE0; }
span { border-color: rgb(194,140,224); }
td.TdClassName
{
border-color: #C28CE0;
}
.TagClassName
{
border-color: #C28CE0;
}
</style>