Shades of Wisteria #C08CF8
Tints of Wisteria #C08CF8
RGB
CMYK
RGB Variations
Color information
#C08CF8 (or 0xC08CF8) is known color: Wisteria. HEX triplet: C0, 8C and F8. RGB value is (192,140,248). Sum of RGB (Red+Green+Blue) = 192+140+248=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #C08CF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08CF8 is #3F7307. Grayscale: #A7A7A7. Windows color (decimal): -4158216 or 16288960. OLE color: 16288960.
HSL color Cylindrical-coordinate representation of color #C08CF8: hue angle of 268.89º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C08CF8 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 140 | 248 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.03 |
| HSL | 268.89º | 0.89% | 0.76% | - |
| HSV(B) | 268.89º | 0.44% | 0.97% | - |
| XYZ | 48.06 | 36.74 | 93.37 | - |
| YUV | 167.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 248 | 0.23 | 0.44 | 0 | 0.03 | 268.89 | 0.89 | 0.76 |
| Hex | C0 | 8C | F8 | 17 | 2C | 0 | 3 | 10D | 59 | 4C |
| Octal | 300 | 214 | 370 | 27 | 54 | 0 | 3 | 415 | 131 | 114 |
| Binary | 11000000 | 10001100 | 11111000 | 10111 | 101100 | 0 | 11 | 100001101 | 1011001 | 1001100 |
Color Harmonies of #C08CF8
Complementary color
Monochromatic Colors of #C08CF8
Black with #C08CF8
Text Example
Text Example
White with #C08CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CF8; }
p { color: rgb(192,140,248); }
H1.HeaderClassName
{
color: #C08CF8;
}
.AnyTagClassName
{
color: #C08CF8;
}
</style>
background-color css
<style>
a { background-color: #C08CF8; }
a { background-color: rgb(192,140,248); }
div.DivClassName
{
background-color: #C08CF8;
}
.BgClassName
{
background-color: #C08CF8;
}
</style>
border-color css
<style>
span { border-color: #C08CF8; }
span { border-color: rgb(192,140,248); }
td.TdClassName
{
border-color: #C08CF8;
}
.TagClassName
{
border-color: #C08CF8;
}
</style>