Shades of Wisteria #C585E3
Tints of Wisteria #C585E3
RGB
CMYK
RGB Variations
Color information
#C585E3 (or 0xC585E3) is known color: Wisteria. HEX triplet: C5, 85 and E3. RGB value is (197,133,227). Sum of RGB (Red+Green+Blue) = 197+133+227=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 227 - color contains mainly: blue. Hex color #C585E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585E3 is #3A7A1C. Grayscale: #A2A2A2. Windows color (decimal): -3832349 or 14910917. OLE color: 14910917.
HSL color Cylindrical-coordinate representation of color #C585E3: hue angle of 280.85º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C585E3 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 133 | 227 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.11 |
| HSL | 280.85º | 0.63% | 0.71% | - |
| HSV(B) | 280.85º | 0.41% | 0.89% | - |
| XYZ | 45.28 | 34.19 | 76.89 | - |
| YUV | 162.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 227 | 0.13 | 0.41 | 0 | 0.11 | 280.85 | 0.63 | 0.71 |
| Hex | C5 | 85 | E3 | D | 29 | 0 | B | 119 | 3F | 47 |
| Octal | 305 | 205 | 343 | 15 | 51 | 0 | 13 | 431 | 77 | 107 |
| Binary | 11000101 | 10000101 | 11100011 | 1101 | 101001 | 0 | 1011 | 100011001 | 111111 | 1000111 |
Color Harmonies of #C585E3
Complementary color
Monochromatic Colors of #C585E3
Black with #C585E3
Text Example
Text Example
White with #C585E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C585E3; }
p { color: rgb(197,133,227); }
H1.HeaderClassName
{
color: #C585E3;
}
.AnyTagClassName
{
color: #C585E3;
}
</style>
background-color css
<style>
a { background-color: #C585E3; }
a { background-color: rgb(197,133,227); }
div.DivClassName
{
background-color: #C585E3;
}
.BgClassName
{
background-color: #C585E3;
}
</style>
border-color css
<style>
span { border-color: #C585E3; }
span { border-color: rgb(197,133,227); }
td.TdClassName
{
border-color: #C585E3;
}
.TagClassName
{
border-color: #C585E3;
}
</style>