Shades of Wisteria #C289E7
Tints of Wisteria #C289E7
RGB
CMYK
RGB Variations
Color information
#C289E7 (or 0xC289E7) is known color: Wisteria. HEX triplet: C2, 89 and E7. RGB value is (194,137,231). Sum of RGB (Red+Green+Blue) = 194+137+231=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 231 - color contains mainly: blue. Hex color #C289E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C289E7 is #3D7618. Grayscale: #A4A4A4. Windows color (decimal): -4027929 or 15174082. OLE color: 15174082.
HSL color Cylindrical-coordinate representation of color #C289E7: hue angle of 276.38º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C289E7 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 137 | 231 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.09 |
| HSL | 276.38º | 0.66% | 0.72% | - |
| HSV(B) | 276.38º | 0.41% | 0.91% | - |
| XYZ | 45.62 | 35.13 | 79.98 | - |
| YUV | 164.76 | 165.38 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 231 | 0.16 | 0.41 | 0 | 0.09 | 276.38 | 0.66 | 0.72 |
| Hex | C2 | 89 | E7 | 10 | 29 | 0 | 9 | 114 | 42 | 48 |
| Octal | 302 | 211 | 347 | 20 | 51 | 0 | 11 | 424 | 102 | 110 |
| Binary | 11000010 | 10001001 | 11100111 | 10000 | 101001 | 0 | 1001 | 100010100 | 1000010 | 1001000 |
Color Harmonies of #C289E7
Complementary color
Monochromatic Colors of #C289E7
Black with #C289E7
Text Example
Text Example
White with #C289E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C289E7; }
p { color: rgb(194,137,231); }
H1.HeaderClassName
{
color: #C289E7;
}
.AnyTagClassName
{
color: #C289E7;
}
</style>
background-color css
<style>
a { background-color: #C289E7; }
a { background-color: rgb(194,137,231); }
div.DivClassName
{
background-color: #C289E7;
}
.BgClassName
{
background-color: #C289E7;
}
</style>
border-color css
<style>
span { border-color: #C289E7; }
span { border-color: rgb(194,137,231); }
td.TdClassName
{
border-color: #C289E7;
}
.TagClassName
{
border-color: #C289E7;
}
</style>