Shades of Wisteria #C88FEE
Tints of Wisteria #C88FEE
RGB
CMYK
RGB Variations
Color information
#C88FEE (or 0xC88FEE) is known color: Wisteria. HEX triplet: C8, 8F and EE. RGB value is (200,143,238). Sum of RGB (Red+Green+Blue) = 200+143+238=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #C88FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88FEE is #377011. Grayscale: #AAAAAA. Windows color (decimal): -3633170 or 15634376. OLE color: 15634376.
HSL color Cylindrical-coordinate representation of color #C88FEE: hue angle of 276º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C88FEE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 143 | 238 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.07 |
| HSL | 276º | 0.74% | 0.75% | - |
| HSV(B) | 276º | 0.4% | 0.93% | - |
| XYZ | 49.07 | 38.1 | 85.66 | - |
| YUV | 170.87 | 165.88 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 238 | 0.16 | 0.40 | 0 | 0.07 | 276 | 0.74 | 0.75 |
| Hex | C8 | 8F | EE | 10 | 28 | 0 | 7 | 114 | 4A | 4B |
| Octal | 310 | 217 | 356 | 20 | 50 | 0 | 7 | 424 | 112 | 113 |
| Binary | 11001000 | 10001111 | 11101110 | 10000 | 101000 | 0 | 111 | 100010100 | 1001010 | 1001011 |
Color Harmonies of #C88FEE
Complementary color
Monochromatic Colors of #C88FEE
Black with #C88FEE
Text Example
Text Example
White with #C88FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FEE; }
p { color: rgb(200,143,238); }
H1.HeaderClassName
{
color: #C88FEE;
}
.AnyTagClassName
{
color: #C88FEE;
}
</style>
background-color css
<style>
a { background-color: #C88FEE; }
a { background-color: rgb(200,143,238); }
div.DivClassName
{
background-color: #C88FEE;
}
.BgClassName
{
background-color: #C88FEE;
}
</style>
border-color css
<style>
span { border-color: #C88FEE; }
span { border-color: rgb(200,143,238); }
td.TdClassName
{
border-color: #C88FEE;
}
.TagClassName
{
border-color: #C88FEE;
}
</style>