Shades of Wisteria #C287E8
Tints of Wisteria #C287E8
RGB
CMYK
RGB Variations
Color information
#C287E8 (or 0xC287E8) is known color: Wisteria. HEX triplet: C2, 87 and E8. RGB value is (194,135,232). Sum of RGB (Red+Green+Blue) = 194+135+232=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #C287E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C287E8 is #3D7817. Grayscale: #A3A3A3. Windows color (decimal): -4028440 or 15239106. OLE color: 15239106.
HSL color Cylindrical-coordinate representation of color #C287E8: hue angle of 276.49º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C287E8 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 135 | 232 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.09 |
| HSL | 276.49º | 0.68% | 0.72% | - |
| HSV(B) | 276.49º | 0.42% | 0.91% | - |
| XYZ | 45.48 | 34.62 | 80.63 | - |
| YUV | 163.7 | 166.55 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 232 | 0.16 | 0.42 | 0 | 0.09 | 276.49 | 0.68 | 0.72 |
| Hex | C2 | 87 | E8 | 10 | 2A | 0 | 9 | 114 | 44 | 48 |
| Octal | 302 | 207 | 350 | 20 | 52 | 0 | 11 | 424 | 104 | 110 |
| Binary | 11000010 | 10000111 | 11101000 | 10000 | 101010 | 0 | 1001 | 100010100 | 1000100 | 1001000 |
Color Harmonies of #C287E8
Complementary color
Monochromatic Colors of #C287E8
Black with #C287E8
Text Example
Text Example
White with #C287E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287E8; }
p { color: rgb(194,135,232); }
H1.HeaderClassName
{
color: #C287E8;
}
.AnyTagClassName
{
color: #C287E8;
}
</style>
background-color css
<style>
a { background-color: #C287E8; }
a { background-color: rgb(194,135,232); }
div.DivClassName
{
background-color: #C287E8;
}
.BgClassName
{
background-color: #C287E8;
}
</style>
border-color css
<style>
span { border-color: #C287E8; }
span { border-color: rgb(194,135,232); }
td.TdClassName
{
border-color: #C287E8;
}
.TagClassName
{
border-color: #C287E8;
}
</style>