Shades of Wisteria #C17BE6
Tints of Wisteria #C17BE6
RGB
CMYK
RGB Variations
Color information
#C17BE6 (or 0xC17BE6) is known color: Wisteria. HEX triplet: C1, 7B and E6. RGB value is (193,123,230). Sum of RGB (Red+Green+Blue) = 193+123+230=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #C17BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17BE6 is #3E8419. Grayscale: #9B9B9B. Windows color (decimal): -4097050 or 15104961. OLE color: 15104961.
HSL color Cylindrical-coordinate representation of color #C17BE6: hue angle of 279.25º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C17BE6 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 123 | 230 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.10 |
| HSL | 279.25º | 0.68% | 0.69% | - |
| HSV(B) | 279.25º | 0.47% | 0.9% | - |
| XYZ | 43.36 | 31.22 | 78.6 | - |
| YUV | 156.13 | 169.69 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 230 | 0.16 | 0.47 | 0 | 0.10 | 279.25 | 0.68 | 0.69 |
| Hex | C1 | 7B | E6 | 10 | 2F | 0 | A | 117 | 44 | 45 |
| Octal | 301 | 173 | 346 | 20 | 57 | 0 | 12 | 427 | 104 | 105 |
| Binary | 11000001 | 1111011 | 11100110 | 10000 | 101111 | 0 | 1010 | 100010111 | 1000100 | 1000101 |
Color Harmonies of #C17BE6
Complementary color
Monochromatic Colors of #C17BE6
Black with #C17BE6
Text Example
Text Example
White with #C17BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BE6; }
p { color: rgb(193,123,230); }
H1.HeaderClassName
{
color: #C17BE6;
}
.AnyTagClassName
{
color: #C17BE6;
}
</style>
background-color css
<style>
a { background-color: #C17BE6; }
a { background-color: rgb(193,123,230); }
div.DivClassName
{
background-color: #C17BE6;
}
.BgClassName
{
background-color: #C17BE6;
}
</style>
border-color css
<style>
span { border-color: #C17BE6; }
span { border-color: rgb(193,123,230); }
td.TdClassName
{
border-color: #C17BE6;
}
.TagClassName
{
border-color: #C17BE6;
}
</style>