Shades of Wisteria #C389ED
Tints of Wisteria #C389ED
RGB
CMYK
RGB Variations
Color information
#C389ED (or 0xC389ED) is known color: Wisteria. HEX triplet: C3, 89 and ED. RGB value is (195,137,237). Sum of RGB (Red+Green+Blue) = 195+137+237=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #C389ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C389ED is #3C7612. Grayscale: #A5A5A5. Windows color (decimal): -3962387 or 15567299. OLE color: 15567299.
HSL color Cylindrical-coordinate representation of color #C389ED: hue angle of 274.8º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C389ED is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 137 | 237 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.07 |
| HSL | 274.8º | 0.74% | 0.73% | - |
| HSV(B) | 274.8º | 0.42% | 0.93% | - |
| XYZ | 46.74 | 35.61 | 84.53 | - |
| YUV | 165.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 237 | 0.18 | 0.42 | 0 | 0.07 | 274.8 | 0.74 | 0.73 |
| Hex | C3 | 89 | ED | 12 | 2A | 0 | 7 | 113 | 4A | 49 |
| Octal | 303 | 211 | 355 | 22 | 52 | 0 | 7 | 423 | 112 | 111 |
| Binary | 11000011 | 10001001 | 11101101 | 10010 | 101010 | 0 | 111 | 100010011 | 1001010 | 1001001 |
Color Harmonies of #C389ED
Complementary color
Monochromatic Colors of #C389ED
Black with #C389ED
Text Example
Text Example
White with #C389ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C389ED; }
p { color: rgb(195,137,237); }
H1.HeaderClassName
{
color: #C389ED;
}
.AnyTagClassName
{
color: #C389ED;
}
</style>
background-color css
<style>
a { background-color: #C389ED; }
a { background-color: rgb(195,137,237); }
div.DivClassName
{
background-color: #C389ED;
}
.BgClassName
{
background-color: #C389ED;
}
</style>
border-color css
<style>
span { border-color: #C389ED; }
span { border-color: rgb(195,137,237); }
td.TdClassName
{
border-color: #C389ED;
}
.TagClassName
{
border-color: #C389ED;
}
</style>