Shades of Wisteria #C08FEC
Tints of Wisteria #C08FEC
RGB
CMYK
RGB Variations
Color information
#C08FEC (or 0xC08FEC) is known color: Wisteria. HEX triplet: C0, 8F and EC. RGB value is (192,143,236). Sum of RGB (Red+Green+Blue) = 192+143+236=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #C08FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08FEC is #3F7013. Grayscale: #A7A7A7. Windows color (decimal): -4157460 or 15503296. OLE color: 15503296.
HSL color Cylindrical-coordinate representation of color #C08FEC: hue angle of 271.61º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C08FEC is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 143 | 236 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.07 |
| HSL | 271.61º | 0.71% | 0.74% | - |
| HSV(B) | 271.61º | 0.39% | 0.93% | - |
| XYZ | 46.7 | 36.91 | 84.02 | - |
| YUV | 168.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 236 | 0.19 | 0.39 | 0 | 0.07 | 271.61 | 0.71 | 0.74 |
| Hex | C0 | 8F | EC | 13 | 27 | 0 | 7 | 110 | 47 | 4A |
| Octal | 300 | 217 | 354 | 23 | 47 | 0 | 7 | 420 | 107 | 112 |
| Binary | 11000000 | 10001111 | 11101100 | 10011 | 100111 | 0 | 111 | 100010000 | 1000111 | 1001010 |
Color Harmonies of #C08FEC
Complementary color
Monochromatic Colors of #C08FEC
Black with #C08FEC
Text Example
Text Example
White with #C08FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FEC; }
p { color: rgb(192,143,236); }
H1.HeaderClassName
{
color: #C08FEC;
}
.AnyTagClassName
{
color: #C08FEC;
}
</style>
background-color css
<style>
a { background-color: #C08FEC; }
a { background-color: rgb(192,143,236); }
div.DivClassName
{
background-color: #C08FEC;
}
.BgClassName
{
background-color: #C08FEC;
}
</style>
border-color css
<style>
span { border-color: #C08FEC; }
span { border-color: rgb(192,143,236); }
td.TdClassName
{
border-color: #C08FEC;
}
.TagClassName
{
border-color: #C08FEC;
}
</style>