Shades of Wisteria #C287F7
Tints of Wisteria #C287F7
RGB
CMYK
RGB Variations
Color information
#C287F7 (or 0xC287F7) is known color: Wisteria. HEX triplet: C2, 87 and F7. RGB value is (194,135,247). Sum of RGB (Red+Green+Blue) = 194+135+247=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 135 (53.12% from 255 or 23.44% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #C287F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C287F7 is #3D7808. Grayscale: #A5A5A5. Windows color (decimal): -4028425 or 16222146. OLE color: 16222146.
HSL color Cylindrical-coordinate representation of color #C287F7: hue angle of 271.61º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C287F7 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 135 | 247 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.03 |
| HSL | 271.61º | 0.88% | 0.75% | - |
| HSV(B) | 271.61º | 0.45% | 0.97% | - |
| XYZ | 47.7 | 35.51 | 92.34 | - |
| YUV | 165.41 | 174.05 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 247 | 0.21 | 0.45 | 0 | 0.03 | 271.61 | 0.88 | 0.75 |
| Hex | C2 | 87 | F7 | 15 | 2D | 0 | 3 | 110 | 58 | 4B |
| Octal | 302 | 207 | 367 | 25 | 55 | 0 | 3 | 420 | 130 | 113 |
| Binary | 11000010 | 10000111 | 11110111 | 10101 | 101101 | 0 | 11 | 100010000 | 1011000 | 1001011 |
Color Harmonies of #C287F7
Complementary color
Monochromatic Colors of #C287F7
Black with #C287F7
Text Example
Text Example
White with #C287F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287F7; }
p { color: rgb(194,135,247); }
H1.HeaderClassName
{
color: #C287F7;
}
.AnyTagClassName
{
color: #C287F7;
}
</style>
background-color css
<style>
a { background-color: #C287F7; }
a { background-color: rgb(194,135,247); }
div.DivClassName
{
background-color: #C287F7;
}
.BgClassName
{
background-color: #C287F7;
}
</style>
border-color css
<style>
span { border-color: #C287F7; }
span { border-color: rgb(194,135,247); }
td.TdClassName
{
border-color: #C287F7;
}
.TagClassName
{
border-color: #C287F7;
}
</style>