Shades of Wisteria #C28BFD
Tints of Wisteria #C28BFD
RGB
CMYK
RGB Variations
Color information
#C28BFD (or 0xC28BFD) is known color: Wisteria. HEX triplet: C2, 8B and FD. RGB value is (194,139,253). Sum of RGB (Red+Green+Blue) = 194+139+253=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #C28BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28BFD is #3D7402. Grayscale: #A8A8A8. Windows color (decimal): -4027395 or 16616386. OLE color: 16616386.
HSL color Cylindrical-coordinate representation of color #C28BFD: hue angle of 268.95º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C28BFD is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 139 | 253 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.01 |
| HSL | 268.95º | 0.97% | 0.77% | - |
| HSV(B) | 268.95º | 0.45% | 0.99% | - |
| XYZ | 49.21 | 37.03 | 97.48 | - |
| YUV | 168.44 | 175.72 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 253 | 0.23 | 0.45 | 0 | 0.01 | 268.95 | 0.97 | 0.77 |
| Hex | C2 | 8B | FD | 17 | 2D | 0 | 1 | 10D | 61 | 4D |
| Octal | 302 | 213 | 375 | 27 | 55 | 0 | 1 | 415 | 141 | 115 |
| Binary | 11000010 | 10001011 | 11111101 | 10111 | 101101 | 0 | 1 | 100001101 | 1100001 | 1001101 |
Color Harmonies of #C28BFD
Complementary color
Monochromatic Colors of #C28BFD
Black with #C28BFD
Text Example
Text Example
White with #C28BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28BFD; }
p { color: rgb(194,139,253); }
H1.HeaderClassName
{
color: #C28BFD;
}
.AnyTagClassName
{
color: #C28BFD;
}
</style>
background-color css
<style>
a { background-color: #C28BFD; }
a { background-color: rgb(194,139,253); }
div.DivClassName
{
background-color: #C28BFD;
}
.BgClassName
{
background-color: #C28BFD;
}
</style>
border-color css
<style>
span { border-color: #C28BFD; }
span { border-color: rgb(194,139,253); }
td.TdClassName
{
border-color: #C28BFD;
}
.TagClassName
{
border-color: #C28BFD;
}
</style>