Shades of Wisteria #C17EDB
Tints of Wisteria #C17EDB
RGB
CMYK
RGB Variations
Color information
#C17EDB (or 0xC17EDB) is known color: Wisteria. HEX triplet: C1, 7E and DB. RGB value is (193,126,219). Sum of RGB (Red+Green+Blue) = 193+126+219=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #C17EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EDB is #3E8124. Grayscale: #9C9C9C. Windows color (decimal): -4096293 or 14384833. OLE color: 14384833.
HSL color Cylindrical-coordinate representation of color #C17EDB: hue angle of 283.23º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C17EDB is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 193 | 126 | 219 | - |
CMYK | 0.12 | 0.42 | 0 | 0.14 |
HSL | 283.23º | 0.56% | 0.68% | - |
HSV(B) | 283.23º | 0.42% | 0.86% | - |
XYZ | 42.24 | 31.37 | 70.85 | - |
YUV | 156.64 | 163.2 | 153.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 126 | 219 | 0.12 | 0.42 | 0 | 0.14 | 283.23 | 0.56 | 0.68 |
Hex | C1 | 7E | DB | C | 2A | 0 | E | 11B | 38 | 44 |
Octal | 301 | 176 | 333 | 14 | 52 | 0 | 16 | 433 | 70 | 104 |
Binary | 11000001 | 1111110 | 11011011 | 1100 | 101010 | 0 | 1110 | 100011011 | 111000 | 1000100 |
Color Harmonies of #C17EDB
Complementary color
Monochromatic Colors of #C17EDB
Black with #C17EDB
Text Example
Text Example
White with #C17EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17EDB; }
p { color: rgb(193,126,219); }
H1.HeaderClassName
{
color: #C17EDB;
}
.AnyTagClassName
{
color: #C17EDB;
}
</style>
background-color css
<style>
a { background-color: #C17EDB; }
a { background-color: rgb(193,126,219); }
div.DivClassName
{
background-color: #C17EDB;
}
.BgClassName
{
background-color: #C17EDB;
}
</style>
border-color css
<style>
span { border-color: #C17EDB; }
span { border-color: rgb(193,126,219); }
td.TdClassName
{
border-color: #C17EDB;
}
.TagClassName
{
border-color: #C17EDB;
}
</style>