Shades of Wisteria #C88CFB
Tints of Wisteria #C88CFB
RGB
CMYK
RGB Variations
Color information
#C88CFB (or 0xC88CFB) is known color: Wisteria. HEX triplet: C8, 8C and FB. RGB value is (200,140,251). Sum of RGB (Red+Green+Blue) = 200+140+251=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #C88CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88CFB is #377304. Grayscale: #AAAAAA. Windows color (decimal): -3633925 or 16485576. OLE color: 16485576.
HSL color Cylindrical-coordinate representation of color #C88CFB: hue angle of 272.43º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C88CFB is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 140 | 251 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.02 |
| HSL | 272.43º | 0.93% | 0.77% | - |
| HSV(B) | 272.43º | 0.44% | 0.98% | - |
| XYZ | 50.61 | 38 | 95.93 | - |
| YUV | 170.59 | 173.38 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 251 | 0.20 | 0.44 | 0 | 0.02 | 272.43 | 0.93 | 0.77 |
| Hex | C8 | 8C | FB | 14 | 2C | 0 | 2 | 110 | 5D | 4D |
| Octal | 310 | 214 | 373 | 24 | 54 | 0 | 2 | 420 | 135 | 115 |
| Binary | 11001000 | 10001100 | 11111011 | 10100 | 101100 | 0 | 10 | 100010000 | 1011101 | 1001101 |
Color Harmonies of #C88CFB
Complementary color
Monochromatic Colors of #C88CFB
Black with #C88CFB
Text Example
Text Example
White with #C88CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88CFB; }
p { color: rgb(200,140,251); }
H1.HeaderClassName
{
color: #C88CFB;
}
.AnyTagClassName
{
color: #C88CFB;
}
</style>
background-color css
<style>
a { background-color: #C88CFB; }
a { background-color: rgb(200,140,251); }
div.DivClassName
{
background-color: #C88CFB;
}
.BgClassName
{
background-color: #C88CFB;
}
</style>
border-color css
<style>
span { border-color: #C88CFB; }
span { border-color: rgb(200,140,251); }
td.TdClassName
{
border-color: #C88CFB;
}
.TagClassName
{
border-color: #C88CFB;
}
</style>