Shades of Wisteria #C089CD
Tints of Wisteria #C089CD
RGB
CMYK
RGB Variations
Color information
#C089CD (or 0xC089CD) is known color: Wisteria. HEX triplet: C0, 89 and CD. RGB value is (192,137,205). Sum of RGB (Red+Green+Blue) = 192+137+205=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #C089CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C089CD is #3F7632. Grayscale: #A0A0A0. Windows color (decimal): -4159027 or 13470144. OLE color: 13470144.
HSL color Cylindrical-coordinate representation of color #C089CD: hue angle of 288.53º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C089CD is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 137 | 205 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.20 |
| HSL | 288.53º | 0.4% | 0.67% | - |
| HSV(B) | 288.53º | 0.33% | 0.8% | - |
| XYZ | 41.7 | 33.51 | 62.03 | - |
| YUV | 161.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 205 | 0.06 | 0.33 | 0 | 0.20 | 288.53 | 0.4 | 0.67 |
| Hex | C0 | 89 | CD | 6 | 21 | 0 | 14 | 121 | 28 | 43 |
| Octal | 300 | 211 | 315 | 6 | 41 | 0 | 24 | 441 | 50 | 103 |
| Binary | 11000000 | 10001001 | 11001101 | 110 | 100001 | 0 | 10100 | 100100001 | 101000 | 1000011 |
Color Harmonies of #C089CD
Complementary color
Monochromatic Colors of #C089CD
Black with #C089CD
Text Example
Text Example
White with #C089CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C089CD; }
p { color: rgb(192,137,205); }
H1.HeaderClassName
{
color: #C089CD;
}
.AnyTagClassName
{
color: #C089CD;
}
</style>
background-color css
<style>
a { background-color: #C089CD; }
a { background-color: rgb(192,137,205); }
div.DivClassName
{
background-color: #C089CD;
}
.BgClassName
{
background-color: #C089CD;
}
</style>
border-color css
<style>
span { border-color: #C089CD; }
span { border-color: rgb(192,137,205); }
td.TdClassName
{
border-color: #C089CD;
}
.TagClassName
{
border-color: #C089CD;
}
</style>