Shades of Wisteria #C585EF
Tints of Wisteria #C585EF
RGB
CMYK
RGB Variations
Color information
#C585EF (or 0xC585EF) is known color: Wisteria. HEX triplet: C5, 85 and EF. RGB value is (197,133,239). Sum of RGB (Red+Green+Blue) = 197+133+239=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #C585EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C585EF is #3A7A10. Grayscale: #A3A3A3. Windows color (decimal): -3832337 or 15697349. OLE color: 15697349.
HSL color Cylindrical-coordinate representation of color #C585EF: hue angle of 276.23º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C585EF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 133 | 239 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.06 |
| HSL | 276.23º | 0.77% | 0.73% | - |
| HSV(B) | 276.23º | 0.44% | 0.94% | - |
| XYZ | 46.99 | 34.88 | 85.92 | - |
| YUV | 164.22 | 170.2 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 239 | 0.18 | 0.44 | 0 | 0.06 | 276.23 | 0.77 | 0.73 |
| Hex | C5 | 85 | EF | 12 | 2C | 0 | 6 | 114 | 4D | 49 |
| Octal | 305 | 205 | 357 | 22 | 54 | 0 | 6 | 424 | 115 | 111 |
| Binary | 11000101 | 10000101 | 11101111 | 10010 | 101100 | 0 | 110 | 100010100 | 1001101 | 1001001 |
Color Harmonies of #C585EF
Complementary color
Monochromatic Colors of #C585EF
Black with #C585EF
Text Example
Text Example
White with #C585EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C585EF; }
p { color: rgb(197,133,239); }
H1.HeaderClassName
{
color: #C585EF;
}
.AnyTagClassName
{
color: #C585EF;
}
</style>
background-color css
<style>
a { background-color: #C585EF; }
a { background-color: rgb(197,133,239); }
div.DivClassName
{
background-color: #C585EF;
}
.BgClassName
{
background-color: #C585EF;
}
</style>
border-color css
<style>
span { border-color: #C585EF; }
span { border-color: rgb(197,133,239); }
td.TdClassName
{
border-color: #C585EF;
}
.TagClassName
{
border-color: #C585EF;
}
</style>