Shades of Wisteria #C685F0
Tints of Wisteria #C685F0
RGB
CMYK
RGB Variations
Color information
#C685F0 (or 0xC685F0) is known color: Wisteria. HEX triplet: C6, 85 and F0. RGB value is (198,133,240). Sum of RGB (Red+Green+Blue) = 198+133+240=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #C685F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C685F0 is #397A0F. Grayscale: #A4A4A4. Windows color (decimal): -3766800 or 15762886. OLE color: 15762886.
HSL color Cylindrical-coordinate representation of color #C685F0: hue angle of 276.45º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C685F0 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 133 | 240 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.06 |
| HSL | 276.45º | 0.78% | 0.73% | - |
| HSV(B) | 276.45º | 0.45% | 0.94% | - |
| XYZ | 47.4 | 35.07 | 86.71 | - |
| YUV | 164.63 | 170.53 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 240 | 0.18 | 0.45 | 0 | 0.06 | 276.45 | 0.78 | 0.73 |
| Hex | C6 | 85 | F0 | 12 | 2D | 0 | 6 | 114 | 4E | 49 |
| Octal | 306 | 205 | 360 | 22 | 55 | 0 | 6 | 424 | 116 | 111 |
| Binary | 11000110 | 10000101 | 11110000 | 10010 | 101101 | 0 | 110 | 100010100 | 1001110 | 1001001 |
Color Harmonies of #C685F0
Complementary color
Monochromatic Colors of #C685F0
Black with #C685F0
Text Example
Text Example
White with #C685F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C685F0; }
p { color: rgb(198,133,240); }
H1.HeaderClassName
{
color: #C685F0;
}
.AnyTagClassName
{
color: #C685F0;
}
</style>
background-color css
<style>
a { background-color: #C685F0; }
a { background-color: rgb(198,133,240); }
div.DivClassName
{
background-color: #C685F0;
}
.BgClassName
{
background-color: #C685F0;
}
</style>
border-color css
<style>
span { border-color: #C685F0; }
span { border-color: rgb(198,133,240); }
td.TdClassName
{
border-color: #C685F0;
}
.TagClassName
{
border-color: #C685F0;
}
</style>