Shades of Wisteria #C287F3
Tints of Wisteria #C287F3
RGB
CMYK
RGB Variations
Color information
#C287F3 (or 0xC287F3) is known color: Wisteria. HEX triplet: C2, 87 and F3. RGB value is (194,135,243). Sum of RGB (Red+Green+Blue) = 194+135+243=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #C287F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C287F3 is #3D780C. Grayscale: #A4A4A4. Windows color (decimal): -4028429 or 15960002. OLE color: 15960002.
HSL color Cylindrical-coordinate representation of color #C287F3: hue angle of 272.78º degrees, saturation: 0.82, 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 #C287F3 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 135 | 243 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.05 |
| HSL | 272.78º | 0.82% | 0.74% | - |
| HSV(B) | 272.78º | 0.44% | 0.95% | - |
| XYZ | 47.09 | 35.27 | 89.12 | - |
| YUV | 164.95 | 172.05 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 243 | 0.20 | 0.44 | 0 | 0.05 | 272.78 | 0.82 | 0.74 |
| Hex | C2 | 87 | F3 | 14 | 2C | 0 | 5 | 111 | 52 | 4A |
| Octal | 302 | 207 | 363 | 24 | 54 | 0 | 5 | 421 | 122 | 112 |
| Binary | 11000010 | 10000111 | 11110011 | 10100 | 101100 | 0 | 101 | 100010001 | 1010010 | 1001010 |
Color Harmonies of #C287F3
Complementary color
Monochromatic Colors of #C287F3
Black with #C287F3
Text Example
Text Example
White with #C287F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287F3; }
p { color: rgb(194,135,243); }
H1.HeaderClassName
{
color: #C287F3;
}
.AnyTagClassName
{
color: #C287F3;
}
</style>
background-color css
<style>
a { background-color: #C287F3; }
a { background-color: rgb(194,135,243); }
div.DivClassName
{
background-color: #C287F3;
}
.BgClassName
{
background-color: #C287F3;
}
</style>
border-color css
<style>
span { border-color: #C287F3; }
span { border-color: rgb(194,135,243); }
td.TdClassName
{
border-color: #C287F3;
}
.TagClassName
{
border-color: #C287F3;
}
</style>