Shades of Wisteria #C88DEE
Tints of Wisteria #C88DEE
RGB
CMYK
RGB Variations
Color information
#C88DEE (or 0xC88DEE) is known color: Wisteria. HEX triplet: C8, 8D and EE. RGB value is (200,141,238). Sum of RGB (Red+Green+Blue) = 200+141+238=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #C88DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88DEE is #377211. Grayscale: #A9A9A9. Windows color (decimal): -3633682 or 15633864. OLE color: 15633864.
HSL color Cylindrical-coordinate representation of color #C88DEE: hue angle of 276.49º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C88DEE is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 141 | 238 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.07 |
| HSL | 276.49º | 0.74% | 0.74% | - |
| HSV(B) | 276.49º | 0.41% | 0.93% | - |
| XYZ | 48.78 | 37.5 | 85.56 | - |
| YUV | 169.7 | 166.55 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 238 | 0.16 | 0.41 | 0 | 0.07 | 276.49 | 0.74 | 0.74 |
| Hex | C8 | 8D | EE | 10 | 29 | 0 | 7 | 114 | 4A | 4A |
| Octal | 310 | 215 | 356 | 20 | 51 | 0 | 7 | 424 | 112 | 112 |
| Binary | 11001000 | 10001101 | 11101110 | 10000 | 101001 | 0 | 111 | 100010100 | 1001010 | 1001010 |
Color Harmonies of #C88DEE
Complementary color
Monochromatic Colors of #C88DEE
Black with #C88DEE
Text Example
Text Example
White with #C88DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DEE; }
p { color: rgb(200,141,238); }
H1.HeaderClassName
{
color: #C88DEE;
}
.AnyTagClassName
{
color: #C88DEE;
}
</style>
background-color css
<style>
a { background-color: #C88DEE; }
a { background-color: rgb(200,141,238); }
div.DivClassName
{
background-color: #C88DEE;
}
.BgClassName
{
background-color: #C88DEE;
}
</style>
border-color css
<style>
span { border-color: #C88DEE; }
span { border-color: rgb(200,141,238); }
td.TdClassName
{
border-color: #C88DEE;
}
.TagClassName
{
border-color: #C88DEE;
}
</style>