Shades of Wisteria #C18AEA
Tints of Wisteria #C18AEA
RGB
CMYK
RGB Variations
Color information
#C18AEA (or 0xC18AEA) is known color: Wisteria. HEX triplet: C1, 8A and EA. RGB value is (193,138,234). Sum of RGB (Red+Green+Blue) = 193+138+234=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #C18AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18AEA is #3E7515. Grayscale: #A5A5A5. Windows color (decimal): -4093206 or 15370945. OLE color: 15370945.
HSL color Cylindrical-coordinate representation of color #C18AEA: hue angle of 274.38º degrees, saturation: 0.7, 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 #C18AEA is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 138 | 234 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.08 |
| HSL | 274.38º | 0.7% | 0.73% | - |
| HSV(B) | 274.38º | 0.41% | 0.92% | - |
| XYZ | 45.93 | 35.45 | 82.26 | - |
| YUV | 165.39 | 166.72 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 234 | 0.18 | 0.41 | 0 | 0.08 | 274.38 | 0.7 | 0.73 |
| Hex | C1 | 8A | EA | 12 | 29 | 0 | 8 | 112 | 46 | 49 |
| Octal | 301 | 212 | 352 | 22 | 51 | 0 | 10 | 422 | 106 | 111 |
| Binary | 11000001 | 10001010 | 11101010 | 10010 | 101001 | 0 | 1000 | 100010010 | 1000110 | 1001001 |
Color Harmonies of #C18AEA
Complementary color
Monochromatic Colors of #C18AEA
Black with #C18AEA
Text Example
Text Example
White with #C18AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18AEA; }
p { color: rgb(193,138,234); }
H1.HeaderClassName
{
color: #C18AEA;
}
.AnyTagClassName
{
color: #C18AEA;
}
</style>
background-color css
<style>
a { background-color: #C18AEA; }
a { background-color: rgb(193,138,234); }
div.DivClassName
{
background-color: #C18AEA;
}
.BgClassName
{
background-color: #C18AEA;
}
</style>
border-color css
<style>
span { border-color: #C18AEA; }
span { border-color: rgb(193,138,234); }
td.TdClassName
{
border-color: #C18AEA;
}
.TagClassName
{
border-color: #C18AEA;
}
</style>