Shades of Wisteria #C585F3
Tints of Wisteria #C585F3
RGB
CMYK
RGB Variations
Color information
#C585F3 (or 0xC585F3) is known color: Wisteria. HEX triplet: C5, 85 and F3. RGB value is (197,133,243). Sum of RGB (Red+Green+Blue) = 197+133+243=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #C585F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C585F3 is #3A7A0C. Grayscale: #A4A4A4. Windows color (decimal): -3832333 or 15959493. OLE color: 15959493.
HSL color Cylindrical-coordinate representation of color #C585F3: hue angle of 274.91º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C585F3 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 133 | 243 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.05 |
| HSL | 274.91º | 0.82% | 0.74% | - |
| HSV(B) | 274.91º | 0.45% | 0.95% | - |
| XYZ | 47.59 | 35.12 | 89.06 | - |
| YUV | 164.68 | 172.2 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 243 | 0.19 | 0.45 | 0 | 0.05 | 274.91 | 0.82 | 0.74 |
| Hex | C5 | 85 | F3 | 13 | 2D | 0 | 5 | 113 | 52 | 4A |
| Octal | 305 | 205 | 363 | 23 | 55 | 0 | 5 | 423 | 122 | 112 |
| Binary | 11000101 | 10000101 | 11110011 | 10011 | 101101 | 0 | 101 | 100010011 | 1010010 | 1001010 |
Color Harmonies of #C585F3
Complementary color
Monochromatic Colors of #C585F3
Black with #C585F3
Text Example
Text Example
White with #C585F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C585F3; }
p { color: rgb(197,133,243); }
H1.HeaderClassName
{
color: #C585F3;
}
.AnyTagClassName
{
color: #C585F3;
}
</style>
background-color css
<style>
a { background-color: #C585F3; }
a { background-color: rgb(197,133,243); }
div.DivClassName
{
background-color: #C585F3;
}
.BgClassName
{
background-color: #C585F3;
}
</style>
border-color css
<style>
span { border-color: #C585F3; }
span { border-color: rgb(197,133,243); }
td.TdClassName
{
border-color: #C585F3;
}
.TagClassName
{
border-color: #C585F3;
}
</style>