Shades of Wisteria #C08BFB
Tints of Wisteria #C08BFB
RGB
CMYK
RGB Variations
Color information
#C08BFB (or 0xC08BFB) is known color: Wisteria. HEX triplet: C0, 8B and FB. RGB value is (192,139,251). Sum of RGB (Red+Green+Blue) = 192+139+251=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #C08BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08BFB is #3F7404. Grayscale: #A7A7A7. Windows color (decimal): -4158469 or 16485312. OLE color: 16485312.
HSL color Cylindrical-coordinate representation of color #C08BFB: hue angle of 268.39º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C08BFB is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 139 | 251 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.02 |
| HSL | 268.39º | 0.93% | 0.76% | - |
| HSV(B) | 268.39º | 0.45% | 0.98% | - |
| XYZ | 48.38 | 36.64 | 95.79 | - |
| YUV | 167.62 | 175.06 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 251 | 0.24 | 0.45 | 0 | 0.02 | 268.39 | 0.93 | 0.76 |
| Hex | C0 | 8B | FB | 18 | 2D | 0 | 2 | 10C | 5D | 4C |
| Octal | 300 | 213 | 373 | 30 | 55 | 0 | 2 | 414 | 135 | 114 |
| Binary | 11000000 | 10001011 | 11111011 | 11000 | 101101 | 0 | 10 | 100001100 | 1011101 | 1001100 |
Color Harmonies of #C08BFB
Complementary color
Monochromatic Colors of #C08BFB
Black with #C08BFB
Text Example
Text Example
White with #C08BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BFB; }
p { color: rgb(192,139,251); }
H1.HeaderClassName
{
color: #C08BFB;
}
.AnyTagClassName
{
color: #C08BFB;
}
</style>
background-color css
<style>
a { background-color: #C08BFB; }
a { background-color: rgb(192,139,251); }
div.DivClassName
{
background-color: #C08BFB;
}
.BgClassName
{
background-color: #C08BFB;
}
</style>
border-color css
<style>
span { border-color: #C08BFB; }
span { border-color: rgb(192,139,251); }
td.TdClassName
{
border-color: #C08BFB;
}
.TagClassName
{
border-color: #C08BFB;
}
</style>