Shades of Wisteria #C888D4
Tints of Wisteria #C888D4
RGB
CMYK
RGB Variations
Color information
#C888D4 (or 0xC888D4) is known color: Wisteria. HEX triplet: C8, 88 and D4. RGB value is (200,136,212). Sum of RGB (Red+Green+Blue) = 200+136+212=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 212 - color contains mainly: blue. Hex color #C888D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888D4 is #37772B. Grayscale: #A3A3A3. Windows color (decimal): -3634988 or 13928648. OLE color: 13928648.
HSL color Cylindrical-coordinate representation of color #C888D4: hue angle of 290.53º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C888D4 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 136 | 212 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.17 |
| HSL | 290.53º | 0.47% | 0.68% | - |
| HSV(B) | 290.53º | 0.36% | 0.83% | - |
| XYZ | 44.51 | 34.64 | 66.63 | - |
| YUV | 163.8 | 155.2 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 212 | 0.06 | 0.36 | 0 | 0.17 | 290.53 | 0.47 | 0.68 |
| Hex | C8 | 88 | D4 | 6 | 24 | 0 | 11 | 123 | 2F | 44 |
| Octal | 310 | 210 | 324 | 6 | 44 | 0 | 21 | 443 | 57 | 104 |
| Binary | 11001000 | 10001000 | 11010100 | 110 | 100100 | 0 | 10001 | 100100011 | 101111 | 1000100 |
Color Harmonies of #C888D4
Complementary color
Monochromatic Colors of #C888D4
Black with #C888D4
Text Example
Text Example
White with #C888D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888D4; }
p { color: rgb(200,136,212); }
H1.HeaderClassName
{
color: #C888D4;
}
.AnyTagClassName
{
color: #C888D4;
}
</style>
background-color css
<style>
a { background-color: #C888D4; }
a { background-color: rgb(200,136,212); }
div.DivClassName
{
background-color: #C888D4;
}
.BgClassName
{
background-color: #C888D4;
}
</style>
border-color css
<style>
span { border-color: #C888D4; }
span { border-color: rgb(200,136,212); }
td.TdClassName
{
border-color: #C888D4;
}
.TagClassName
{
border-color: #C888D4;
}
</style>