Shades of Wisteria #C08CFB
Tints of Wisteria #C08CFB
RGB
CMYK
RGB Variations
Color information
#C08CFB (or 0xC08CFB) is known color: Wisteria. HEX triplet: C0, 8C and FB. RGB value is (192,140,251). Sum of RGB (Red+Green+Blue) = 192+140+251=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #C08CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08CFB is #3F7304. Grayscale: #A7A7A7. Windows color (decimal): -4158213 or 16485568. OLE color: 16485568.
HSL color Cylindrical-coordinate representation of color #C08CFB: hue angle of 268.11º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C08CFB is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 140 | 251 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.02 |
| HSL | 268.11º | 0.93% | 0.77% | - |
| HSV(B) | 268.11º | 0.44% | 0.98% | - |
| XYZ | 48.53 | 36.93 | 95.84 | - |
| YUV | 168.2 | 174.73 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 251 | 0.24 | 0.44 | 0 | 0.02 | 268.11 | 0.93 | 0.77 |
| Hex | C0 | 8C | FB | 18 | 2C | 0 | 2 | 10C | 5D | 4D |
| Octal | 300 | 214 | 373 | 30 | 54 | 0 | 2 | 414 | 135 | 115 |
| Binary | 11000000 | 10001100 | 11111011 | 11000 | 101100 | 0 | 10 | 100001100 | 1011101 | 1001101 |
Color Harmonies of #C08CFB
Complementary color
Monochromatic Colors of #C08CFB
Black with #C08CFB
Text Example
Text Example
White with #C08CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CFB; }
p { color: rgb(192,140,251); }
H1.HeaderClassName
{
color: #C08CFB;
}
.AnyTagClassName
{
color: #C08CFB;
}
</style>
background-color css
<style>
a { background-color: #C08CFB; }
a { background-color: rgb(192,140,251); }
div.DivClassName
{
background-color: #C08CFB;
}
.BgClassName
{
background-color: #C08CFB;
}
</style>
border-color css
<style>
span { border-color: #C08CFB; }
span { border-color: rgb(192,140,251); }
td.TdClassName
{
border-color: #C08CFB;
}
.TagClassName
{
border-color: #C08CFB;
}
</style>