Shades of Wisteria #C18FF3
Tints of Wisteria #C18FF3
RGB
CMYK
RGB Variations
Color information
#C18FF3 (or 0xC18FF3) is known color: Wisteria. HEX triplet: C1, 8F and F3. RGB value is (193,143,243). Sum of RGB (Red+Green+Blue) = 193+143+243=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 243 (95.31% from 255 or 41.97% from 579); Max value from RGB is 243 - color contains mainly: blue. Hex color #C18FF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18FF3 is #3E700C. Grayscale: #A8A8A8. Windows color (decimal): -4091917 or 15962049. OLE color: 15962049.
HSL color Cylindrical-coordinate representation of color #C18FF3: hue angle of 270º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C18FF3 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 143 | 243 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.05 |
| HSL | 270º | 0.81% | 0.76% | - |
| HSV(B) | 270º | 0.41% | 0.95% | - |
| XYZ | 47.99 | 37.45 | 89.49 | - |
| YUV | 169.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 243 | 0.21 | 0.41 | 0 | 0.05 | 270 | 0.81 | 0.76 |
| Hex | C1 | 8F | F3 | 15 | 29 | 0 | 5 | 10E | 51 | 4C |
| Octal | 301 | 217 | 363 | 25 | 51 | 0 | 5 | 416 | 121 | 114 |
| Binary | 11000001 | 10001111 | 11110011 | 10101 | 101001 | 0 | 101 | 100001110 | 1010001 | 1001100 |
Color Harmonies of #C18FF3
Complementary color
Monochromatic Colors of #C18FF3
Black with #C18FF3
Text Example
Text Example
White with #C18FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FF3; }
p { color: rgb(193,143,243); }
H1.HeaderClassName
{
color: #C18FF3;
}
.AnyTagClassName
{
color: #C18FF3;
}
</style>
background-color css
<style>
a { background-color: #C18FF3; }
a { background-color: rgb(193,143,243); }
div.DivClassName
{
background-color: #C18FF3;
}
.BgClassName
{
background-color: #C18FF3;
}
</style>
border-color css
<style>
span { border-color: #C18FF3; }
span { border-color: rgb(193,143,243); }
td.TdClassName
{
border-color: #C18FF3;
}
.TagClassName
{
border-color: #C18FF3;
}
</style>