Shades of Wisteria #C18BF2
Tints of Wisteria #C18BF2
RGB
CMYK
RGB Variations
Color information
#C18BF2 (or 0xC18BF2) is known color: Wisteria. HEX triplet: C1, 8B and F2. RGB value is (193,139,242). Sum of RGB (Red+Green+Blue) = 193+139+242=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #C18BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18BF2 is #3E740D. Grayscale: #A6A6A6. Windows color (decimal): -4092942 or 15895489. OLE color: 15895489.
HSL color Cylindrical-coordinate representation of color #C18BF2: hue angle of 271.46º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C18BF2 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 139 | 242 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.05 |
| HSL | 271.46º | 0.8% | 0.75% | - |
| HSV(B) | 271.46º | 0.43% | 0.95% | - |
| XYZ | 47.25 | 36.21 | 88.5 | - |
| YUV | 166.89 | 170.39 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 242 | 0.20 | 0.43 | 0 | 0.05 | 271.46 | 0.8 | 0.75 |
| Hex | C1 | 8B | F2 | 14 | 2B | 0 | 5 | 10F | 50 | 4B |
| Octal | 301 | 213 | 362 | 24 | 53 | 0 | 5 | 417 | 120 | 113 |
| Binary | 11000001 | 10001011 | 11110010 | 10100 | 101011 | 0 | 101 | 100001111 | 1010000 | 1001011 |
Color Harmonies of #C18BF2
Complementary color
Monochromatic Colors of #C18BF2
Black with #C18BF2
Text Example
Text Example
White with #C18BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18BF2; }
p { color: rgb(193,139,242); }
H1.HeaderClassName
{
color: #C18BF2;
}
.AnyTagClassName
{
color: #C18BF2;
}
</style>
background-color css
<style>
a { background-color: #C18BF2; }
a { background-color: rgb(193,139,242); }
div.DivClassName
{
background-color: #C18BF2;
}
.BgClassName
{
background-color: #C18BF2;
}
</style>
border-color css
<style>
span { border-color: #C18BF2; }
span { border-color: rgb(193,139,242); }
td.TdClassName
{
border-color: #C18BF2;
}
.TagClassName
{
border-color: #C18BF2;
}
</style>