Shades of Wisteria #C585EE
Tints of Wisteria #C585EE
RGB
CMYK
RGB Variations
Color information
#C585EE (or 0xC585EE) is known color: Wisteria. HEX triplet: C5, 85 and EE. RGB value is (197,133,238). Sum of RGB (Red+Green+Blue) = 197+133+238=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #C585EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C585EE is #3A7A11. Grayscale: #A3A3A3. Windows color (decimal): -3832338 or 15631813. OLE color: 15631813.
HSL color Cylindrical-coordinate representation of color #C585EE: hue angle of 276.57º 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 #C585EE is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 133 | 238 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.07 |
| HSL | 276.57º | 0.76% | 0.73% | - |
| HSV(B) | 276.57º | 0.44% | 0.93% | - |
| XYZ | 46.85 | 34.82 | 85.14 | - |
| YUV | 164.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 238 | 0.17 | 0.44 | 0 | 0.07 | 276.57 | 0.76 | 0.73 |
| Hex | C5 | 85 | EE | 11 | 2C | 0 | 7 | 115 | 4C | 49 |
| Octal | 305 | 205 | 356 | 21 | 54 | 0 | 7 | 425 | 114 | 111 |
| Binary | 11000101 | 10000101 | 11101110 | 10001 | 101100 | 0 | 111 | 100010101 | 1001100 | 1001001 |
Color Harmonies of #C585EE
Complementary color
Monochromatic Colors of #C585EE
Black with #C585EE
Text Example
Text Example
White with #C585EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C585EE; }
p { color: rgb(197,133,238); }
H1.HeaderClassName
{
color: #C585EE;
}
.AnyTagClassName
{
color: #C585EE;
}
</style>
background-color css
<style>
a { background-color: #C585EE; }
a { background-color: rgb(197,133,238); }
div.DivClassName
{
background-color: #C585EE;
}
.BgClassName
{
background-color: #C585EE;
}
</style>
border-color css
<style>
span { border-color: #C585EE; }
span { border-color: rgb(197,133,238); }
td.TdClassName
{
border-color: #C585EE;
}
.TagClassName
{
border-color: #C585EE;
}
</style>