Shades of Wisteria #C28FDF
Tints of Wisteria #C28FDF
RGB
CMYK
RGB Variations
Color information
#C28FDF (or 0xC28FDF) is known color: Wisteria. HEX triplet: C2, 8F and DF. RGB value is (194,143,223). Sum of RGB (Red+Green+Blue) = 194+143+223=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #C28FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FDF is #3D7020. Grayscale: #A7A7A7. Windows color (decimal): -4026401 or 14651330. OLE color: 14651330.
HSL color Cylindrical-coordinate representation of color #C28FDF: hue angle of 278.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C28FDF is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 143 | 223 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.13 |
| HSL | 278.25º | 0.56% | 0.72% | - |
| HSV(B) | 278.25º | 0.36% | 0.87% | - |
| XYZ | 45.39 | 36.44 | 74.45 | - |
| YUV | 167.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 223 | 0.13 | 0.36 | 0 | 0.13 | 278.25 | 0.56 | 0.72 |
| Hex | C2 | 8F | DF | D | 24 | 0 | D | 116 | 38 | 48 |
| Octal | 302 | 217 | 337 | 15 | 44 | 0 | 15 | 426 | 70 | 110 |
| Binary | 11000010 | 10001111 | 11011111 | 1101 | 100100 | 0 | 1101 | 100010110 | 111000 | 1001000 |
Color Harmonies of #C28FDF
Complementary color
Monochromatic Colors of #C28FDF
Black with #C28FDF
Text Example
Text Example
White with #C28FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FDF; }
p { color: rgb(194,143,223); }
H1.HeaderClassName
{
color: #C28FDF;
}
.AnyTagClassName
{
color: #C28FDF;
}
</style>
background-color css
<style>
a { background-color: #C28FDF; }
a { background-color: rgb(194,143,223); }
div.DivClassName
{
background-color: #C28FDF;
}
.BgClassName
{
background-color: #C28FDF;
}
</style>
border-color css
<style>
span { border-color: #C28FDF; }
span { border-color: rgb(194,143,223); }
td.TdClassName
{
border-color: #C28FDF;
}
.TagClassName
{
border-color: #C28FDF;
}
</style>