Shades of Wisteria #C893F1
Tints of Wisteria #C893F1
RGB
CMYK
RGB Variations
Color information
#C893F1 (or 0xC893F1) is known color: Wisteria. HEX triplet: C8, 93 and F1. RGB value is (200,147,241). Sum of RGB (Red+Green+Blue) = 200+147+241=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #C893F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C893F1 is #376C0E. Grayscale: #ADADAD. Windows color (decimal): -3632143 or 15832008. OLE color: 15832008.
HSL color Cylindrical-coordinate representation of color #C893F1: hue angle of 273.83º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C893F1 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 147 | 241 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.05 |
| HSL | 273.83º | 0.77% | 0.76% | - |
| HSV(B) | 273.83º | 0.39% | 0.95% | - |
| XYZ | 50.13 | 39.5 | 88.2 | - |
| YUV | 173.56 | 166.06 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 241 | 0.17 | 0.39 | 0 | 0.05 | 273.83 | 0.77 | 0.76 |
| Hex | C8 | 93 | F1 | 11 | 27 | 0 | 5 | 112 | 4D | 4C |
| Octal | 310 | 223 | 361 | 21 | 47 | 0 | 5 | 422 | 115 | 114 |
| Binary | 11001000 | 10010011 | 11110001 | 10001 | 100111 | 0 | 101 | 100010010 | 1001101 | 1001100 |
Color Harmonies of #C893F1
Complementary color
Monochromatic Colors of #C893F1
Black with #C893F1
Text Example
Text Example
White with #C893F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C893F1; }
p { color: rgb(200,147,241); }
H1.HeaderClassName
{
color: #C893F1;
}
.AnyTagClassName
{
color: #C893F1;
}
</style>
background-color css
<style>
a { background-color: #C893F1; }
a { background-color: rgb(200,147,241); }
div.DivClassName
{
background-color: #C893F1;
}
.BgClassName
{
background-color: #C893F1;
}
</style>
border-color css
<style>
span { border-color: #C893F1; }
span { border-color: rgb(200,147,241); }
td.TdClassName
{
border-color: #C893F1;
}
.TagClassName
{
border-color: #C893F1;
}
</style>