Shades of Wisteria #C18FEF
Tints of Wisteria #C18FEF
RGB
CMYK
RGB Variations
Color information
#C18FEF (or 0xC18FEF) is known color: Wisteria. HEX triplet: C1, 8F and EF. RGB value is (193,143,239). Sum of RGB (Red+Green+Blue) = 193+143+239=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #C18FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18FEF is #3E7010. Grayscale: #A8A8A8. Windows color (decimal): -4091921 or 15699905. OLE color: 15699905.
HSL color Cylindrical-coordinate representation of color #C18FEF: hue angle of 271.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C18FEF is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 143 | 239 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.06 |
| HSL | 271.25º | 0.75% | 0.75% | - |
| HSV(B) | 271.25º | 0.4% | 0.94% | - |
| XYZ | 47.39 | 37.21 | 86.35 | - |
| YUV | 168.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 239 | 0.19 | 0.40 | 0 | 0.06 | 271.25 | 0.75 | 0.75 |
| Hex | C1 | 8F | EF | 13 | 28 | 0 | 6 | 10F | 4B | 4B |
| Octal | 301 | 217 | 357 | 23 | 50 | 0 | 6 | 417 | 113 | 113 |
| Binary | 11000001 | 10001111 | 11101111 | 10011 | 101000 | 0 | 110 | 100001111 | 1001011 | 1001011 |
Color Harmonies of #C18FEF
Complementary color
Monochromatic Colors of #C18FEF
Black with #C18FEF
Text Example
Text Example
White with #C18FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FEF; }
p { color: rgb(193,143,239); }
H1.HeaderClassName
{
color: #C18FEF;
}
.AnyTagClassName
{
color: #C18FEF;
}
</style>
background-color css
<style>
a { background-color: #C18FEF; }
a { background-color: rgb(193,143,239); }
div.DivClassName
{
background-color: #C18FEF;
}
.BgClassName
{
background-color: #C18FEF;
}
</style>
border-color css
<style>
span { border-color: #C18FEF; }
span { border-color: rgb(193,143,239); }
td.TdClassName
{
border-color: #C18FEF;
}
.TagClassName
{
border-color: #C18FEF;
}
</style>