Shades of Wisteria #C17BE3
Tints of Wisteria #C17BE3
RGB
CMYK
RGB Variations
Color information
#C17BE3 (or 0xC17BE3) is known color: Wisteria. HEX triplet: C1, 7B and E3. RGB value is (193,123,227). Sum of RGB (Red+Green+Blue) = 193+123+227=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 227 - color contains mainly: blue. Hex color #C17BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BE3 is #3E841C. Grayscale: #9B9B9B. Windows color (decimal): -4097053 or 14908353. OLE color: 14908353.
HSL color Cylindrical-coordinate representation of color #C17BE3: hue angle of 280.38º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C17BE3 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 123 | 227 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.11 |
| HSL | 280.38º | 0.65% | 0.69% | - |
| HSV(B) | 280.38º | 0.46% | 0.89% | - |
| XYZ | 42.94 | 31.05 | 76.4 | - |
| YUV | 155.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 227 | 0.15 | 0.46 | 0 | 0.11 | 280.38 | 0.65 | 0.69 |
| Hex | C1 | 7B | E3 | F | 2E | 0 | B | 118 | 41 | 45 |
| Octal | 301 | 173 | 343 | 17 | 56 | 0 | 13 | 430 | 101 | 105 |
| Binary | 11000001 | 1111011 | 11100011 | 1111 | 101110 | 0 | 1011 | 100011000 | 1000001 | 1000101 |
Color Harmonies of #C17BE3
Complementary color
Monochromatic Colors of #C17BE3
Black with #C17BE3
Text Example
Text Example
White with #C17BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BE3; }
p { color: rgb(193,123,227); }
H1.HeaderClassName
{
color: #C17BE3;
}
.AnyTagClassName
{
color: #C17BE3;
}
</style>
background-color css
<style>
a { background-color: #C17BE3; }
a { background-color: rgb(193,123,227); }
div.DivClassName
{
background-color: #C17BE3;
}
.BgClassName
{
background-color: #C17BE3;
}
</style>
border-color css
<style>
span { border-color: #C17BE3; }
span { border-color: rgb(193,123,227); }
td.TdClassName
{
border-color: #C17BE3;
}
.TagClassName
{
border-color: #C17BE3;
}
</style>