Shades of Wisteria #C08EFB
Tints of Wisteria #C08EFB
RGB
CMYK
RGB Variations
Color information
#C08EFB (or 0xC08EFB) is known color: Wisteria. HEX triplet: C0, 8E and FB. RGB value is (192,142,251). Sum of RGB (Red+Green+Blue) = 192+142+251=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #C08EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08EFB is #3F7104. Grayscale: #A8A8A8. Windows color (decimal): -4157701 or 16486080. OLE color: 16486080.
HSL color Cylindrical-coordinate representation of color #C08EFB: hue angle of 267.52º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C08EFB is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 142 | 251 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.02 |
| HSL | 267.52º | 0.93% | 0.77% | - |
| HSV(B) | 267.52º | 0.43% | 0.98% | - |
| XYZ | 48.82 | 37.52 | 95.94 | - |
| YUV | 169.38 | 174.07 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 251 | 0.24 | 0.43 | 0 | 0.02 | 267.52 | 0.93 | 0.77 |
| Hex | C0 | 8E | FB | 18 | 2B | 0 | 2 | 10C | 5D | 4D |
| Octal | 300 | 216 | 373 | 30 | 53 | 0 | 2 | 414 | 135 | 115 |
| Binary | 11000000 | 10001110 | 11111011 | 11000 | 101011 | 0 | 10 | 100001100 | 1011101 | 1001101 |
Color Harmonies of #C08EFB
Complementary color
Monochromatic Colors of #C08EFB
Black with #C08EFB
Text Example
Text Example
White with #C08EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08EFB; }
p { color: rgb(192,142,251); }
H1.HeaderClassName
{
color: #C08EFB;
}
.AnyTagClassName
{
color: #C08EFB;
}
</style>
background-color css
<style>
a { background-color: #C08EFB; }
a { background-color: rgb(192,142,251); }
div.DivClassName
{
background-color: #C08EFB;
}
.BgClassName
{
background-color: #C08EFB;
}
</style>
border-color css
<style>
span { border-color: #C08EFB; }
span { border-color: rgb(192,142,251); }
td.TdClassName
{
border-color: #C08EFB;
}
.TagClassName
{
border-color: #C08EFB;
}
</style>