Shades of Wisteria #C28CFC
Tints of Wisteria #C28CFC
RGB
CMYK
RGB Variations
Color information
#C28CFC (or 0xC28CFC) is known color: Wisteria. HEX triplet: C2, 8C and FC. RGB value is (194,140,252). Sum of RGB (Red+Green+Blue) = 194+140+252=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #C28CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28CFC is #3D7303. Grayscale: #A8A8A8. Windows color (decimal): -4027140 or 16551106. OLE color: 16551106.
HSL color Cylindrical-coordinate representation of color #C28CFC: hue angle of 268.93º 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 #C28CFC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 140 | 252 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.01 |
| HSL | 268.93º | 0.95% | 0.77% | - |
| HSV(B) | 268.93º | 0.44% | 0.99% | - |
| XYZ | 49.2 | 37.25 | 96.69 | - |
| YUV | 168.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 252 | 0.23 | 0.44 | 0 | 0.01 | 268.93 | 0.95 | 0.77 |
| Hex | C2 | 8C | FC | 17 | 2C | 0 | 1 | 10D | 5F | 4D |
| Octal | 302 | 214 | 374 | 27 | 54 | 0 | 1 | 415 | 137 | 115 |
| Binary | 11000010 | 10001100 | 11111100 | 10111 | 101100 | 0 | 1 | 100001101 | 1011111 | 1001101 |
Color Harmonies of #C28CFC
Complementary color
Monochromatic Colors of #C28CFC
Black with #C28CFC
Text Example
Text Example
White with #C28CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CFC; }
p { color: rgb(194,140,252); }
H1.HeaderClassName
{
color: #C28CFC;
}
.AnyTagClassName
{
color: #C28CFC;
}
</style>
background-color css
<style>
a { background-color: #C28CFC; }
a { background-color: rgb(194,140,252); }
div.DivClassName
{
background-color: #C28CFC;
}
.BgClassName
{
background-color: #C28CFC;
}
</style>
border-color css
<style>
span { border-color: #C28CFC; }
span { border-color: rgb(194,140,252); }
td.TdClassName
{
border-color: #C28CFC;
}
.TagClassName
{
border-color: #C28CFC;
}
</style>