Shades of Wisteria #C08DFD
Tints of Wisteria #C08DFD
RGB
CMYK
RGB Variations
Color information
#C08DFD (or 0xC08DFD) is known color: Wisteria. HEX triplet: C0, 8D and FD. RGB value is (192,141,253). Sum of RGB (Red+Green+Blue) = 192+141+253=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #C08DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08DFD is #3F7202. Grayscale: #A8A8A8. Windows color (decimal): -4157955 or 16616896. OLE color: 16616896.
HSL color Cylindrical-coordinate representation of color #C08DFD: hue angle of 267.32º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C08DFD is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 141 | 253 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.01 |
| HSL | 267.32º | 0.97% | 0.77% | - |
| HSV(B) | 267.32º | 0.44% | 0.99% | - |
| XYZ | 48.99 | 37.35 | 97.56 | - |
| YUV | 169.02 | 175.4 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 253 | 0.24 | 0.44 | 0 | 0.01 | 267.32 | 0.97 | 0.77 |
| Hex | C0 | 8D | FD | 18 | 2C | 0 | 1 | 10B | 61 | 4D |
| Octal | 300 | 215 | 375 | 30 | 54 | 0 | 1 | 413 | 141 | 115 |
| Binary | 11000000 | 10001101 | 11111101 | 11000 | 101100 | 0 | 1 | 100001011 | 1100001 | 1001101 |
Color Harmonies of #C08DFD
Complementary color
Monochromatic Colors of #C08DFD
Black with #C08DFD
Text Example
Text Example
White with #C08DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DFD; }
p { color: rgb(192,141,253); }
H1.HeaderClassName
{
color: #C08DFD;
}
.AnyTagClassName
{
color: #C08DFD;
}
</style>
background-color css
<style>
a { background-color: #C08DFD; }
a { background-color: rgb(192,141,253); }
div.DivClassName
{
background-color: #C08DFD;
}
.BgClassName
{
background-color: #C08DFD;
}
</style>
border-color css
<style>
span { border-color: #C08DFD; }
span { border-color: rgb(192,141,253); }
td.TdClassName
{
border-color: #C08DFD;
}
.TagClassName
{
border-color: #C08DFD;
}
</style>