Shades of Wisteria #C18FEB
Tints of Wisteria #C18FEB
RGB
CMYK
RGB Variations
Color information
#C18FEB (or 0xC18FEB) is known color: Wisteria. HEX triplet: C1, 8F and EB. RGB value is (193,143,235). Sum of RGB (Red+Green+Blue) = 193+143+235=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #C18FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18FEB is #3E7014. Grayscale: #A8A8A8. Windows color (decimal): -4091925 or 15437761. OLE color: 15437761.
HSL color Cylindrical-coordinate representation of color #C18FEB: hue angle of 272.61º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C18FEB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 143 | 235 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.08 |
| HSL | 272.61º | 0.7% | 0.74% | - |
| HSV(B) | 272.61º | 0.39% | 0.92% | - |
| XYZ | 46.81 | 36.98 | 83.27 | - |
| YUV | 168.44 | 165.57 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 235 | 0.18 | 0.39 | 0 | 0.08 | 272.61 | 0.7 | 0.74 |
| Hex | C1 | 8F | EB | 12 | 27 | 0 | 8 | 111 | 46 | 4A |
| Octal | 301 | 217 | 353 | 22 | 47 | 0 | 10 | 421 | 106 | 112 |
| Binary | 11000001 | 10001111 | 11101011 | 10010 | 100111 | 0 | 1000 | 100010001 | 1000110 | 1001010 |
Color Harmonies of #C18FEB
Complementary color
Monochromatic Colors of #C18FEB
Black with #C18FEB
Text Example
Text Example
White with #C18FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FEB; }
p { color: rgb(193,143,235); }
H1.HeaderClassName
{
color: #C18FEB;
}
.AnyTagClassName
{
color: #C18FEB;
}
</style>
background-color css
<style>
a { background-color: #C18FEB; }
a { background-color: rgb(193,143,235); }
div.DivClassName
{
background-color: #C18FEB;
}
.BgClassName
{
background-color: #C18FEB;
}
</style>
border-color css
<style>
span { border-color: #C18FEB; }
span { border-color: rgb(193,143,235); }
td.TdClassName
{
border-color: #C18FEB;
}
.TagClassName
{
border-color: #C18FEB;
}
</style>