Shades of Wisteria #C28CFB
Tints of Wisteria #C28CFB
RGB
CMYK
RGB Variations
Color information
#C28CFB (or 0xC28CFB) is known color: Wisteria. HEX triplet: C2, 8C and FB. RGB value is (194,140,251). Sum of RGB (Red+Green+Blue) = 194+140+251=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #C28CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28CFB is #3D7304. Grayscale: #A8A8A8. Windows color (decimal): -4027141 or 16485570. OLE color: 16485570.
HSL color Cylindrical-coordinate representation of color #C28CFB: hue angle of 269.19º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C28CFB is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 140 | 251 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.02 |
| HSL | 269.19º | 0.93% | 0.77% | - |
| HSV(B) | 269.19º | 0.44% | 0.98% | - |
| XYZ | 49.04 | 37.19 | 95.86 | - |
| YUV | 168.8 | 174.39 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 251 | 0.23 | 0.44 | 0 | 0.02 | 269.19 | 0.93 | 0.77 |
| Hex | C2 | 8C | FB | 17 | 2C | 0 | 2 | 10D | 5D | 4D |
| Octal | 302 | 214 | 373 | 27 | 54 | 0 | 2 | 415 | 135 | 115 |
| Binary | 11000010 | 10001100 | 11111011 | 10111 | 101100 | 0 | 10 | 100001101 | 1011101 | 1001101 |
Color Harmonies of #C28CFB
Complementary color
Monochromatic Colors of #C28CFB
Black with #C28CFB
Text Example
Text Example
White with #C28CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CFB; }
p { color: rgb(194,140,251); }
H1.HeaderClassName
{
color: #C28CFB;
}
.AnyTagClassName
{
color: #C28CFB;
}
</style>
background-color css
<style>
a { background-color: #C28CFB; }
a { background-color: rgb(194,140,251); }
div.DivClassName
{
background-color: #C28CFB;
}
.BgClassName
{
background-color: #C28CFB;
}
</style>
border-color css
<style>
span { border-color: #C28CFB; }
span { border-color: rgb(194,140,251); }
td.TdClassName
{
border-color: #C28CFB;
}
.TagClassName
{
border-color: #C28CFB;
}
</style>