Shades of Wisteria #C08DFE
Tints of Wisteria #C08DFE
RGB
CMYK
RGB Variations
Color information
#C08DFE (or 0xC08DFE) is known color: Wisteria. HEX triplet: C0, 8D and FE. RGB value is (192,141,254). Sum of RGB (Red+Green+Blue) = 192+141+254=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #C08DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08DFE is #3F7201. Grayscale: #A8A8A8. Windows color (decimal): -4157954 or 16682432. OLE color: 16682432.
HSL color Cylindrical-coordinate representation of color #C08DFE: hue angle of 267.08º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C08DFE is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 141 | 254 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.00 |
| HSL | 267.08º | 0.98% | 0.77% | - |
| HSV(B) | 267.08º | 0.44% | 1% | - |
| XYZ | 49.15 | 37.41 | 98.4 | - |
| YUV | 169.13 | 175.9 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 254 | 0.24 | 0.44 | 0 | 0.00 | 267.08 | 0.98 | 0.77 |
| Hex | C0 | 8D | FE | 18 | 2C | 0 | 0 | 10B | 62 | 4D |
| Octal | 300 | 215 | 376 | 30 | 54 | 0 | 0 | 413 | 142 | 115 |
| Binary | 11000000 | 10001101 | 11111110 | 11000 | 101100 | 0 | 0 | 100001011 | 1100010 | 1001101 |
Color Harmonies of #C08DFE
Complementary color
Monochromatic Colors of #C08DFE
Black with #C08DFE
Text Example
Text Example
White with #C08DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DFE; }
p { color: rgb(192,141,254); }
H1.HeaderClassName
{
color: #C08DFE;
}
.AnyTagClassName
{
color: #C08DFE;
}
</style>
background-color css
<style>
a { background-color: #C08DFE; }
a { background-color: rgb(192,141,254); }
div.DivClassName
{
background-color: #C08DFE;
}
.BgClassName
{
background-color: #C08DFE;
}
</style>
border-color css
<style>
span { border-color: #C08DFE; }
span { border-color: rgb(192,141,254); }
td.TdClassName
{
border-color: #C08DFE;
}
.TagClassName
{
border-color: #C08DFE;
}
</style>