Shades of Wisteria #C886F0
Tints of Wisteria #C886F0
RGB
CMYK
RGB Variations
Color information
#C886F0 (or 0xC886F0) is known color: Wisteria. HEX triplet: C8, 86 and F0. RGB value is (200,134,240). Sum of RGB (Red+Green+Blue) = 200+134+240=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #C886F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C886F0 is #37790F. Grayscale: #A5A5A5. Windows color (decimal): -3635472 or 15763144. OLE color: 15763144.
HSL color Cylindrical-coordinate representation of color #C886F0: hue angle of 277.36º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C886F0 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 134 | 240 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.06 |
| HSL | 277.36º | 0.78% | 0.73% | - |
| HSV(B) | 277.36º | 0.44% | 0.94% | - |
| XYZ | 48.07 | 35.62 | 86.78 | - |
| YUV | 165.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 240 | 0.17 | 0.44 | 0 | 0.06 | 277.36 | 0.78 | 0.73 |
| Hex | C8 | 86 | F0 | 11 | 2C | 0 | 6 | 115 | 4E | 49 |
| Octal | 310 | 206 | 360 | 21 | 54 | 0 | 6 | 425 | 116 | 111 |
| Binary | 11001000 | 10000110 | 11110000 | 10001 | 101100 | 0 | 110 | 100010101 | 1001110 | 1001001 |
Color Harmonies of #C886F0
Complementary color
Monochromatic Colors of #C886F0
Black with #C886F0
Text Example
Text Example
White with #C886F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C886F0; }
p { color: rgb(200,134,240); }
H1.HeaderClassName
{
color: #C886F0;
}
.AnyTagClassName
{
color: #C886F0;
}
</style>
background-color css
<style>
a { background-color: #C886F0; }
a { background-color: rgb(200,134,240); }
div.DivClassName
{
background-color: #C886F0;
}
.BgClassName
{
background-color: #C886F0;
}
</style>
border-color css
<style>
span { border-color: #C886F0; }
span { border-color: rgb(200,134,240); }
td.TdClassName
{
border-color: #C886F0;
}
.TagClassName
{
border-color: #C886F0;
}
</style>