Shades of Wisteria #C18FCD
Tints of Wisteria #C18FCD
RGB
CMYK
RGB Variations
Color information
#C18FCD (or 0xC18FCD) is known color: Wisteria. HEX triplet: C1, 8F and CD. RGB value is (193,143,205). Sum of RGB (Red+Green+Blue) = 193+143+205=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #C18FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FCD is #3E7032. Grayscale: #A4A4A4. Windows color (decimal): -4091955 or 13471681. OLE color: 13471681.
HSL color Cylindrical-coordinate representation of color #C18FCD: hue angle of 288.39º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C18FCD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 143 | 205 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.20 |
| HSL | 288.39º | 0.38% | 0.68% | - |
| HSV(B) | 288.39º | 0.3% | 0.8% | - |
| XYZ | 42.83 | 35.39 | 62.33 | - |
| YUV | 165.02 | 150.57 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 205 | 0.06 | 0.30 | 0 | 0.20 | 288.39 | 0.38 | 0.68 |
| Hex | C1 | 8F | CD | 6 | 1E | 0 | 14 | 120 | 26 | 44 |
| Octal | 301 | 217 | 315 | 6 | 36 | 0 | 24 | 440 | 46 | 104 |
| Binary | 11000001 | 10001111 | 11001101 | 110 | 11110 | 0 | 10100 | 100100000 | 100110 | 1000100 |
Color Harmonies of #C18FCD
Complementary color
Monochromatic Colors of #C18FCD
Black with #C18FCD
Text Example
Text Example
White with #C18FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FCD; }
p { color: rgb(193,143,205); }
H1.HeaderClassName
{
color: #C18FCD;
}
.AnyTagClassName
{
color: #C18FCD;
}
</style>
background-color css
<style>
a { background-color: #C18FCD; }
a { background-color: rgb(193,143,205); }
div.DivClassName
{
background-color: #C18FCD;
}
.BgClassName
{
background-color: #C18FCD;
}
</style>
border-color css
<style>
span { border-color: #C18FCD; }
span { border-color: rgb(193,143,205); }
td.TdClassName
{
border-color: #C18FCD;
}
.TagClassName
{
border-color: #C18FCD;
}
</style>