Shades of Wisteria #C183CF
Tints of Wisteria #C183CF
RGB
CMYK
RGB Variations
Color information
#C183CF (or 0xC183CF) is known color: Wisteria. HEX triplet: C1, 83 and CF. RGB value is (193,131,207). Sum of RGB (Red+Green+Blue) = 193+131+207=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #C183CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C183CF is #3E7C30. Grayscale: #9D9D9D. Windows color (decimal): -4095025 or 13599681. OLE color: 13599681.
HSL color Cylindrical-coordinate representation of color #C183CF: hue angle of 288.95º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C183CF is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 131 | 207 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.19 |
| HSL | 288.95º | 0.44% | 0.66% | - |
| HSV(B) | 288.95º | 0.37% | 0.81% | - |
| XYZ | 41.37 | 32.08 | 63.04 | - |
| YUV | 158.2 | 155.54 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 207 | 0.07 | 0.37 | 0 | 0.19 | 288.95 | 0.44 | 0.66 |
| Hex | C1 | 83 | CF | 7 | 25 | 0 | 13 | 121 | 2C | 42 |
| Octal | 301 | 203 | 317 | 7 | 45 | 0 | 23 | 441 | 54 | 102 |
| Binary | 11000001 | 10000011 | 11001111 | 111 | 100101 | 0 | 10011 | 100100001 | 101100 | 1000010 |
Color Harmonies of #C183CF
Complementary color
Monochromatic Colors of #C183CF
Black with #C183CF
Text Example
Text Example
White with #C183CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C183CF; }
p { color: rgb(193,131,207); }
H1.HeaderClassName
{
color: #C183CF;
}
.AnyTagClassName
{
color: #C183CF;
}
</style>
background-color css
<style>
a { background-color: #C183CF; }
a { background-color: rgb(193,131,207); }
div.DivClassName
{
background-color: #C183CF;
}
.BgClassName
{
background-color: #C183CF;
}
</style>
border-color css
<style>
span { border-color: #C183CF; }
span { border-color: rgb(193,131,207); }
td.TdClassName
{
border-color: #C183CF;
}
.TagClassName
{
border-color: #C183CF;
}
</style>