Shades of Wisteria #C08FE1
Tints of Wisteria #C08FE1
RGB
CMYK
RGB Variations
Color information
#C08FE1 (or 0xC08FE1) is known color: Wisteria. HEX triplet: C0, 8F and E1. RGB value is (192,143,225). Sum of RGB (Red+Green+Blue) = 192+143+225=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #C08FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FE1 is #3F701E. Grayscale: #A6A6A6. Windows color (decimal): -4157471 or 14782400. OLE color: 14782400.
HSL color Cylindrical-coordinate representation of color #C08FE1: hue angle of 275.85º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C08FE1 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 143 | 225 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.12 |
| HSL | 275.85º | 0.58% | 0.72% | - |
| HSV(B) | 275.85º | 0.36% | 0.88% | - |
| XYZ | 45.15 | 36.29 | 75.86 | - |
| YUV | 167 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 225 | 0.15 | 0.36 | 0 | 0.12 | 275.85 | 0.58 | 0.72 |
| Hex | C0 | 8F | E1 | F | 24 | 0 | C | 114 | 3A | 48 |
| Octal | 300 | 217 | 341 | 17 | 44 | 0 | 14 | 424 | 72 | 110 |
| Binary | 11000000 | 10001111 | 11100001 | 1111 | 100100 | 0 | 1100 | 100010100 | 111010 | 1001000 |
Color Harmonies of #C08FE1
Complementary color
Monochromatic Colors of #C08FE1
Black with #C08FE1
Text Example
Text Example
White with #C08FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FE1; }
p { color: rgb(192,143,225); }
H1.HeaderClassName
{
color: #C08FE1;
}
.AnyTagClassName
{
color: #C08FE1;
}
</style>
background-color css
<style>
a { background-color: #C08FE1; }
a { background-color: rgb(192,143,225); }
div.DivClassName
{
background-color: #C08FE1;
}
.BgClassName
{
background-color: #C08FE1;
}
</style>
border-color css
<style>
span { border-color: #C08FE1; }
span { border-color: rgb(192,143,225); }
td.TdClassName
{
border-color: #C08FE1;
}
.TagClassName
{
border-color: #C08FE1;
}
</style>