Shades of Wisteria #C17BDE
Tints of Wisteria #C17BDE
RGB
CMYK
RGB Variations
Color information
#C17BDE (or 0xC17BDE) is known color: Wisteria. HEX triplet: C1, 7B and DE. RGB value is (193,123,222). Sum of RGB (Red+Green+Blue) = 193+123+222=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #C17BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BDE is #3E8421. Grayscale: #9A9A9A. Windows color (decimal): -4097058 or 14580673. OLE color: 14580673.
HSL color Cylindrical-coordinate representation of color #C17BDE: hue angle of 282.42º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C17BDE is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 123 | 222 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.13 |
| HSL | 282.42º | 0.6% | 0.68% | - |
| HSV(B) | 282.42º | 0.45% | 0.87% | - |
| XYZ | 42.26 | 30.78 | 72.82 | - |
| YUV | 155.22 | 165.69 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 222 | 0.13 | 0.45 | 0 | 0.13 | 282.42 | 0.6 | 0.68 |
| Hex | C1 | 7B | DE | D | 2D | 0 | D | 11A | 3C | 44 |
| Octal | 301 | 173 | 336 | 15 | 55 | 0 | 15 | 432 | 74 | 104 |
| Binary | 11000001 | 1111011 | 11011110 | 1101 | 101101 | 0 | 1101 | 100011010 | 111100 | 1000100 |
Color Harmonies of #C17BDE
Complementary color
Monochromatic Colors of #C17BDE
Black with #C17BDE
Text Example
Text Example
White with #C17BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BDE; }
p { color: rgb(193,123,222); }
H1.HeaderClassName
{
color: #C17BDE;
}
.AnyTagClassName
{
color: #C17BDE;
}
</style>
background-color css
<style>
a { background-color: #C17BDE; }
a { background-color: rgb(193,123,222); }
div.DivClassName
{
background-color: #C17BDE;
}
.BgClassName
{
background-color: #C17BDE;
}
</style>
border-color css
<style>
span { border-color: #C17BDE; }
span { border-color: rgb(193,123,222); }
td.TdClassName
{
border-color: #C17BDE;
}
.TagClassName
{
border-color: #C17BDE;
}
</style>