Shades of Wisteria #C08FF8
Tints of Wisteria #C08FF8
RGB
CMYK
RGB Variations
Color information
#C08FF8 (or 0xC08FF8) is known color: Wisteria. HEX triplet: C0, 8F and F8. RGB value is (192,143,248). Sum of RGB (Red+Green+Blue) = 192+143+248=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 248 (97.27% from 255 or 42.54% from 583); Max value from RGB is 248 - color contains mainly: blue. Hex color #C08FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08FF8 is #3F7007. Grayscale: #A9A9A9. Windows color (decimal): -4157448 or 16289728. OLE color: 16289728.
HSL color Cylindrical-coordinate representation of color #C08FF8: hue angle of 268º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C08FF8 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 143 | 248 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.03 |
| HSL | 268º | 0.88% | 0.77% | - |
| HSV(B) | 268º | 0.42% | 0.97% | - |
| XYZ | 48.5 | 37.63 | 93.51 | - |
| YUV | 169.62 | 172.23 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 248 | 0.23 | 0.42 | 0 | 0.03 | 268 | 0.88 | 0.77 |
| Hex | C0 | 8F | F8 | 17 | 2A | 0 | 3 | 10C | 58 | 4D |
| Octal | 300 | 217 | 370 | 27 | 52 | 0 | 3 | 414 | 130 | 115 |
| Binary | 11000000 | 10001111 | 11111000 | 10111 | 101010 | 0 | 11 | 100001100 | 1011000 | 1001101 |
Color Harmonies of #C08FF8
Complementary color
Monochromatic Colors of #C08FF8
Black with #C08FF8
Text Example
Text Example
White with #C08FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FF8; }
p { color: rgb(192,143,248); }
H1.HeaderClassName
{
color: #C08FF8;
}
.AnyTagClassName
{
color: #C08FF8;
}
</style>
background-color css
<style>
a { background-color: #C08FF8; }
a { background-color: rgb(192,143,248); }
div.DivClassName
{
background-color: #C08FF8;
}
.BgClassName
{
background-color: #C08FF8;
}
</style>
border-color css
<style>
span { border-color: #C08FF8; }
span { border-color: rgb(192,143,248); }
td.TdClassName
{
border-color: #C08FF8;
}
.TagClassName
{
border-color: #C08FF8;
}
</style>