Shades of Wisteria #C180D3
Tints of Wisteria #C180D3
RGB
CMYK
RGB Variations
Color information
#C180D3 (or 0xC180D3) is known color: Wisteria. HEX triplet: C1, 80 and D3. RGB value is (193,128,211). Sum of RGB (Red+Green+Blue) = 193+128+211=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 211 (82.81% from 255 or 39.66% from 532); Max value from RGB is 211 - color contains mainly: blue. Hex color #C180D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180D3 is #3E7F2C. Grayscale: #9C9C9C. Windows color (decimal): -4095789 or 13861057. OLE color: 13861057.
HSL color Cylindrical-coordinate representation of color #C180D3: hue angle of 286.99º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C180D3 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 128 | 211 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.17 |
| HSL | 286.99º | 0.49% | 0.66% | - |
| HSV(B) | 286.99º | 0.39% | 0.83% | - |
| XYZ | 41.47 | 31.48 | 65.52 | - |
| YUV | 156.9 | 158.53 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 211 | 0.09 | 0.39 | 0 | 0.17 | 286.99 | 0.49 | 0.66 |
| Hex | C1 | 80 | D3 | 9 | 27 | 0 | 11 | 11F | 31 | 42 |
| Octal | 301 | 200 | 323 | 11 | 47 | 0 | 21 | 437 | 61 | 102 |
| Binary | 11000001 | 10000000 | 11010011 | 1001 | 100111 | 0 | 10001 | 100011111 | 110001 | 1000010 |
Color Harmonies of #C180D3
Complementary color
Monochromatic Colors of #C180D3
Black with #C180D3
Text Example
Text Example
White with #C180D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180D3; }
p { color: rgb(193,128,211); }
H1.HeaderClassName
{
color: #C180D3;
}
.AnyTagClassName
{
color: #C180D3;
}
</style>
background-color css
<style>
a { background-color: #C180D3; }
a { background-color: rgb(193,128,211); }
div.DivClassName
{
background-color: #C180D3;
}
.BgClassName
{
background-color: #C180D3;
}
</style>
border-color css
<style>
span { border-color: #C180D3; }
span { border-color: rgb(193,128,211); }
td.TdClassName
{
border-color: #C180D3;
}
.TagClassName
{
border-color: #C180D3;
}
</style>