Shades of Wisteria #C18FDB
Tints of Wisteria #C18FDB
RGB
CMYK
RGB Variations
Color information
#C18FDB (or 0xC18FDB) is known color: Wisteria. HEX triplet: C1, 8F and DB. RGB value is (193,143,219). Sum of RGB (Red+Green+Blue) = 193+143+219=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #C18FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FDB is #3E7024. Grayscale: #A6A6A6. Windows color (decimal): -4091941 or 14389185. OLE color: 14389185.
HSL color Cylindrical-coordinate representation of color #C18FDB: hue angle of 279.47º degrees, saturation: 0.51, 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 #C18FDB is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 193 | 143 | 219 | - |
CMYK | 0.12 | 0.35 | 0 | 0.14 |
HSL | 279.47º | 0.51% | 0.71% | - |
HSV(B) | 279.47º | 0.35% | 0.86% | - |
XYZ | 44.6 | 36.1 | 71.63 | - |
YUV | 166.61 | 157.57 | 146.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 143 | 219 | 0.12 | 0.35 | 0 | 0.14 | 279.47 | 0.51 | 0.71 |
Hex | C1 | 8F | DB | C | 23 | 0 | E | 117 | 33 | 47 |
Octal | 301 | 217 | 333 | 14 | 43 | 0 | 16 | 427 | 63 | 107 |
Binary | 11000001 | 10001111 | 11011011 | 1100 | 100011 | 0 | 1110 | 100010111 | 110011 | 1000111 |
Color Harmonies of #C18FDB
Complementary color
Monochromatic Colors of #C18FDB
Black with #C18FDB
Text Example
Text Example
White with #C18FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FDB; }
p { color: rgb(193,143,219); }
H1.HeaderClassName
{
color: #C18FDB;
}
.AnyTagClassName
{
color: #C18FDB;
}
</style>
background-color css
<style>
a { background-color: #C18FDB; }
a { background-color: rgb(193,143,219); }
div.DivClassName
{
background-color: #C18FDB;
}
.BgClassName
{
background-color: #C18FDB;
}
</style>
border-color css
<style>
span { border-color: #C18FDB; }
span { border-color: rgb(193,143,219); }
td.TdClassName
{
border-color: #C18FDB;
}
.TagClassName
{
border-color: #C18FDB;
}
</style>