Shades of Wisteria #C28DF7
Tints of Wisteria #C28DF7
RGB
CMYK
RGB Variations
Color information
#C28DF7 (or 0xC28DF7) is known color: Wisteria. HEX triplet: C2, 8D and F7. RGB value is (194,141,247). Sum of RGB (Red+Green+Blue) = 194+141+247=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #C28DF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28DF7 is #3D7208. Grayscale: #A8A8A8. Windows color (decimal): -4026889 or 16223682. OLE color: 16223682.
HSL color Cylindrical-coordinate representation of color #C28DF7: hue angle of 270º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C28DF7 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 141 | 247 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.03 |
| HSL | 270º | 0.87% | 0.76% | - |
| HSV(B) | 270º | 0.43% | 0.97% | - |
| XYZ | 48.56 | 37.23 | 92.62 | - |
| YUV | 168.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 247 | 0.21 | 0.43 | 0 | 0.03 | 270 | 0.87 | 0.76 |
| Hex | C2 | 8D | F7 | 15 | 2B | 0 | 3 | 10E | 57 | 4C |
| Octal | 302 | 215 | 367 | 25 | 53 | 0 | 3 | 416 | 127 | 114 |
| Binary | 11000010 | 10001101 | 11110111 | 10101 | 101011 | 0 | 11 | 100001110 | 1010111 | 1001100 |
Color Harmonies of #C28DF7
Complementary color
Monochromatic Colors of #C28DF7
Black with #C28DF7
Text Example
Text Example
White with #C28DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DF7; }
p { color: rgb(194,141,247); }
H1.HeaderClassName
{
color: #C28DF7;
}
.AnyTagClassName
{
color: #C28DF7;
}
</style>
background-color css
<style>
a { background-color: #C28DF7; }
a { background-color: rgb(194,141,247); }
div.DivClassName
{
background-color: #C28DF7;
}
.BgClassName
{
background-color: #C28DF7;
}
</style>
border-color css
<style>
span { border-color: #C28DF7; }
span { border-color: rgb(194,141,247); }
td.TdClassName
{
border-color: #C28DF7;
}
.TagClassName
{
border-color: #C28DF7;
}
</style>