Shades of Wisteria #C28BF9
Tints of Wisteria #C28BF9
RGB
CMYK
RGB Variations
Color information
#C28BF9 (or 0xC28BF9) is known color: Wisteria. HEX triplet: C2, 8B and F9. RGB value is (194,139,249). Sum of RGB (Red+Green+Blue) = 194+139+249=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #C28BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28BF9 is #3D7406. Grayscale: #A7A7A7. Windows color (decimal): -4027399 or 16354242. OLE color: 16354242.
HSL color Cylindrical-coordinate representation of color #C28BF9: hue angle of 270º degrees, saturation: 0.9, 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 #C28BF9 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 139 | 249 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.02 |
| HSL | 270º | 0.9% | 0.76% | - |
| HSV(B) | 270º | 0.44% | 0.98% | - |
| XYZ | 48.58 | 36.77 | 94.16 | - |
| YUV | 167.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 249 | 0.22 | 0.44 | 0 | 0.02 | 270 | 0.9 | 0.76 |
| Hex | C2 | 8B | F9 | 16 | 2C | 0 | 2 | 10E | 5A | 4C |
| Octal | 302 | 213 | 371 | 26 | 54 | 0 | 2 | 416 | 132 | 114 |
| Binary | 11000010 | 10001011 | 11111001 | 10110 | 101100 | 0 | 10 | 100001110 | 1011010 | 1001100 |
Color Harmonies of #C28BF9
Complementary color
Monochromatic Colors of #C28BF9
Black with #C28BF9
Text Example
Text Example
White with #C28BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28BF9; }
p { color: rgb(194,139,249); }
H1.HeaderClassName
{
color: #C28BF9;
}
.AnyTagClassName
{
color: #C28BF9;
}
</style>
background-color css
<style>
a { background-color: #C28BF9; }
a { background-color: rgb(194,139,249); }
div.DivClassName
{
background-color: #C28BF9;
}
.BgClassName
{
background-color: #C28BF9;
}
</style>
border-color css
<style>
span { border-color: #C28BF9; }
span { border-color: rgb(194,139,249); }
td.TdClassName
{
border-color: #C28BF9;
}
.TagClassName
{
border-color: #C28BF9;
}
</style>