Shades of Wisteria #C28DFC
Tints of Wisteria #C28DFC
RGB
CMYK
RGB Variations
Color information
#C28DFC (or 0xC28DFC) is known color: Wisteria. HEX triplet: C2, 8D and FC. RGB value is (194,141,252). Sum of RGB (Red+Green+Blue) = 194+141+252=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #C28DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28DFC is #3D7203. Grayscale: #A9A9A9. Windows color (decimal): -4026884 or 16551362. OLE color: 16551362.
HSL color Cylindrical-coordinate representation of color #C28DFC: hue angle of 268.65º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C28DFC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 141 | 252 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.01 |
| HSL | 268.65º | 0.95% | 0.77% | - |
| HSV(B) | 268.65º | 0.44% | 0.99% | - |
| XYZ | 49.34 | 37.55 | 96.74 | - |
| YUV | 169.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 252 | 0.23 | 0.44 | 0 | 0.01 | 268.65 | 0.95 | 0.77 |
| Hex | C2 | 8D | FC | 17 | 2C | 0 | 1 | 10D | 5F | 4D |
| Octal | 302 | 215 | 374 | 27 | 54 | 0 | 1 | 415 | 137 | 115 |
| Binary | 11000010 | 10001101 | 11111100 | 10111 | 101100 | 0 | 1 | 100001101 | 1011111 | 1001101 |
Color Harmonies of #C28DFC
Complementary color
Monochromatic Colors of #C28DFC
Black with #C28DFC
Text Example
Text Example
White with #C28DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DFC; }
p { color: rgb(194,141,252); }
H1.HeaderClassName
{
color: #C28DFC;
}
.AnyTagClassName
{
color: #C28DFC;
}
</style>
background-color css
<style>
a { background-color: #C28DFC; }
a { background-color: rgb(194,141,252); }
div.DivClassName
{
background-color: #C28DFC;
}
.BgClassName
{
background-color: #C28DFC;
}
</style>
border-color css
<style>
span { border-color: #C28DFC; }
span { border-color: rgb(194,141,252); }
td.TdClassName
{
border-color: #C28DFC;
}
.TagClassName
{
border-color: #C28DFC;
}
</style>