Shades of Wisteria #C08BEB
Tints of Wisteria #C08BEB
RGB
CMYK
RGB Variations
Color information
#C08BEB (or 0xC08BEB) is known color: Wisteria. HEX triplet: C0, 8B and EB. RGB value is (192,139,235). Sum of RGB (Red+Green+Blue) = 192+139+235=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #C08BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08BEB is #3F7414. Grayscale: #A5A5A5. Windows color (decimal): -4158485 or 15436736. OLE color: 15436736.
HSL color Cylindrical-coordinate representation of color #C08BEB: hue angle of 273.12º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C08BEB is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 139 | 235 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.08 |
| HSL | 273.13º | 0.71% | 0.73% | - |
| HSV(B) | 273.13º | 0.41% | 0.92% | - |
| XYZ | 45.97 | 35.67 | 83.06 | - |
| YUV | 165.79 | 167.06 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 235 | 0.18 | 0.41 | 0 | 0.08 | 273.13 | 0.71 | 0.73 |
| Hex | C0 | 8B | EB | 12 | 29 | 0 | 8 | 111 | 47 | 49 |
| Octal | 300 | 213 | 353 | 22 | 51 | 0 | 10 | 421 | 107 | 111 |
| Binary | 11000000 | 10001011 | 11101011 | 10010 | 101001 | 0 | 1000 | 100010001 | 1000111 | 1001001 |
Color Harmonies of #C08BEB
Complementary color
Monochromatic Colors of #C08BEB
Black with #C08BEB
Text Example
Text Example
White with #C08BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BEB; }
p { color: rgb(192,139,235); }
H1.HeaderClassName
{
color: #C08BEB;
}
.AnyTagClassName
{
color: #C08BEB;
}
</style>
background-color css
<style>
a { background-color: #C08BEB; }
a { background-color: rgb(192,139,235); }
div.DivClassName
{
background-color: #C08BEB;
}
.BgClassName
{
background-color: #C08BEB;
}
</style>
border-color css
<style>
span { border-color: #C08BEB; }
span { border-color: rgb(192,139,235); }
td.TdClassName
{
border-color: #C08BEB;
}
.TagClassName
{
border-color: #C08BEB;
}
</style>