Shades of Wisteria #C88AD5
Tints of Wisteria #C88AD5
RGB
CMYK
RGB Variations
Color information
#C88AD5 (or 0xC88AD5) is known color: Wisteria. HEX triplet: C8, 8A and D5. RGB value is (200,138,213). Sum of RGB (Red+Green+Blue) = 200+138+213=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #C88AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88AD5 is #37752A. Grayscale: #A4A4A4. Windows color (decimal): -3634475 or 13994696. OLE color: 13994696.
HSL color Cylindrical-coordinate representation of color #C88AD5: hue angle of 289.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88AD5 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 138 | 213 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.16 |
| HSL | 289.6º | 0.47% | 0.69% | - |
| HSV(B) | 289.6º | 0.35% | 0.84% | - |
| XYZ | 44.92 | 35.26 | 67.39 | - |
| YUV | 165.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 213 | 0.06 | 0.35 | 0 | 0.16 | 289.6 | 0.47 | 0.69 |
| Hex | C8 | 8A | D5 | 6 | 23 | 0 | 10 | 122 | 2F | 45 |
| Octal | 310 | 212 | 325 | 6 | 43 | 0 | 20 | 442 | 57 | 105 |
| Binary | 11001000 | 10001010 | 11010101 | 110 | 100011 | 0 | 10000 | 100100010 | 101111 | 1000101 |
Color Harmonies of #C88AD5
Complementary color
Monochromatic Colors of #C88AD5
Black with #C88AD5
Text Example
Text Example
White with #C88AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88AD5; }
p { color: rgb(200,138,213); }
H1.HeaderClassName
{
color: #C88AD5;
}
.AnyTagClassName
{
color: #C88AD5;
}
</style>
background-color css
<style>
a { background-color: #C88AD5; }
a { background-color: rgb(200,138,213); }
div.DivClassName
{
background-color: #C88AD5;
}
.BgClassName
{
background-color: #C88AD5;
}
</style>
border-color css
<style>
span { border-color: #C88AD5; }
span { border-color: rgb(200,138,213); }
td.TdClassName
{
border-color: #C88AD5;
}
.TagClassName
{
border-color: #C88AD5;
}
</style>