Shades of Wisteria #C08FEF
Tints of Wisteria #C08FEF
RGB
CMYK
RGB Variations
Color information
#C08FEF (or 0xC08FEF) is known color: Wisteria. HEX triplet: C0, 8F and EF. RGB value is (192,143,239). Sum of RGB (Red+Green+Blue) = 192+143+239=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #C08FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08FEF is #3F7010. Grayscale: #A8A8A8. Windows color (decimal): -4157457 or 15699904. OLE color: 15699904.
HSL color Cylindrical-coordinate representation of color #C08FEF: hue angle of 270.62º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C08FEF is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 143 | 239 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.06 |
| HSL | 270.63º | 0.75% | 0.75% | - |
| HSV(B) | 270.63º | 0.4% | 0.94% | - |
| XYZ | 47.14 | 37.08 | 86.33 | - |
| YUV | 168.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 239 | 0.20 | 0.40 | 0 | 0.06 | 270.63 | 0.75 | 0.75 |
| Hex | C0 | 8F | EF | 14 | 28 | 0 | 6 | 10F | 4B | 4B |
| Octal | 300 | 217 | 357 | 24 | 50 | 0 | 6 | 417 | 113 | 113 |
| Binary | 11000000 | 10001111 | 11101111 | 10100 | 101000 | 0 | 110 | 100001111 | 1001011 | 1001011 |
Color Harmonies of #C08FEF
Complementary color
Monochromatic Colors of #C08FEF
Black with #C08FEF
Text Example
Text Example
White with #C08FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FEF; }
p { color: rgb(192,143,239); }
H1.HeaderClassName
{
color: #C08FEF;
}
.AnyTagClassName
{
color: #C08FEF;
}
</style>
background-color css
<style>
a { background-color: #C08FEF; }
a { background-color: rgb(192,143,239); }
div.DivClassName
{
background-color: #C08FEF;
}
.BgClassName
{
background-color: #C08FEF;
}
</style>
border-color css
<style>
span { border-color: #C08FEF; }
span { border-color: rgb(192,143,239); }
td.TdClassName
{
border-color: #C08FEF;
}
.TagClassName
{
border-color: #C08FEF;
}
</style>