Shades of Wisteria #C087EE
Tints of Wisteria #C087EE
RGB
CMYK
RGB Variations
Color information
#C087EE (or 0xC087EE) is known color: Wisteria. HEX triplet: C0, 87 and EE. RGB value is (192,135,238). Sum of RGB (Red+Green+Blue) = 192+135+238=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #C087EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C087EE is #3F7811. Grayscale: #A3A3A3. Windows color (decimal): -4159506 or 15632320. OLE color: 15632320.
HSL color Cylindrical-coordinate representation of color #C087EE: hue angle of 273.2º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C087EE is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 135 | 238 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.07 |
| HSL | 273.2º | 0.75% | 0.73% | - |
| HSV(B) | 273.2º | 0.43% | 0.93% | - |
| XYZ | 45.83 | 34.71 | 85.17 | - |
| YUV | 163.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 238 | 0.19 | 0.43 | 0 | 0.07 | 273.2 | 0.75 | 0.73 |
| Hex | C0 | 87 | EE | 13 | 2B | 0 | 7 | 111 | 4B | 49 |
| Octal | 300 | 207 | 356 | 23 | 53 | 0 | 7 | 421 | 113 | 111 |
| Binary | 11000000 | 10000111 | 11101110 | 10011 | 101011 | 0 | 111 | 100010001 | 1001011 | 1001001 |
Color Harmonies of #C087EE
Complementary color
Monochromatic Colors of #C087EE
Black with #C087EE
Text Example
Text Example
White with #C087EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087EE; }
p { color: rgb(192,135,238); }
H1.HeaderClassName
{
color: #C087EE;
}
.AnyTagClassName
{
color: #C087EE;
}
</style>
background-color css
<style>
a { background-color: #C087EE; }
a { background-color: rgb(192,135,238); }
div.DivClassName
{
background-color: #C087EE;
}
.BgClassName
{
background-color: #C087EE;
}
</style>
border-color css
<style>
span { border-color: #C087EE; }
span { border-color: rgb(192,135,238); }
td.TdClassName
{
border-color: #C087EE;
}
.TagClassName
{
border-color: #C087EE;
}
</style>