Shades of Wisteria #C88CDE
Tints of Wisteria #C88CDE
RGB
CMYK
RGB Variations
Color information
#C88CDE (or 0xC88CDE) is known color: Wisteria. HEX triplet: C8, 8C and DE. RGB value is (200,140,222). Sum of RGB (Red+Green+Blue) = 200+140+222=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #C88CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CDE is #377321. Grayscale: #A7A7A7. Windows color (decimal): -3633954 or 14585032. OLE color: 14585032.
HSL color Cylindrical-coordinate representation of color #C88CDE: hue angle of 283.9º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C88CDE is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 140 | 222 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.13 |
| HSL | 283.9º | 0.55% | 0.71% | - |
| HSV(B) | 283.9º | 0.37% | 0.87% | - |
| XYZ | 46.38 | 36.31 | 73.67 | - |
| YUV | 167.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 222 | 0.10 | 0.37 | 0 | 0.13 | 283.9 | 0.55 | 0.71 |
| Hex | C8 | 8C | DE | A | 25 | 0 | D | 11C | 37 | 47 |
| Octal | 310 | 214 | 336 | 12 | 45 | 0 | 15 | 434 | 67 | 107 |
| Binary | 11001000 | 10001100 | 11011110 | 1010 | 100101 | 0 | 1101 | 100011100 | 110111 | 1000111 |
Color Harmonies of #C88CDE
Complementary color
Monochromatic Colors of #C88CDE
Black with #C88CDE
Text Example
Text Example
White with #C88CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88CDE; }
p { color: rgb(200,140,222); }
H1.HeaderClassName
{
color: #C88CDE;
}
.AnyTagClassName
{
color: #C88CDE;
}
</style>
background-color css
<style>
a { background-color: #C88CDE; }
a { background-color: rgb(200,140,222); }
div.DivClassName
{
background-color: #C88CDE;
}
.BgClassName
{
background-color: #C88CDE;
}
</style>
border-color css
<style>
span { border-color: #C88CDE; }
span { border-color: rgb(200,140,222); }
td.TdClassName
{
border-color: #C88CDE;
}
.TagClassName
{
border-color: #C88CDE;
}
</style>