Shades of Wisteria #C08ECE
Tints of Wisteria #C08ECE
RGB
CMYK
RGB Variations
Color information
#C08ECE (or 0xC08ECE) is known color: Wisteria. HEX triplet: C0, 8E and CE. RGB value is (192,142,206). Sum of RGB (Red+Green+Blue) = 192+142+206=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #C08ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ECE is #3F7131. Grayscale: #A4A4A4. Windows color (decimal): -4157746 or 13536960. OLE color: 13536960.
HSL color Cylindrical-coordinate representation of color #C08ECE: hue angle of 286.88º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08ECE is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 142 | 206 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.19 |
| HSL | 286.88º | 0.4% | 0.68% | - |
| HSV(B) | 286.88º | 0.31% | 0.81% | - |
| XYZ | 42.55 | 35.01 | 62.91 | - |
| YUV | 164.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 206 | 0.07 | 0.31 | 0 | 0.19 | 286.88 | 0.4 | 0.68 |
| Hex | C0 | 8E | CE | 7 | 1F | 0 | 13 | 11F | 28 | 44 |
| Octal | 300 | 216 | 316 | 7 | 37 | 0 | 23 | 437 | 50 | 104 |
| Binary | 11000000 | 10001110 | 11001110 | 111 | 11111 | 0 | 10011 | 100011111 | 101000 | 1000100 |
Color Harmonies of #C08ECE
Complementary color
Monochromatic Colors of #C08ECE
Black with #C08ECE
Text Example
Text Example
White with #C08ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08ECE; }
p { color: rgb(192,142,206); }
H1.HeaderClassName
{
color: #C08ECE;
}
.AnyTagClassName
{
color: #C08ECE;
}
</style>
background-color css
<style>
a { background-color: #C08ECE; }
a { background-color: rgb(192,142,206); }
div.DivClassName
{
background-color: #C08ECE;
}
.BgClassName
{
background-color: #C08ECE;
}
</style>
border-color css
<style>
span { border-color: #C08ECE; }
span { border-color: rgb(192,142,206); }
td.TdClassName
{
border-color: #C08ECE;
}
.TagClassName
{
border-color: #C08ECE;
}
</style>