Shades of Wisteria #C88ADF
Tints of Wisteria #C88ADF
RGB
CMYK
RGB Variations
Color information
#C88ADF (or 0xC88ADF) is known color: Wisteria. HEX triplet: C8, 8A and DF. RGB value is (200,138,223). Sum of RGB (Red+Green+Blue) = 200+138+223=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #C88ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88ADF is #377520. Grayscale: #A5A5A5. Windows color (decimal): -3634465 or 14650056. OLE color: 14650056.
HSL color Cylindrical-coordinate representation of color #C88ADF: hue angle of 283.76º 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 #C88ADF is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 138 | 223 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.13 |
| HSL | 283.76º | 0.57% | 0.71% | - |
| HSV(B) | 283.76º | 0.38% | 0.87% | - |
| XYZ | 46.23 | 35.78 | 74.28 | - |
| YUV | 166.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 223 | 0.10 | 0.38 | 0 | 0.13 | 283.76 | 0.57 | 0.71 |
| Hex | C8 | 8A | DF | A | 26 | 0 | D | 11C | 39 | 47 |
| Octal | 310 | 212 | 337 | 12 | 46 | 0 | 15 | 434 | 71 | 107 |
| Binary | 11001000 | 10001010 | 11011111 | 1010 | 100110 | 0 | 1101 | 100011100 | 111001 | 1000111 |
Color Harmonies of #C88ADF
Complementary color
Monochromatic Colors of #C88ADF
Black with #C88ADF
Text Example
Text Example
White with #C88ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88ADF; }
p { color: rgb(200,138,223); }
H1.HeaderClassName
{
color: #C88ADF;
}
.AnyTagClassName
{
color: #C88ADF;
}
</style>
background-color css
<style>
a { background-color: #C88ADF; }
a { background-color: rgb(200,138,223); }
div.DivClassName
{
background-color: #C88ADF;
}
.BgClassName
{
background-color: #C88ADF;
}
</style>
border-color css
<style>
span { border-color: #C88ADF; }
span { border-color: rgb(200,138,223); }
td.TdClassName
{
border-color: #C88ADF;
}
.TagClassName
{
border-color: #C88ADF;
}
</style>