Shades of Wisteria #C17DEB
Tints of Wisteria #C17DEB
RGB
CMYK
RGB Variations
Color information
#C17DEB (or 0xC17DEB) is known color: Wisteria. HEX triplet: C1, 7D and EB. RGB value is (193,125,235). Sum of RGB (Red+Green+Blue) = 193+125+235=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #C17DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17DEB is #3E8214. Grayscale: #9D9D9D. Windows color (decimal): -4096533 or 15433153. OLE color: 15433153.
HSL color Cylindrical-coordinate representation of color #C17DEB: hue angle of 277.09º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C17DEB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 125 | 235 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.08 |
| HSL | 277.09º | 0.73% | 0.71% | - |
| HSV(B) | 277.09º | 0.47% | 0.92% | - |
| XYZ | 44.32 | 32 | 82.44 | - |
| YUV | 157.87 | 171.53 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 235 | 0.18 | 0.47 | 0 | 0.08 | 277.09 | 0.73 | 0.71 |
| Hex | C1 | 7D | EB | 12 | 2F | 0 | 8 | 115 | 49 | 47 |
| Octal | 301 | 175 | 353 | 22 | 57 | 0 | 10 | 425 | 111 | 107 |
| Binary | 11000001 | 1111101 | 11101011 | 10010 | 101111 | 0 | 1000 | 100010101 | 1001001 | 1000111 |
Color Harmonies of #C17DEB
Complementary color
Monochromatic Colors of #C17DEB
Black with #C17DEB
Text Example
Text Example
White with #C17DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17DEB; }
p { color: rgb(193,125,235); }
H1.HeaderClassName
{
color: #C17DEB;
}
.AnyTagClassName
{
color: #C17DEB;
}
</style>
background-color css
<style>
a { background-color: #C17DEB; }
a { background-color: rgb(193,125,235); }
div.DivClassName
{
background-color: #C17DEB;
}
.BgClassName
{
background-color: #C17DEB;
}
</style>
border-color css
<style>
span { border-color: #C17DEB; }
span { border-color: rgb(193,125,235); }
td.TdClassName
{
border-color: #C17DEB;
}
.TagClassName
{
border-color: #C17DEB;
}
</style>