Shades of Wisteria #C08CEA
Tints of Wisteria #C08CEA
RGB
CMYK
RGB Variations
Color information
#C08CEA (or 0xC08CEA) is known color: Wisteria. HEX triplet: C0, 8C and EA. RGB value is (192,140,234). Sum of RGB (Red+Green+Blue) = 192+140+234=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #C08CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08CEA is #3F7315. Grayscale: #A5A5A5. Windows color (decimal): -4158230 or 15371456. OLE color: 15371456.
HSL color Cylindrical-coordinate representation of color #C08CEA: hue angle of 273.19º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C08CEA is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 140 | 234 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.08 |
| HSL | 273.19º | 0.69% | 0.73% | - |
| HSV(B) | 273.19º | 0.4% | 0.92% | - |
| XYZ | 45.97 | 35.9 | 82.35 | - |
| YUV | 166.26 | 166.23 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 234 | 0.18 | 0.40 | 0 | 0.08 | 273.19 | 0.69 | 0.73 |
| Hex | C0 | 8C | EA | 12 | 28 | 0 | 8 | 111 | 45 | 49 |
| Octal | 300 | 214 | 352 | 22 | 50 | 0 | 10 | 421 | 105 | 111 |
| Binary | 11000000 | 10001100 | 11101010 | 10010 | 101000 | 0 | 1000 | 100010001 | 1000101 | 1001001 |
Color Harmonies of #C08CEA
Complementary color
Monochromatic Colors of #C08CEA
Black with #C08CEA
Text Example
Text Example
White with #C08CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CEA; }
p { color: rgb(192,140,234); }
H1.HeaderClassName
{
color: #C08CEA;
}
.AnyTagClassName
{
color: #C08CEA;
}
</style>
background-color css
<style>
a { background-color: #C08CEA; }
a { background-color: rgb(192,140,234); }
div.DivClassName
{
background-color: #C08CEA;
}
.BgClassName
{
background-color: #C08CEA;
}
</style>
border-color css
<style>
span { border-color: #C08CEA; }
span { border-color: rgb(192,140,234); }
td.TdClassName
{
border-color: #C08CEA;
}
.TagClassName
{
border-color: #C08CEA;
}
</style>