Shades of Wisteria #C08DFF
Tints of Wisteria #C08DFF
RGB
CMYK
RGB Variations
Color information
#C08DFF (or 0xC08DFF) is known color: Wisteria. HEX triplet: C0, 8D and FF. RGB value is (192,141,255). Sum of RGB (Red+Green+Blue) = 192+141+255=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #C08DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08DFF is #3F7200. Grayscale: #A8A8A8. Windows color (decimal): -4157953 or 16747968. OLE color: 16747968.
HSL color Cylindrical-coordinate representation of color #C08DFF: hue angle of 266.84º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C08DFF is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 141 | 255 | - |
| CMYK | 0.25 | 0.45 | 0 | 0 |
| HSL | 266.84º | 1% | 0.78% | - |
| HSV(B) | 266.84º | 0.45% | 1% | - |
| XYZ | 49.31 | 37.48 | 99.24 | - |
| YUV | 169.25 | 176.4 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 255 | 0.25 | 0.45 | 0 | 0 | 266.84 | 1 | 0.78 |
| Hex | C0 | 8D | FF | 19 | 2D | 0 | 0 | 10B | 64 | 4E |
| Octal | 300 | 215 | 377 | 31 | 55 | 0 | 0 | 413 | 144 | 116 |
| Binary | 11000000 | 10001101 | 11111111 | 11001 | 101101 | 0 | 0 | 100001011 | 1100100 | 1001110 |
Color Harmonies of #C08DFF
Complementary color
Monochromatic Colors of #C08DFF
Black with #C08DFF
Text Example
Text Example
White with #C08DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DFF; }
p { color: rgb(192,141,255); }
H1.HeaderClassName
{
color: #C08DFF;
}
.AnyTagClassName
{
color: #C08DFF;
}
</style>
background-color css
<style>
a { background-color: #C08DFF; }
a { background-color: rgb(192,141,255); }
div.DivClassName
{
background-color: #C08DFF;
}
.BgClassName
{
background-color: #C08DFF;
}
</style>
border-color css
<style>
span { border-color: #C08DFF; }
span { border-color: rgb(192,141,255); }
td.TdClassName
{
border-color: #C08DFF;
}
.TagClassName
{
border-color: #C08DFF;
}
</style>