Shades of Wisteria #C18BDA
Tints of Wisteria #C18BDA
RGB
CMYK
RGB Variations
Color information
#C18BDA (or 0xC18BDA) is known color: Wisteria. HEX triplet: C1, 8B and DA. RGB value is (193,139,218). Sum of RGB (Red+Green+Blue) = 193+139+218=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #C18BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BDA is #3E7425. Grayscale: #A3A3A3. Windows color (decimal): -4092966 or 14322625. OLE color: 14322625.
HSL color Cylindrical-coordinate representation of color #C18BDA: hue angle of 281.01º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C18BDA is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 139 | 218 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.15 |
| HSL | 281.01º | 0.52% | 0.7% | - |
| HSV(B) | 281.01º | 0.36% | 0.85% | - |
| XYZ | 43.88 | 34.86 | 70.75 | - |
| YUV | 164.15 | 158.39 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 218 | 0.11 | 0.36 | 0 | 0.15 | 281.01 | 0.52 | 0.7 |
| Hex | C1 | 8B | DA | B | 24 | 0 | F | 119 | 34 | 46 |
| Octal | 301 | 213 | 332 | 13 | 44 | 0 | 17 | 431 | 64 | 106 |
| Binary | 11000001 | 10001011 | 11011010 | 1011 | 100100 | 0 | 1111 | 100011001 | 110100 | 1000110 |
Color Harmonies of #C18BDA
Complementary color
Monochromatic Colors of #C18BDA
Black with #C18BDA
Text Example
Text Example
White with #C18BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18BDA; }
p { color: rgb(193,139,218); }
H1.HeaderClassName
{
color: #C18BDA;
}
.AnyTagClassName
{
color: #C18BDA;
}
</style>
background-color css
<style>
a { background-color: #C18BDA; }
a { background-color: rgb(193,139,218); }
div.DivClassName
{
background-color: #C18BDA;
}
.BgClassName
{
background-color: #C18BDA;
}
</style>
border-color css
<style>
span { border-color: #C18BDA; }
span { border-color: rgb(193,139,218); }
td.TdClassName
{
border-color: #C18BDA;
}
.TagClassName
{
border-color: #C18BDA;
}
</style>