Shades of Wisteria #C28FFB
Tints of Wisteria #C28FFB
RGB
CMYK
RGB Variations
Color information
#C28FFB (or 0xC28FFB) is known color: Wisteria. HEX triplet: C2, 8F and FB. RGB value is (194,143,251). Sum of RGB (Red+Green+Blue) = 194+143+251=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #C28FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28FFB is #3D7004. Grayscale: #AAAAAA. Windows color (decimal): -4026373 or 16486338. OLE color: 16486338.
HSL color Cylindrical-coordinate representation of color #C28FFB: hue angle of 268.33º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C28FFB is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 143 | 251 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.02 |
| HSL | 268.33º | 0.93% | 0.77% | - |
| HSV(B) | 268.33º | 0.43% | 0.98% | - |
| XYZ | 49.48 | 38.08 | 96.01 | - |
| YUV | 170.56 | 173.4 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 251 | 0.23 | 0.43 | 0 | 0.02 | 268.33 | 0.93 | 0.77 |
| Hex | C2 | 8F | FB | 17 | 2B | 0 | 2 | 10C | 5D | 4D |
| Octal | 302 | 217 | 373 | 27 | 53 | 0 | 2 | 414 | 135 | 115 |
| Binary | 11000010 | 10001111 | 11111011 | 10111 | 101011 | 0 | 10 | 100001100 | 1011101 | 1001101 |
Color Harmonies of #C28FFB
Complementary color
Monochromatic Colors of #C28FFB
Black with #C28FFB
Text Example
Text Example
White with #C28FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FFB; }
p { color: rgb(194,143,251); }
H1.HeaderClassName
{
color: #C28FFB;
}
.AnyTagClassName
{
color: #C28FFB;
}
</style>
background-color css
<style>
a { background-color: #C28FFB; }
a { background-color: rgb(194,143,251); }
div.DivClassName
{
background-color: #C28FFB;
}
.BgClassName
{
background-color: #C28FFB;
}
</style>
border-color css
<style>
span { border-color: #C28FFB; }
span { border-color: rgb(194,143,251); }
td.TdClassName
{
border-color: #C28FFB;
}
.TagClassName
{
border-color: #C28FFB;
}
</style>