Shades of Wisteria #C17BE7
Tints of Wisteria #C17BE7
RGB
CMYK
RGB Variations
Color information
#C17BE7 (or 0xC17BE7) is known color: Wisteria. HEX triplet: C1, 7B and E7. RGB value is (193,123,231). Sum of RGB (Red+Green+Blue) = 193+123+231=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 231 (90.62% from 255 or 42.23% from 547); Max value from RGB is 231 - color contains mainly: blue. Hex color #C17BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17BE7 is #3E8418. Grayscale: #9B9B9B. Windows color (decimal): -4097049 or 15170497. OLE color: 15170497.
HSL color Cylindrical-coordinate representation of color #C17BE7: hue angle of 278.89º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C17BE7 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 123 | 231 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.09 |
| HSL | 278.89º | 0.69% | 0.69% | - |
| HSV(B) | 278.89º | 0.47% | 0.91% | - |
| XYZ | 43.5 | 31.27 | 79.34 | - |
| YUV | 156.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 231 | 0.16 | 0.47 | 0 | 0.09 | 278.89 | 0.69 | 0.69 |
| Hex | C1 | 7B | E7 | 10 | 2F | 0 | 9 | 117 | 45 | 45 |
| Octal | 301 | 173 | 347 | 20 | 57 | 0 | 11 | 427 | 105 | 105 |
| Binary | 11000001 | 1111011 | 11100111 | 10000 | 101111 | 0 | 1001 | 100010111 | 1000101 | 1000101 |
Color Harmonies of #C17BE7
Complementary color
Monochromatic Colors of #C17BE7
Black with #C17BE7
Text Example
Text Example
White with #C17BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BE7; }
p { color: rgb(193,123,231); }
H1.HeaderClassName
{
color: #C17BE7;
}
.AnyTagClassName
{
color: #C17BE7;
}
</style>
background-color css
<style>
a { background-color: #C17BE7; }
a { background-color: rgb(193,123,231); }
div.DivClassName
{
background-color: #C17BE7;
}
.BgClassName
{
background-color: #C17BE7;
}
</style>
border-color css
<style>
span { border-color: #C17BE7; }
span { border-color: rgb(193,123,231); }
td.TdClassName
{
border-color: #C17BE7;
}
.TagClassName
{
border-color: #C17BE7;
}
</style>