Shades of Wisteria #C888F2
Tints of Wisteria #C888F2
RGB
CMYK
RGB Variations
Color information
#C888F2 (or 0xC888F2) is known color: Wisteria. HEX triplet: C8, 88 and F2. RGB value is (200,136,242). Sum of RGB (Red+Green+Blue) = 200+136+242=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #C888F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C888F2 is #37770D. Grayscale: #A6A6A6. Windows color (decimal): -3634958 or 15894728. OLE color: 15894728.
HSL color Cylindrical-coordinate representation of color #C888F2: hue angle of 276.23º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C888F2 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 136 | 242 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.05 |
| HSL | 276.23º | 0.8% | 0.74% | - |
| HSV(B) | 276.23º | 0.44% | 0.95% | - |
| XYZ | 48.65 | 36.3 | 88.45 | - |
| YUV | 167.22 | 170.2 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 242 | 0.17 | 0.44 | 0 | 0.05 | 276.23 | 0.8 | 0.74 |
| Hex | C8 | 88 | F2 | 11 | 2C | 0 | 5 | 114 | 50 | 4A |
| Octal | 310 | 210 | 362 | 21 | 54 | 0 | 5 | 424 | 120 | 112 |
| Binary | 11001000 | 10001000 | 11110010 | 10001 | 101100 | 0 | 101 | 100010100 | 1010000 | 1001010 |
Color Harmonies of #C888F2
Complementary color
Monochromatic Colors of #C888F2
Black with #C888F2
Text Example
Text Example
White with #C888F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888F2; }
p { color: rgb(200,136,242); }
H1.HeaderClassName
{
color: #C888F2;
}
.AnyTagClassName
{
color: #C888F2;
}
</style>
background-color css
<style>
a { background-color: #C888F2; }
a { background-color: rgb(200,136,242); }
div.DivClassName
{
background-color: #C888F2;
}
.BgClassName
{
background-color: #C888F2;
}
</style>
border-color css
<style>
span { border-color: #C888F2; }
span { border-color: rgb(200,136,242); }
td.TdClassName
{
border-color: #C888F2;
}
.TagClassName
{
border-color: #C888F2;
}
</style>