Shades of Wisteria #C888DA
Tints of Wisteria #C888DA
RGB
CMYK
RGB Variations
Color information
#C888DA (or 0xC888DA) is known color: Wisteria. HEX triplet: C8, 88 and DA. RGB value is (200,136,218). Sum of RGB (Red+Green+Blue) = 200+136+218=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #C888DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888DA is #377725. Grayscale: #A4A4A4. Windows color (decimal): -3634982 or 14321864. OLE color: 14321864.
HSL color Cylindrical-coordinate representation of color #C888DA: hue angle of 286.83º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C888DA is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 136 | 218 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.15 |
| HSL | 286.83º | 0.53% | 0.69% | - |
| HSV(B) | 286.83º | 0.38% | 0.85% | - |
| XYZ | 45.28 | 34.95 | 70.69 | - |
| YUV | 164.48 | 158.2 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 218 | 0.08 | 0.38 | 0 | 0.15 | 286.83 | 0.53 | 0.69 |
| Hex | C8 | 88 | DA | 8 | 26 | 0 | F | 11F | 35 | 45 |
| Octal | 310 | 210 | 332 | 10 | 46 | 0 | 17 | 437 | 65 | 105 |
| Binary | 11001000 | 10001000 | 11011010 | 1000 | 100110 | 0 | 1111 | 100011111 | 110101 | 1000101 |
Color Harmonies of #C888DA
Complementary color
Monochromatic Colors of #C888DA
Black with #C888DA
Text Example
Text Example
White with #C888DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888DA; }
p { color: rgb(200,136,218); }
H1.HeaderClassName
{
color: #C888DA;
}
.AnyTagClassName
{
color: #C888DA;
}
</style>
background-color css
<style>
a { background-color: #C888DA; }
a { background-color: rgb(200,136,218); }
div.DivClassName
{
background-color: #C888DA;
}
.BgClassName
{
background-color: #C888DA;
}
</style>
border-color css
<style>
span { border-color: #C888DA; }
span { border-color: rgb(200,136,218); }
td.TdClassName
{
border-color: #C888DA;
}
.TagClassName
{
border-color: #C888DA;
}
</style>