Shades of Wisteria #C18DFC
Tints of Wisteria #C18DFC
RGB
CMYK
RGB Variations
Color information
#C18DFC (or 0xC18DFC) is known color: Wisteria. HEX triplet: C1, 8D and FC. RGB value is (193,141,252). Sum of RGB (Red+Green+Blue) = 193+141+252=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #C18DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18DFC is #3E7203. Grayscale: #A8A8A8. Windows color (decimal): -4092420 or 16551361. OLE color: 16551361.
HSL color Cylindrical-coordinate representation of color #C18DFC: hue angle of 268.11º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C18DFC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 141 | 252 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.01 |
| HSL | 268.11º | 0.95% | 0.77% | - |
| HSV(B) | 268.11º | 0.44% | 0.99% | - |
| XYZ | 49.09 | 37.42 | 96.73 | - |
| YUV | 169.2 | 174.73 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 252 | 0.23 | 0.44 | 0 | 0.01 | 268.11 | 0.95 | 0.77 |
| Hex | C1 | 8D | FC | 17 | 2C | 0 | 1 | 10C | 5F | 4D |
| Octal | 301 | 215 | 374 | 27 | 54 | 0 | 1 | 414 | 137 | 115 |
| Binary | 11000001 | 10001101 | 11111100 | 10111 | 101100 | 0 | 1 | 100001100 | 1011111 | 1001101 |
Color Harmonies of #C18DFC
Complementary color
Monochromatic Colors of #C18DFC
Black with #C18DFC
Text Example
Text Example
White with #C18DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18DFC; }
p { color: rgb(193,141,252); }
H1.HeaderClassName
{
color: #C18DFC;
}
.AnyTagClassName
{
color: #C18DFC;
}
</style>
background-color css
<style>
a { background-color: #C18DFC; }
a { background-color: rgb(193,141,252); }
div.DivClassName
{
background-color: #C18DFC;
}
.BgClassName
{
background-color: #C18DFC;
}
</style>
border-color css
<style>
span { border-color: #C18DFC; }
span { border-color: rgb(193,141,252); }
td.TdClassName
{
border-color: #C18DFC;
}
.TagClassName
{
border-color: #C18DFC;
}
</style>