Shades of Wisteria #C18BEA
Tints of Wisteria #C18BEA
RGB
CMYK
RGB Variations
Color information
#C18BEA (or 0xC18BEA) is known color: Wisteria. HEX triplet: C1, 8B and EA. RGB value is (193,139,234). Sum of RGB (Red+Green+Blue) = 193+139+234=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #C18BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18BEA is #3E7415. Grayscale: #A5A5A5. Windows color (decimal): -4092950 or 15371201. OLE color: 15371201.
HSL color Cylindrical-coordinate representation of color #C18BEA: hue angle of 274.11º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C18BEA is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 139 | 234 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.08 |
| HSL | 274.11º | 0.69% | 0.73% | - |
| HSV(B) | 274.11º | 0.41% | 0.92% | - |
| XYZ | 46.08 | 35.74 | 82.31 | - |
| YUV | 165.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 234 | 0.18 | 0.41 | 0 | 0.08 | 274.11 | 0.69 | 0.73 |
| Hex | C1 | 8B | EA | 12 | 29 | 0 | 8 | 112 | 45 | 49 |
| Octal | 301 | 213 | 352 | 22 | 51 | 0 | 10 | 422 | 105 | 111 |
| Binary | 11000001 | 10001011 | 11101010 | 10010 | 101001 | 0 | 1000 | 100010010 | 1000101 | 1001001 |
Color Harmonies of #C18BEA
Complementary color
Monochromatic Colors of #C18BEA
Black with #C18BEA
Text Example
Text Example
White with #C18BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18BEA; }
p { color: rgb(193,139,234); }
H1.HeaderClassName
{
color: #C18BEA;
}
.AnyTagClassName
{
color: #C18BEA;
}
</style>
background-color css
<style>
a { background-color: #C18BEA; }
a { background-color: rgb(193,139,234); }
div.DivClassName
{
background-color: #C18BEA;
}
.BgClassName
{
background-color: #C18BEA;
}
</style>
border-color css
<style>
span { border-color: #C18BEA; }
span { border-color: rgb(193,139,234); }
td.TdClassName
{
border-color: #C18BEA;
}
.TagClassName
{
border-color: #C18BEA;
}
</style>