Shades of Wisteria #C28FDA
Tints of Wisteria #C28FDA
RGB
CMYK
RGB Variations
Color information
#C28FDA (or 0xC28FDA) is known color: Wisteria. HEX triplet: C2, 8F and DA. RGB value is (194,143,218). Sum of RGB (Red+Green+Blue) = 194+143+218=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #C28FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FDA is #3D7025. Grayscale: #A6A6A6. Windows color (decimal): -4026406 or 14323650. OLE color: 14323650.
HSL color Cylindrical-coordinate representation of color #C28FDA: hue angle of 280.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C28FDA is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 143 | 218 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.15 |
| HSL | 280.8º | 0.5% | 0.71% | - |
| HSV(B) | 280.8º | 0.34% | 0.85% | - |
| XYZ | 44.73 | 36.18 | 70.96 | - |
| YUV | 166.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 218 | 0.11 | 0.34 | 0 | 0.15 | 280.8 | 0.5 | 0.71 |
| Hex | C2 | 8F | DA | B | 22 | 0 | F | 119 | 32 | 47 |
| Octal | 302 | 217 | 332 | 13 | 42 | 0 | 17 | 431 | 62 | 107 |
| Binary | 11000010 | 10001111 | 11011010 | 1011 | 100010 | 0 | 1111 | 100011001 | 110010 | 1000111 |
Color Harmonies of #C28FDA
Complementary color
Monochromatic Colors of #C28FDA
Black with #C28FDA
Text Example
Text Example
White with #C28FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FDA; }
p { color: rgb(194,143,218); }
H1.HeaderClassName
{
color: #C28FDA;
}
.AnyTagClassName
{
color: #C28FDA;
}
</style>
background-color css
<style>
a { background-color: #C28FDA; }
a { background-color: rgb(194,143,218); }
div.DivClassName
{
background-color: #C28FDA;
}
.BgClassName
{
background-color: #C28FDA;
}
</style>
border-color css
<style>
span { border-color: #C28FDA; }
span { border-color: rgb(194,143,218); }
td.TdClassName
{
border-color: #C28FDA;
}
.TagClassName
{
border-color: #C28FDA;
}
</style>