Shades of Wisteria #C08FE7
Tints of Wisteria #C08FE7
RGB
CMYK
RGB Variations
Color information
#C08FE7 (or 0xC08FE7) is known color: Wisteria. HEX triplet: C0, 8F and E7. RGB value is (192,143,231). Sum of RGB (Red+Green+Blue) = 192+143+231=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #C08FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08FE7 is #3F7018. Grayscale: #A7A7A7. Windows color (decimal): -4157465 or 15175616. OLE color: 15175616.
HSL color Cylindrical-coordinate representation of color #C08FE7: hue angle of 273.41º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C08FE7 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 143 | 231 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.09 |
| HSL | 273.41º | 0.65% | 0.73% | - |
| HSV(B) | 273.41º | 0.38% | 0.91% | - |
| XYZ | 45.98 | 36.62 | 80.25 | - |
| YUV | 167.68 | 163.73 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 231 | 0.17 | 0.38 | 0 | 0.09 | 273.41 | 0.65 | 0.73 |
| Hex | C0 | 8F | E7 | 11 | 26 | 0 | 9 | 111 | 41 | 49 |
| Octal | 300 | 217 | 347 | 21 | 46 | 0 | 11 | 421 | 101 | 111 |
| Binary | 11000000 | 10001111 | 11100111 | 10001 | 100110 | 0 | 1001 | 100010001 | 1000001 | 1001001 |
Color Harmonies of #C08FE7
Complementary color
Monochromatic Colors of #C08FE7
Black with #C08FE7
Text Example
Text Example
White with #C08FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FE7; }
p { color: rgb(192,143,231); }
H1.HeaderClassName
{
color: #C08FE7;
}
.AnyTagClassName
{
color: #C08FE7;
}
</style>
background-color css
<style>
a { background-color: #C08FE7; }
a { background-color: rgb(192,143,231); }
div.DivClassName
{
background-color: #C08FE7;
}
.BgClassName
{
background-color: #C08FE7;
}
</style>
border-color css
<style>
span { border-color: #C08FE7; }
span { border-color: rgb(192,143,231); }
td.TdClassName
{
border-color: #C08FE7;
}
.TagClassName
{
border-color: #C08FE7;
}
</style>