Shades of Wisteria #C18FD0
Tints of Wisteria #C18FD0
RGB
CMYK
RGB Variations
Color information
#C18FD0 (or 0xC18FD0) is known color: Wisteria. HEX triplet: C1, 8F and D0. RGB value is (193,143,208). Sum of RGB (Red+Green+Blue) = 193+143+208=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #C18FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FD0 is #3E702F. Grayscale: #A5A5A5. Windows color (decimal): -4091952 or 13668289. OLE color: 13668289.
HSL color Cylindrical-coordinate representation of color #C18FD0: hue angle of 286.15º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C18FD0 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 143 | 208 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.18 |
| HSL | 286.15º | 0.41% | 0.69% | - |
| HSV(B) | 286.15º | 0.31% | 0.82% | - |
| XYZ | 43.2 | 35.54 | 64.26 | - |
| YUV | 165.36 | 152.07 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 208 | 0.07 | 0.31 | 0 | 0.18 | 286.15 | 0.41 | 0.69 |
| Hex | C1 | 8F | D0 | 7 | 1F | 0 | 12 | 11E | 29 | 45 |
| Octal | 301 | 217 | 320 | 7 | 37 | 0 | 22 | 436 | 51 | 105 |
| Binary | 11000001 | 10001111 | 11010000 | 111 | 11111 | 0 | 10010 | 100011110 | 101001 | 1000101 |
Color Harmonies of #C18FD0
Complementary color
Monochromatic Colors of #C18FD0
Black with #C18FD0
Text Example
Text Example
White with #C18FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FD0; }
p { color: rgb(193,143,208); }
H1.HeaderClassName
{
color: #C18FD0;
}
.AnyTagClassName
{
color: #C18FD0;
}
</style>
background-color css
<style>
a { background-color: #C18FD0; }
a { background-color: rgb(193,143,208); }
div.DivClassName
{
background-color: #C18FD0;
}
.BgClassName
{
background-color: #C18FD0;
}
</style>
border-color css
<style>
span { border-color: #C18FD0; }
span { border-color: rgb(193,143,208); }
td.TdClassName
{
border-color: #C18FD0;
}
.TagClassName
{
border-color: #C18FD0;
}
</style>