Shades of Wisteria #C28ADF
Tints of Wisteria #C28ADF
RGB
CMYK
RGB Variations
Color information
#C28ADF (or 0xC28ADF) is known color: Wisteria. HEX triplet: C2, 8A and DF. RGB value is (194,138,223). Sum of RGB (Red+Green+Blue) = 194+138+223=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #C28ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ADF is #3D7520. Grayscale: #A4A4A4. Windows color (decimal): -4027681 or 14650050. OLE color: 14650050.
HSL color Cylindrical-coordinate representation of color #C28ADF: hue angle of 279.53º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28ADF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 138 | 223 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.13 |
| HSL | 279.53º | 0.57% | 0.71% | - |
| HSV(B) | 279.53º | 0.38% | 0.87% | - |
| XYZ | 44.66 | 34.97 | 74.21 | - |
| YUV | 164.43 | 161.05 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 223 | 0.13 | 0.38 | 0 | 0.13 | 279.53 | 0.57 | 0.71 |
| Hex | C2 | 8A | DF | D | 26 | 0 | D | 118 | 39 | 47 |
| Octal | 302 | 212 | 337 | 15 | 46 | 0 | 15 | 430 | 71 | 107 |
| Binary | 11000010 | 10001010 | 11011111 | 1101 | 100110 | 0 | 1101 | 100011000 | 111001 | 1000111 |
Color Harmonies of #C28ADF
Complementary color
Monochromatic Colors of #C28ADF
Black with #C28ADF
Text Example
Text Example
White with #C28ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28ADF; }
p { color: rgb(194,138,223); }
H1.HeaderClassName
{
color: #C28ADF;
}
.AnyTagClassName
{
color: #C28ADF;
}
</style>
background-color css
<style>
a { background-color: #C28ADF; }
a { background-color: rgb(194,138,223); }
div.DivClassName
{
background-color: #C28ADF;
}
.BgClassName
{
background-color: #C28ADF;
}
</style>
border-color css
<style>
span { border-color: #C28ADF; }
span { border-color: rgb(194,138,223); }
td.TdClassName
{
border-color: #C28ADF;
}
.TagClassName
{
border-color: #C28ADF;
}
</style>