Shades of Wisteria #C085EE
Tints of Wisteria #C085EE
RGB
CMYK
RGB Variations
Color information
#C085EE (or 0xC085EE) is known color: Wisteria. HEX triplet: C0, 85 and EE. RGB value is (192,133,238). Sum of RGB (Red+Green+Blue) = 192+133+238=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #C085EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C085EE is #3F7A11. Grayscale: #A2A2A2. Windows color (decimal): -4160018 or 15631808. OLE color: 15631808.
HSL color Cylindrical-coordinate representation of color #C085EE: hue angle of 273.71º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C085EE is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 133 | 238 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.07 |
| HSL | 273.71º | 0.76% | 0.73% | - |
| HSV(B) | 273.71º | 0.44% | 0.93% | - |
| XYZ | 45.56 | 34.15 | 85.08 | - |
| YUV | 162.61 | 170.55 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 238 | 0.19 | 0.44 | 0 | 0.07 | 273.71 | 0.76 | 0.73 |
| Hex | C0 | 85 | EE | 13 | 2C | 0 | 7 | 112 | 4C | 49 |
| Octal | 300 | 205 | 356 | 23 | 54 | 0 | 7 | 422 | 114 | 111 |
| Binary | 11000000 | 10000101 | 11101110 | 10011 | 101100 | 0 | 111 | 100010010 | 1001100 | 1001001 |
Color Harmonies of #C085EE
Complementary color
Monochromatic Colors of #C085EE
Black with #C085EE
Text Example
Text Example
White with #C085EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085EE; }
p { color: rgb(192,133,238); }
H1.HeaderClassName
{
color: #C085EE;
}
.AnyTagClassName
{
color: #C085EE;
}
</style>
background-color css
<style>
a { background-color: #C085EE; }
a { background-color: rgb(192,133,238); }
div.DivClassName
{
background-color: #C085EE;
}
.BgClassName
{
background-color: #C085EE;
}
</style>
border-color css
<style>
span { border-color: #C085EE; }
span { border-color: rgb(192,133,238); }
td.TdClassName
{
border-color: #C085EE;
}
.TagClassName
{
border-color: #C085EE;
}
</style>