Shades of Wisteria #C18FDD
Tints of Wisteria #C18FDD
RGB
CMYK
RGB Variations
Color information
#C18FDD (or 0xC18FDD) is known color: Wisteria. HEX triplet: C1, 8F and DD. RGB value is (193,143,221). Sum of RGB (Red+Green+Blue) = 193+143+221=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #C18FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FDD is #3E7022. Grayscale: #A6A6A6. Windows color (decimal): -4091939 or 14520257. OLE color: 14520257.
HSL color Cylindrical-coordinate representation of color #C18FDD: hue angle of 278.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C18FDD is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 143 | 221 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.13 |
| HSL | 278.46º | 0.53% | 0.71% | - |
| HSV(B) | 278.46º | 0.35% | 0.87% | - |
| XYZ | 44.87 | 36.2 | 73.03 | - |
| YUV | 166.84 | 158.57 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 221 | 0.13 | 0.35 | 0 | 0.13 | 278.46 | 0.53 | 0.71 |
| Hex | C1 | 8F | DD | D | 23 | 0 | D | 116 | 35 | 47 |
| Octal | 301 | 217 | 335 | 15 | 43 | 0 | 15 | 426 | 65 | 107 |
| Binary | 11000001 | 10001111 | 11011101 | 1101 | 100011 | 0 | 1101 | 100010110 | 110101 | 1000111 |
Color Harmonies of #C18FDD
Complementary color
Monochromatic Colors of #C18FDD
Black with #C18FDD
Text Example
Text Example
White with #C18FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FDD; }
p { color: rgb(193,143,221); }
H1.HeaderClassName
{
color: #C18FDD;
}
.AnyTagClassName
{
color: #C18FDD;
}
</style>
background-color css
<style>
a { background-color: #C18FDD; }
a { background-color: rgb(193,143,221); }
div.DivClassName
{
background-color: #C18FDD;
}
.BgClassName
{
background-color: #C18FDD;
}
</style>
border-color css
<style>
span { border-color: #C18FDD; }
span { border-color: rgb(193,143,221); }
td.TdClassName
{
border-color: #C18FDD;
}
.TagClassName
{
border-color: #C18FDD;
}
</style>