Shades of Wisteria #C88AD3
Tints of Wisteria #C88AD3
RGB
CMYK
RGB Variations
Color information
#C88AD3 (or 0xC88AD3) is known color: Wisteria. HEX triplet: C8, 8A and D3. RGB value is (200,138,211). Sum of RGB (Red+Green+Blue) = 200+138+211=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 211 - color contains mainly: blue. Hex color #C88AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88AD3 is #37752C. Grayscale: #A4A4A4. Windows color (decimal): -3634477 or 13863624. OLE color: 13863624.
HSL color Cylindrical-coordinate representation of color #C88AD3: hue angle of 290.96º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88AD3 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 138 | 211 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.17 |
| HSL | 290.96º | 0.45% | 0.68% | - |
| HSV(B) | 290.96º | 0.35% | 0.83% | - |
| XYZ | 44.67 | 35.16 | 66.06 | - |
| YUV | 164.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 211 | 0.05 | 0.35 | 0 | 0.17 | 290.96 | 0.45 | 0.68 |
| Hex | C8 | 8A | D3 | 5 | 23 | 0 | 11 | 123 | 2D | 44 |
| Octal | 310 | 212 | 323 | 5 | 43 | 0 | 21 | 443 | 55 | 104 |
| Binary | 11001000 | 10001010 | 11010011 | 101 | 100011 | 0 | 10001 | 100100011 | 101101 | 1000100 |
Color Harmonies of #C88AD3
Complementary color
Monochromatic Colors of #C88AD3
Black with #C88AD3
Text Example
Text Example
White with #C88AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88AD3; }
p { color: rgb(200,138,211); }
H1.HeaderClassName
{
color: #C88AD3;
}
.AnyTagClassName
{
color: #C88AD3;
}
</style>
background-color css
<style>
a { background-color: #C88AD3; }
a { background-color: rgb(200,138,211); }
div.DivClassName
{
background-color: #C88AD3;
}
.BgClassName
{
background-color: #C88AD3;
}
</style>
border-color css
<style>
span { border-color: #C88AD3; }
span { border-color: rgb(200,138,211); }
td.TdClassName
{
border-color: #C88AD3;
}
.TagClassName
{
border-color: #C88AD3;
}
</style>