Shades of Wisteria #C08BFC
Tints of Wisteria #C08BFC
RGB
CMYK
RGB Variations
Color information
#C08BFC (or 0xC08BFC) is known color: Wisteria. HEX triplet: C0, 8B and FC. RGB value is (192,139,252). Sum of RGB (Red+Green+Blue) = 192+139+252=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #C08BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08BFC is #3F7403. Grayscale: #A7A7A7. Windows color (decimal): -4158468 or 16550848. OLE color: 16550848.
HSL color Cylindrical-coordinate representation of color #C08BFC: hue angle of 268.14º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C08BFC is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 139 | 252 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.01 |
| HSL | 268.14º | 0.95% | 0.77% | - |
| HSV(B) | 268.14º | 0.45% | 0.99% | - |
| XYZ | 48.54 | 36.7 | 96.62 | - |
| YUV | 167.73 | 175.56 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 252 | 0.24 | 0.45 | 0 | 0.01 | 268.14 | 0.95 | 0.77 |
| Hex | C0 | 8B | FC | 18 | 2D | 0 | 1 | 10C | 5F | 4D |
| Octal | 300 | 213 | 374 | 30 | 55 | 0 | 1 | 414 | 137 | 115 |
| Binary | 11000000 | 10001011 | 11111100 | 11000 | 101101 | 0 | 1 | 100001100 | 1011111 | 1001101 |
Color Harmonies of #C08BFC
Complementary color
Monochromatic Colors of #C08BFC
Black with #C08BFC
Text Example
Text Example
White with #C08BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BFC; }
p { color: rgb(192,139,252); }
H1.HeaderClassName
{
color: #C08BFC;
}
.AnyTagClassName
{
color: #C08BFC;
}
</style>
background-color css
<style>
a { background-color: #C08BFC; }
a { background-color: rgb(192,139,252); }
div.DivClassName
{
background-color: #C08BFC;
}
.BgClassName
{
background-color: #C08BFC;
}
</style>
border-color css
<style>
span { border-color: #C08BFC; }
span { border-color: rgb(192,139,252); }
td.TdClassName
{
border-color: #C08BFC;
}
.TagClassName
{
border-color: #C08BFC;
}
</style>