Shades of Wisteria #C18FFC
Tints of Wisteria #C18FFC
RGB
CMYK
RGB Variations
Color information
#C18FFC (or 0xC18FFC) is known color: Wisteria. HEX triplet: C1, 8F and FC. RGB value is (193,143,252). Sum of RGB (Red+Green+Blue) = 193+143+252=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #C18FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18FFC is #3E7003. Grayscale: #A9A9A9. Windows color (decimal): -4091908 or 16551873. OLE color: 16551873.
HSL color Cylindrical-coordinate representation of color #C18FFC: hue angle of 267.52º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C18FFC is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 143 | 252 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.01 |
| HSL | 267.52º | 0.95% | 0.77% | - |
| HSV(B) | 267.52º | 0.43% | 0.99% | - |
| XYZ | 49.39 | 38.01 | 96.83 | - |
| YUV | 170.38 | 174.07 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 252 | 0.23 | 0.43 | 0 | 0.01 | 267.52 | 0.95 | 0.77 |
| Hex | C1 | 8F | FC | 17 | 2B | 0 | 1 | 10C | 5F | 4D |
| Octal | 301 | 217 | 374 | 27 | 53 | 0 | 1 | 414 | 137 | 115 |
| Binary | 11000001 | 10001111 | 11111100 | 10111 | 101011 | 0 | 1 | 100001100 | 1011111 | 1001101 |
Color Harmonies of #C18FFC
Complementary color
Monochromatic Colors of #C18FFC
Black with #C18FFC
Text Example
Text Example
White with #C18FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FFC; }
p { color: rgb(193,143,252); }
H1.HeaderClassName
{
color: #C18FFC;
}
.AnyTagClassName
{
color: #C18FFC;
}
</style>
background-color css
<style>
a { background-color: #C18FFC; }
a { background-color: rgb(193,143,252); }
div.DivClassName
{
background-color: #C18FFC;
}
.BgClassName
{
background-color: #C18FFC;
}
</style>
border-color css
<style>
span { border-color: #C18FFC; }
span { border-color: rgb(193,143,252); }
td.TdClassName
{
border-color: #C18FFC;
}
.TagClassName
{
border-color: #C18FFC;
}
</style>