Shades of Wisteria #C389F2
Tints of Wisteria #C389F2
RGB
CMYK
RGB Variations
Color information
#C389F2 (or 0xC389F2) is known color: Wisteria. HEX triplet: C3, 89 and F2. RGB value is (195,137,242). Sum of RGB (Red+Green+Blue) = 195+137+242=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #C389F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C389F2 is #3C760D. Grayscale: #A5A5A5. Windows color (decimal): -3962382 or 15894979. OLE color: 15894979.
HSL color Cylindrical-coordinate representation of color #C389F2: hue angle of 273.14º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C389F2 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 137 | 242 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.05 |
| HSL | 273.14º | 0.8% | 0.74% | - |
| HSV(B) | 273.14º | 0.43% | 0.95% | - |
| XYZ | 47.48 | 35.9 | 88.43 | - |
| YUV | 166.31 | 170.72 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 242 | 0.19 | 0.43 | 0 | 0.05 | 273.14 | 0.8 | 0.74 |
| Hex | C3 | 89 | F2 | 13 | 2B | 0 | 5 | 111 | 50 | 4A |
| Octal | 303 | 211 | 362 | 23 | 53 | 0 | 5 | 421 | 120 | 112 |
| Binary | 11000011 | 10001001 | 11110010 | 10011 | 101011 | 0 | 101 | 100010001 | 1010000 | 1001010 |
Color Harmonies of #C389F2
Complementary color
Monochromatic Colors of #C389F2
Black with #C389F2
Text Example
Text Example
White with #C389F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C389F2; }
p { color: rgb(195,137,242); }
H1.HeaderClassName
{
color: #C389F2;
}
.AnyTagClassName
{
color: #C389F2;
}
</style>
background-color css
<style>
a { background-color: #C389F2; }
a { background-color: rgb(195,137,242); }
div.DivClassName
{
background-color: #C389F2;
}
.BgClassName
{
background-color: #C389F2;
}
</style>
border-color css
<style>
span { border-color: #C389F2; }
span { border-color: rgb(195,137,242); }
td.TdClassName
{
border-color: #C389F2;
}
.TagClassName
{
border-color: #C389F2;
}
</style>