Shades of Wisteria #C18CEA
Tints of Wisteria #C18CEA
RGB
CMYK
RGB Variations
Color information
#C18CEA (or 0xC18CEA) is known color: Wisteria. HEX triplet: C1, 8C and EA. RGB value is (193,140,234). Sum of RGB (Red+Green+Blue) = 193+140+234=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #C18CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18CEA is #3E7315. Grayscale: #A6A6A6. Windows color (decimal): -4092694 or 15371457. OLE color: 15371457.
HSL color Cylindrical-coordinate representation of color #C18CEA: hue angle of 273.83º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C18CEA is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 140 | 234 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.08 |
| HSL | 273.83º | 0.69% | 0.73% | - |
| HSV(B) | 273.83º | 0.4% | 0.92% | - |
| XYZ | 46.22 | 36.03 | 82.36 | - |
| YUV | 166.56 | 166.06 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 234 | 0.18 | 0.40 | 0 | 0.08 | 273.83 | 0.69 | 0.73 |
| Hex | C1 | 8C | EA | 12 | 28 | 0 | 8 | 112 | 45 | 49 |
| Octal | 301 | 214 | 352 | 22 | 50 | 0 | 10 | 422 | 105 | 111 |
| Binary | 11000001 | 10001100 | 11101010 | 10010 | 101000 | 0 | 1000 | 100010010 | 1000101 | 1001001 |
Color Harmonies of #C18CEA
Complementary color
Monochromatic Colors of #C18CEA
Black with #C18CEA
Text Example
Text Example
White with #C18CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18CEA; }
p { color: rgb(193,140,234); }
H1.HeaderClassName
{
color: #C18CEA;
}
.AnyTagClassName
{
color: #C18CEA;
}
</style>
background-color css
<style>
a { background-color: #C18CEA; }
a { background-color: rgb(193,140,234); }
div.DivClassName
{
background-color: #C18CEA;
}
.BgClassName
{
background-color: #C18CEA;
}
</style>
border-color css
<style>
span { border-color: #C18CEA; }
span { border-color: rgb(193,140,234); }
td.TdClassName
{
border-color: #C18CEA;
}
.TagClassName
{
border-color: #C18CEA;
}
</style>