Shades of Wisteria #C28CE6
Tints of Wisteria #C28CE6
RGB
CMYK
RGB Variations
Color information
#C28CE6 (or 0xC28CE6) is known color: Wisteria. HEX triplet: C2, 8C and E6. RGB value is (194,140,230). Sum of RGB (Red+Green+Blue) = 194+140+230=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #C28CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28CE6 is #3D7319. Grayscale: #A6A6A6. Windows color (decimal): -4027162 or 15109314. OLE color: 15109314.
HSL color Cylindrical-coordinate representation of color #C28CE6: hue angle of 276º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C28CE6 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 140 | 230 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.10 |
| HSL | 276º | 0.64% | 0.73% | - |
| HSV(B) | 276º | 0.39% | 0.9% | - |
| XYZ | 45.91 | 35.94 | 79.38 | - |
| YUV | 166.41 | 163.89 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 230 | 0.16 | 0.39 | 0 | 0.10 | 276 | 0.64 | 0.73 |
| Hex | C2 | 8C | E6 | 10 | 27 | 0 | A | 114 | 40 | 49 |
| Octal | 302 | 214 | 346 | 20 | 47 | 0 | 12 | 424 | 100 | 111 |
| Binary | 11000010 | 10001100 | 11100110 | 10000 | 100111 | 0 | 1010 | 100010100 | 1000000 | 1001001 |
Color Harmonies of #C28CE6
Complementary color
Monochromatic Colors of #C28CE6
Black with #C28CE6
Text Example
Text Example
White with #C28CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CE6; }
p { color: rgb(194,140,230); }
H1.HeaderClassName
{
color: #C28CE6;
}
.AnyTagClassName
{
color: #C28CE6;
}
</style>
background-color css
<style>
a { background-color: #C28CE6; }
a { background-color: rgb(194,140,230); }
div.DivClassName
{
background-color: #C28CE6;
}
.BgClassName
{
background-color: #C28CE6;
}
</style>
border-color css
<style>
span { border-color: #C28CE6; }
span { border-color: rgb(194,140,230); }
td.TdClassName
{
border-color: #C28CE6;
}
.TagClassName
{
border-color: #C28CE6;
}
</style>