Shades of Wisteria #C17BE1
Tints of Wisteria #C17BE1
RGB
CMYK
RGB Variations
Color information
#C17BE1 (or 0xC17BE1) is known color: Wisteria. HEX triplet: C1, 7B and E1. RGB value is (193,123,225). Sum of RGB (Red+Green+Blue) = 193+123+225=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #C17BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BE1 is #3E841E. Grayscale: #9B9B9B. Windows color (decimal): -4097055 or 14777281. OLE color: 14777281.
HSL color Cylindrical-coordinate representation of color #C17BE1: hue angle of 281.18º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C17BE1 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 123 | 225 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.12 |
| HSL | 281.18º | 0.63% | 0.68% | - |
| HSV(B) | 281.18º | 0.45% | 0.88% | - |
| XYZ | 42.67 | 30.94 | 74.96 | - |
| YUV | 155.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 225 | 0.14 | 0.45 | 0 | 0.12 | 281.18 | 0.63 | 0.68 |
| Hex | C1 | 7B | E1 | E | 2D | 0 | C | 119 | 3F | 44 |
| Octal | 301 | 173 | 341 | 16 | 55 | 0 | 14 | 431 | 77 | 104 |
| Binary | 11000001 | 1111011 | 11100001 | 1110 | 101101 | 0 | 1100 | 100011001 | 111111 | 1000100 |
Color Harmonies of #C17BE1
Complementary color
Monochromatic Colors of #C17BE1
Black with #C17BE1
Text Example
Text Example
White with #C17BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BE1; }
p { color: rgb(193,123,225); }
H1.HeaderClassName
{
color: #C17BE1;
}
.AnyTagClassName
{
color: #C17BE1;
}
</style>
background-color css
<style>
a { background-color: #C17BE1; }
a { background-color: rgb(193,123,225); }
div.DivClassName
{
background-color: #C17BE1;
}
.BgClassName
{
background-color: #C17BE1;
}
</style>
border-color css
<style>
span { border-color: #C17BE1; }
span { border-color: rgb(193,123,225); }
td.TdClassName
{
border-color: #C17BE1;
}
.TagClassName
{
border-color: #C17BE1;
}
</style>