Shades of Wisteria #C08BD5
Tints of Wisteria #C08BD5
RGB
CMYK
RGB Variations
Color information
#C08BD5 (or 0xC08BD5) is known color: Wisteria. HEX triplet: C0, 8B and D5. RGB value is (192,139,213). Sum of RGB (Red+Green+Blue) = 192+139+213=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #C08BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BD5 is #3F742A. Grayscale: #A3A3A3. Windows color (decimal): -4158507 or 13994944. OLE color: 13994944.
HSL color Cylindrical-coordinate representation of color #C08BD5: hue angle of 282.97º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C08BD5 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 139 | 213 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.16 |
| HSL | 282.97º | 0.47% | 0.69% | - |
| HSV(B) | 282.97º | 0.35% | 0.84% | - |
| XYZ | 42.98 | 34.48 | 67.34 | - |
| YUV | 163.28 | 156.06 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 213 | 0.10 | 0.35 | 0 | 0.16 | 282.97 | 0.47 | 0.69 |
| Hex | C0 | 8B | D5 | A | 23 | 0 | 10 | 11B | 2F | 45 |
| Octal | 300 | 213 | 325 | 12 | 43 | 0 | 20 | 433 | 57 | 105 |
| Binary | 11000000 | 10001011 | 11010101 | 1010 | 100011 | 0 | 10000 | 100011011 | 101111 | 1000101 |
Color Harmonies of #C08BD5
Complementary color
Monochromatic Colors of #C08BD5
Black with #C08BD5
Text Example
Text Example
White with #C08BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BD5; }
p { color: rgb(192,139,213); }
H1.HeaderClassName
{
color: #C08BD5;
}
.AnyTagClassName
{
color: #C08BD5;
}
</style>
background-color css
<style>
a { background-color: #C08BD5; }
a { background-color: rgb(192,139,213); }
div.DivClassName
{
background-color: #C08BD5;
}
.BgClassName
{
background-color: #C08BD5;
}
</style>
border-color css
<style>
span { border-color: #C08BD5; }
span { border-color: rgb(192,139,213); }
td.TdClassName
{
border-color: #C08BD5;
}
.TagClassName
{
border-color: #C08BD5;
}
</style>