Shades of Wisteria #C28FD0
Tints of Wisteria #C28FD0
RGB
CMYK
RGB Variations
Color information
#C28FD0 (or 0xC28FD0) is known color: Wisteria. HEX triplet: C2, 8F and D0. RGB value is (194,143,208). Sum of RGB (Red+Green+Blue) = 194+143+208=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #C28FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FD0 is #3D702F. Grayscale: #A5A5A5. Windows color (decimal): -4026416 or 13668290. OLE color: 13668290.
HSL color Cylindrical-coordinate representation of color #C28FD0: hue angle of 287.08º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28FD0 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 143 | 208 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.18 |
| HSL | 287.08º | 0.41% | 0.69% | - |
| HSV(B) | 287.08º | 0.31% | 0.82% | - |
| XYZ | 43.46 | 35.67 | 64.27 | - |
| YUV | 165.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 208 | 0.07 | 0.31 | 0 | 0.18 | 287.08 | 0.41 | 0.69 |
| Hex | C2 | 8F | D0 | 7 | 1F | 0 | 12 | 11F | 29 | 45 |
| Octal | 302 | 217 | 320 | 7 | 37 | 0 | 22 | 437 | 51 | 105 |
| Binary | 11000010 | 10001111 | 11010000 | 111 | 11111 | 0 | 10010 | 100011111 | 101001 | 1000101 |
Color Harmonies of #C28FD0
Complementary color
Monochromatic Colors of #C28FD0
Black with #C28FD0
Text Example
Text Example
White with #C28FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FD0; }
p { color: rgb(194,143,208); }
H1.HeaderClassName
{
color: #C28FD0;
}
.AnyTagClassName
{
color: #C28FD0;
}
</style>
background-color css
<style>
a { background-color: #C28FD0; }
a { background-color: rgb(194,143,208); }
div.DivClassName
{
background-color: #C28FD0;
}
.BgClassName
{
background-color: #C28FD0;
}
</style>
border-color css
<style>
span { border-color: #C28FD0; }
span { border-color: rgb(194,143,208); }
td.TdClassName
{
border-color: #C28FD0;
}
.TagClassName
{
border-color: #C28FD0;
}
</style>