Shades of Wisteria #C18FEC
Tints of Wisteria #C18FEC
RGB
CMYK
RGB Variations
Color information
#C18FEC (or 0xC18FEC) is known color: Wisteria. HEX triplet: C1, 8F and EC. RGB value is (193,143,236). Sum of RGB (Red+Green+Blue) = 193+143+236=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #C18FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18FEC is #3E7013. Grayscale: #A8A8A8. Windows color (decimal): -4091924 or 15503297. OLE color: 15503297.
HSL color Cylindrical-coordinate representation of color #C18FEC: hue angle of 272.26º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C18FEC is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 143 | 236 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.07 |
| HSL | 272.26º | 0.71% | 0.74% | - |
| HSV(B) | 272.26º | 0.39% | 0.93% | - |
| XYZ | 46.96 | 37.04 | 84.03 | - |
| YUV | 168.55 | 166.07 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 236 | 0.18 | 0.39 | 0 | 0.07 | 272.26 | 0.71 | 0.74 |
| Hex | C1 | 8F | EC | 12 | 27 | 0 | 7 | 110 | 47 | 4A |
| Octal | 301 | 217 | 354 | 22 | 47 | 0 | 7 | 420 | 107 | 112 |
| Binary | 11000001 | 10001111 | 11101100 | 10010 | 100111 | 0 | 111 | 100010000 | 1000111 | 1001010 |
Color Harmonies of #C18FEC
Complementary color
Monochromatic Colors of #C18FEC
Black with #C18FEC
Text Example
Text Example
White with #C18FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FEC; }
p { color: rgb(193,143,236); }
H1.HeaderClassName
{
color: #C18FEC;
}
.AnyTagClassName
{
color: #C18FEC;
}
</style>
background-color css
<style>
a { background-color: #C18FEC; }
a { background-color: rgb(193,143,236); }
div.DivClassName
{
background-color: #C18FEC;
}
.BgClassName
{
background-color: #C18FEC;
}
</style>
border-color css
<style>
span { border-color: #C18FEC; }
span { border-color: rgb(193,143,236); }
td.TdClassName
{
border-color: #C18FEC;
}
.TagClassName
{
border-color: #C18FEC;
}
</style>