Shades of Wisteria #C585E6
Tints of Wisteria #C585E6
RGB
CMYK
RGB Variations
Color information
#C585E6 (or 0xC585E6) is known color: Wisteria. HEX triplet: C5, 85 and E6. RGB value is (197,133,230). Sum of RGB (Red+Green+Blue) = 197+133+230=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #C585E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C585E6 is #3A7A19. Grayscale: #A2A2A2. Windows color (decimal): -3832346 or 15107525. OLE color: 15107525.
HSL color Cylindrical-coordinate representation of color #C585E6: hue angle of 279.59º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C585E6 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 133 | 230 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.10 |
| HSL | 279.59º | 0.66% | 0.71% | - |
| HSV(B) | 279.59º | 0.42% | 0.9% | - |
| XYZ | 45.7 | 34.36 | 79.09 | - |
| YUV | 163.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 230 | 0.14 | 0.42 | 0 | 0.10 | 279.59 | 0.66 | 0.71 |
| Hex | C5 | 85 | E6 | E | 2A | 0 | A | 118 | 42 | 47 |
| Octal | 305 | 205 | 346 | 16 | 52 | 0 | 12 | 430 | 102 | 107 |
| Binary | 11000101 | 10000101 | 11100110 | 1110 | 101010 | 0 | 1010 | 100011000 | 1000010 | 1000111 |
Color Harmonies of #C585E6
Complementary color
Monochromatic Colors of #C585E6
Black with #C585E6
Text Example
Text Example
White with #C585E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C585E6; }
p { color: rgb(197,133,230); }
H1.HeaderClassName
{
color: #C585E6;
}
.AnyTagClassName
{
color: #C585E6;
}
</style>
background-color css
<style>
a { background-color: #C585E6; }
a { background-color: rgb(197,133,230); }
div.DivClassName
{
background-color: #C585E6;
}
.BgClassName
{
background-color: #C585E6;
}
</style>
border-color css
<style>
span { border-color: #C585E6; }
span { border-color: rgb(197,133,230); }
td.TdClassName
{
border-color: #C585E6;
}
.TagClassName
{
border-color: #C585E6;
}
</style>