Shades of Wisteria #C18FDC
Tints of Wisteria #C18FDC
RGB
CMYK
RGB Variations
Color information
#C18FDC (or 0xC18FDC) is known color: Wisteria. HEX triplet: C1, 8F and DC. RGB value is (193,143,220). Sum of RGB (Red+Green+Blue) = 193+143+220=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #C18FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FDC is #3E7023. Grayscale: #A6A6A6. Windows color (decimal): -4091940 or 14454721. OLE color: 14454721.
HSL color Cylindrical-coordinate representation of color #C18FDC: hue angle of 278.96º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C18FDC is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 143 | 220 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.14 |
| HSL | 278.96º | 0.52% | 0.71% | - |
| HSV(B) | 278.96º | 0.35% | 0.86% | - |
| XYZ | 44.73 | 36.15 | 72.33 | - |
| YUV | 166.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 220 | 0.12 | 0.35 | 0 | 0.14 | 278.96 | 0.52 | 0.71 |
| Hex | C1 | 8F | DC | C | 23 | 0 | E | 117 | 34 | 47 |
| Octal | 301 | 217 | 334 | 14 | 43 | 0 | 16 | 427 | 64 | 107 |
| Binary | 11000001 | 10001111 | 11011100 | 1100 | 100011 | 0 | 1110 | 100010111 | 110100 | 1000111 |
Color Harmonies of #C18FDC
Complementary color
Monochromatic Colors of #C18FDC
Black with #C18FDC
Text Example
Text Example
White with #C18FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FDC; }
p { color: rgb(193,143,220); }
H1.HeaderClassName
{
color: #C18FDC;
}
.AnyTagClassName
{
color: #C18FDC;
}
</style>
background-color css
<style>
a { background-color: #C18FDC; }
a { background-color: rgb(193,143,220); }
div.DivClassName
{
background-color: #C18FDC;
}
.BgClassName
{
background-color: #C18FDC;
}
</style>
border-color css
<style>
span { border-color: #C18FDC; }
span { border-color: rgb(193,143,220); }
td.TdClassName
{
border-color: #C18FDC;
}
.TagClassName
{
border-color: #C18FDC;
}
</style>