Shades of Wisteria #C08FE3
Tints of Wisteria #C08FE3
RGB
CMYK
RGB Variations
Color information
#C08FE3 (or 0xC08FE3) is known color: Wisteria. HEX triplet: C0, 8F and E3. RGB value is (192,143,227). Sum of RGB (Red+Green+Blue) = 192+143+227=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 227 (89.06% from 255 or 40.39% from 562); Max value from RGB is 227 - color contains mainly: blue. Hex color #C08FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FE3 is #3F701C. Grayscale: #A6A6A6. Windows color (decimal): -4157469 or 14913472. OLE color: 14913472.
HSL color Cylindrical-coordinate representation of color #C08FE3: hue angle of 275º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C08FE3 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 143 | 227 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.11 |
| HSL | 275º | 0.6% | 0.73% | - |
| HSV(B) | 275º | 0.37% | 0.89% | - |
| XYZ | 45.43 | 36.4 | 77.3 | - |
| YUV | 167.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 227 | 0.15 | 0.37 | 0 | 0.11 | 275 | 0.6 | 0.73 |
| Hex | C0 | 8F | E3 | F | 25 | 0 | B | 113 | 3C | 49 |
| Octal | 300 | 217 | 343 | 17 | 45 | 0 | 13 | 423 | 74 | 111 |
| Binary | 11000000 | 10001111 | 11100011 | 1111 | 100101 | 0 | 1011 | 100010011 | 111100 | 1001001 |
Color Harmonies of #C08FE3
Complementary color
Monochromatic Colors of #C08FE3
Black with #C08FE3
Text Example
Text Example
White with #C08FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FE3; }
p { color: rgb(192,143,227); }
H1.HeaderClassName
{
color: #C08FE3;
}
.AnyTagClassName
{
color: #C08FE3;
}
</style>
background-color css
<style>
a { background-color: #C08FE3; }
a { background-color: rgb(192,143,227); }
div.DivClassName
{
background-color: #C08FE3;
}
.BgClassName
{
background-color: #C08FE3;
}
</style>
border-color css
<style>
span { border-color: #C08FE3; }
span { border-color: rgb(192,143,227); }
td.TdClassName
{
border-color: #C08FE3;
}
.TagClassName
{
border-color: #C08FE3;
}
</style>