Shades of Wisteria #C28CFA
Tints of Wisteria #C28CFA
RGB
CMYK
RGB Variations
Color information
#C28CFA (or 0xC28CFA) is known color: Wisteria. HEX triplet: C2, 8C and FA. RGB value is (194,140,250). Sum of RGB (Red+Green+Blue) = 194+140+250=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #C28CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28CFA is #3D7305. Grayscale: #A8A8A8. Windows color (decimal): -4027142 or 16420034. OLE color: 16420034.
HSL color Cylindrical-coordinate representation of color #C28CFA: hue angle of 269.45º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C28CFA is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 140 | 250 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.02 |
| HSL | 269.45º | 0.92% | 0.76% | - |
| HSV(B) | 269.45º | 0.44% | 0.98% | - |
| XYZ | 48.88 | 37.13 | 95.03 | - |
| YUV | 168.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 250 | 0.22 | 0.44 | 0 | 0.02 | 269.45 | 0.92 | 0.76 |
| Hex | C2 | 8C | FA | 16 | 2C | 0 | 2 | 10D | 5C | 4C |
| Octal | 302 | 214 | 372 | 26 | 54 | 0 | 2 | 415 | 134 | 114 |
| Binary | 11000010 | 10001100 | 11111010 | 10110 | 101100 | 0 | 10 | 100001101 | 1011100 | 1001100 |
Color Harmonies of #C28CFA
Complementary color
Monochromatic Colors of #C28CFA
Black with #C28CFA
Text Example
Text Example
White with #C28CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CFA; }
p { color: rgb(194,140,250); }
H1.HeaderClassName
{
color: #C28CFA;
}
.AnyTagClassName
{
color: #C28CFA;
}
</style>
background-color css
<style>
a { background-color: #C28CFA; }
a { background-color: rgb(194,140,250); }
div.DivClassName
{
background-color: #C28CFA;
}
.BgClassName
{
background-color: #C28CFA;
}
</style>
border-color css
<style>
span { border-color: #C28CFA; }
span { border-color: rgb(194,140,250); }
td.TdClassName
{
border-color: #C28CFA;
}
.TagClassName
{
border-color: #C28CFA;
}
</style>