Shades of Wisteria #C28CE4
Tints of Wisteria #C28CE4
RGB
CMYK
RGB Variations
Color information
#C28CE4 (or 0xC28CE4) is known color: Wisteria. HEX triplet: C2, 8C and E4. RGB value is (194,140,228). Sum of RGB (Red+Green+Blue) = 194+140+228=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #C28CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CE4 is #3D731B. Grayscale: #A5A5A5. Windows color (decimal): -4027164 or 14978242. OLE color: 14978242.
HSL color Cylindrical-coordinate representation of color #C28CE4: hue angle of 276.82º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C28CE4 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 140 | 228 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.11 |
| HSL | 276.82º | 0.62% | 0.72% | - |
| HSV(B) | 276.82º | 0.39% | 0.89% | - |
| XYZ | 45.63 | 35.83 | 77.91 | - |
| YUV | 166.18 | 162.89 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 228 | 0.15 | 0.39 | 0 | 0.11 | 276.82 | 0.62 | 0.72 |
| Hex | C2 | 8C | E4 | F | 27 | 0 | B | 115 | 3E | 48 |
| Octal | 302 | 214 | 344 | 17 | 47 | 0 | 13 | 425 | 76 | 110 |
| Binary | 11000010 | 10001100 | 11100100 | 1111 | 100111 | 0 | 1011 | 100010101 | 111110 | 1001000 |
Color Harmonies of #C28CE4
Complementary color
Monochromatic Colors of #C28CE4
Black with #C28CE4
Text Example
Text Example
White with #C28CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CE4; }
p { color: rgb(194,140,228); }
H1.HeaderClassName
{
color: #C28CE4;
}
.AnyTagClassName
{
color: #C28CE4;
}
</style>
background-color css
<style>
a { background-color: #C28CE4; }
a { background-color: rgb(194,140,228); }
div.DivClassName
{
background-color: #C28CE4;
}
.BgClassName
{
background-color: #C28CE4;
}
</style>
border-color css
<style>
span { border-color: #C28CE4; }
span { border-color: rgb(194,140,228); }
td.TdClassName
{
border-color: #C28CE4;
}
.TagClassName
{
border-color: #C28CE4;
}
</style>