Shades of Wisteria #C18CEC
Tints of Wisteria #C18CEC
RGB
CMYK
RGB Variations
Color information
#C18CEC (or 0xC18CEC) is known color: Wisteria. HEX triplet: C1, 8C and EC. RGB value is (193,140,236). Sum of RGB (Red+Green+Blue) = 193+140+236=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #C18CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18CEC is #3E7313. Grayscale: #A6A6A6. Windows color (decimal): -4092692 or 15502529. OLE color: 15502529.
HSL color Cylindrical-coordinate representation of color #C18CEC: hue angle of 273.12º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C18CEC is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 140 | 236 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.07 |
| HSL | 273.13º | 0.72% | 0.74% | - |
| HSV(B) | 273.13º | 0.41% | 0.93% | - |
| XYZ | 46.51 | 36.15 | 83.88 | - |
| YUV | 166.79 | 167.06 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 236 | 0.18 | 0.41 | 0 | 0.07 | 273.13 | 0.72 | 0.74 |
| Hex | C1 | 8C | EC | 12 | 29 | 0 | 7 | 111 | 48 | 4A |
| Octal | 301 | 214 | 354 | 22 | 51 | 0 | 7 | 421 | 110 | 112 |
| Binary | 11000001 | 10001100 | 11101100 | 10010 | 101001 | 0 | 111 | 100010001 | 1001000 | 1001010 |
Color Harmonies of #C18CEC
Complementary color
Monochromatic Colors of #C18CEC
Black with #C18CEC
Text Example
Text Example
White with #C18CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18CEC; }
p { color: rgb(193,140,236); }
H1.HeaderClassName
{
color: #C18CEC;
}
.AnyTagClassName
{
color: #C18CEC;
}
</style>
background-color css
<style>
a { background-color: #C18CEC; }
a { background-color: rgb(193,140,236); }
div.DivClassName
{
background-color: #C18CEC;
}
.BgClassName
{
background-color: #C18CEC;
}
</style>
border-color css
<style>
span { border-color: #C18CEC; }
span { border-color: rgb(193,140,236); }
td.TdClassName
{
border-color: #C18CEC;
}
.TagClassName
{
border-color: #C18CEC;
}
</style>